minor updates for utility/zoom CSS

master
Andrew Dolgov 7 years ago
parent 60361f7c7d
commit cc16b7ba39

File diff suppressed because one or more lines are too long

@ -48,12 +48,14 @@ body.ttrss_utility {
} }
a { a {
color : rgb(82, 168, 236); color : @color-link;
text-decoration : none; text-decoration : none;
} }
a:hover { a:hover,
color : black; a:focus {
color: darken(@color-link, 20%);
text-decoration: underline;
} }
.alert { .alert {
@ -117,14 +119,14 @@ body.ttrss_utility {
} }
h1 { h1 {
color : rgb(82, 168, 236); color : @color-accent;
font-size : 32px; font-size : 32px;
margin : 20px 0px 5px 0px; margin : 20px 0px 5px 0px;
text-shadow : 0 0 6px #fff; text-shadow : 0 0 6px #fff;
} }
h2 { h2 {
color : rgb(82, 168, 236); color : @color-accent;
font-size : 14pt; font-size : 14pt;
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-color : #f0f0f0; border-color : #f0f0f0;
@ -268,12 +270,12 @@ body#sharepopup {
h1 { h1 {
font-size : 14px; font-size : 14px;
margin : 0px; margin : 0px;
color : rgb(82, 168, 236); color : @color-accent;
} }
table { table {
background : white; background : white;
border : 1px solid rgb(82, 168, 236); border : 1px solid @color-accent;
padding : 5px; padding : 5px;
} }

@ -2,7 +2,7 @@ body.ttrss_zoom {
margin-left : auto; margin-left : auto;
margin-right : auto; margin-right : auto;
padding : 20px; padding : 20px;
max-width : 770px; max-width : 800px;
background : #f5f5f5; background : #f5f5f5;
div.postHeader { div.postHeader {
@ -11,36 +11,40 @@ body.ttrss_zoom {
border: 0px solid #eee; border: 0px solid #eee;
border-bottom-width: 1px; border-bottom-width: 1px;
background : white; background : white;
font-size : 12px;
color : #555;
.author {
font-size : 11px;
}
div.postFeedTitle { div.postFeedTitle {
float : left; float : left;
text-align : right; text-align : right;
padding-left : 0px;
font-size : 11px;
} }
a.postComments { a.postComments {
text-align : right; text-align : right;
padding-left : 0px;
font-size : 11px;
} }
div.postDate { div.postDate {
float : none; float : none;
text-align : right; text-align : right;
padding-left : 0px; margin-bottom : 5px;
color : #777;
font-size : 11px;
} }
div.postTags { div.postTags {
color : #777;
font-size : 11px; }
div.postTags img {
vertical-align : middle;
} }
div.postTitle { div.postTitle {
white-space : normal; white-space : normal;
font-size : 16px; font-size : 16px;
margin-bottom : 5px;
} }
} }
@ -55,7 +59,6 @@ body.ttrss_zoom {
border : 1px solid #ddd; border : 1px solid #ddd;
background : white; background : white;
box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1); box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
border-radius : 6px;
} }
div.footer { div.footer {

Loading…
Cancel
Save