summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-19 14:59:29 +0300
committerAndrew Dolgov <[email protected]>2019-02-19 14:59:29 +0300
commitc11f32ac388fd1ac2f7402572db7afad04cd5ce4 (patch)
tree9130910b23d3bf7202e1819a0acf64d22f0cc8d4 /css/tt-rss.less
parent4f720f906e1a598d3c18f3de96bca00fa2464549 (diff)
center and rework some utility screens
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less130
1 files changed, 67 insertions, 63 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 7aa5dca65..b077d856a 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -138,11 +138,6 @@ body.ttrss_main {
//font-family : @fonts-ui;
}
- hr {
- border: 0px solid #ccc;
- border-bottom-width: 1px;
- }
-
a {
color: @color-link;
text-decoration: none;
@@ -386,64 +381,6 @@ body.ttrss_main {
overflow: auto;
}
- .alert {
- padding: 8px 35px 8px 14px;
- margin-bottom: 10px;
- /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
- background-color: #fcf8e3;
- border: 1px solid #fbeed5;
- border-radius: 4px;
-
- .close {
- position: relative;
- top: -2px;
- right: -21px;
- line-height: 20px;
- cursor : pointer;
- }
- }
-
- .alert,
- .alert h4 {
- color: #c09853;
- }
-
- .alert h4 {
- margin: 0;
- }
-
- .alert-success {
- color: #468847;
- background-color: #dff0d8;
- border-color: #d6e9c6;
- }
-
- .alert-success h4 {
- color: #468847;
- }
-
- .alert-danger,
- .alert-error {
- color: #b94a48;
- background-color: #f2dede;
- border-color: #eed3d7;
- }
-
- .alert-danger h4,
- .alert-error h4 {
- color: #b94a48;
- }
-
- .alert-info {
- color: #3a87ad;
- background-color: #d9edf7;
- border-color: #bce8f1;
-
- h4 {
- color: #3a87ad;
- }
- }
-
div.prefHelp {
color : @default-text;
padding : 5px;
@@ -1266,6 +1203,72 @@ body.ttrss_main {
}
+body.ttrss_main, body.ttrss_utility {
+ .alert {
+ padding: 8px 35px 8px 14px;
+ margin-bottom: 10px;
+ /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
+ background-color: #fcf8e3;
+ border: 1px solid #fbeed5;
+ border-radius: 4px;
+
+ .close {
+ position: relative;
+ top: -2px;
+ right: -21px;
+ line-height: 20px;
+ cursor : pointer;
+ }
+ }
+
+ .alert,
+ .alert h4 {
+ color: #c09853;
+ }
+
+ .alert h4 {
+ margin: 0;
+ }
+
+ .alert-success {
+ color: #468847;
+ background-color: #dff0d8;
+ border-color: #d6e9c6;
+ }
+
+ .alert-success h4 {
+ color: #468847;
+ }
+
+ .alert-danger,
+ .alert-error {
+ color: #b94a48;
+ background-color: #f2dede;
+ border-color: #eed3d7;
+ }
+
+ .alert-danger h4,
+ .alert-error h4 {
+ color: #b94a48;
+ }
+
+ .alert-info {
+ color: #3a87ad;
+ background-color: #d9edf7;
+ border-color: #bce8f1;
+
+ h4 {
+ color: #3a87ad;
+ }
+ }
+
+ hr {
+ border: 0px solid #ccc;
+ border-bottom-width: 1px;
+ }
+
+}
+
::selection {
background : @color-accent;
color : @default-bg;
@@ -1286,3 +1289,4 @@ body.ttrss_main {
video::-webkit-media-controls-overlay-play-button {
display: none;
}
+