]> git.wh0rd.org - tt-rss.git/blobdiff - digest.css
default headline sort order by date_entered instead of updated
[tt-rss.git] / digest.css
index b94044f98cf6a594bb7ada04c70ba07f3d8f5845..2ed6aae93bb2d1d16d640187cecbc487524401cf 100644 (file)
@@ -1,6 +1,6 @@
 body {
        background : #f0f0f0;
-       color : gray;
+       color : black;
        font-family : sans-serif;
        font-size : 12px;
 }
@@ -18,12 +18,17 @@ a:hover {
        color : gray;
 }
 
+#header a:hover, #footer a:hover {
+       color : #0069D8;
+}
+
 #header {
        font-weight : bold;
        font-size : 14px;
        font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
        margin-left : 1em;
        margin-right : 1em;
+       color : gray;
 }
 
 #header div.links {
@@ -46,6 +51,7 @@ a:hover {
 #footer {
        font-size : 12px;
        text-align : center;
+       color : gray;
 }
 
 /*#content h1 {
@@ -109,6 +115,11 @@ a:hover {
        margin-right : 5px;
 }
 
+#feeds ul#feeds-content div.unread-ctr img.dismiss {
+       margin-right : 0px;
+       cursor : pointer;
+}
+
 #feeds ul#feeds-content div.unread-ctr {
        color : gray;
        float : right;
@@ -117,6 +128,7 @@ a:hover {
 #feeds ul#feeds-content li {
        margin : 0px 0px 2px 0px;
        padding : 2px;
+       clear : both;
 }
 
 #feeds ul#feeds-content li.selected {
@@ -153,19 +165,35 @@ a:hover {
        max-width : 65%;
 }
 
-#headlines ul#headlines-content img.digest-check {
-       cursor : pointer;
+#headlines h1 a {
+       color : #684C99;
+}
+
+#headlines h1 a:hover {
+       color : gray;
+}
+
+#headlines h1 #headlines-title {
+       color : gray;
 }
 
 #headlines ul#headlines-content div.digest-check {
-       float : right;
+       float : right;  
 }
 
+#headlines ul#headlines-content div.digest-check img {
+       cursor : pointer;
+       margin-right : 0px;
+       margin-left : 3px;
+}
+
+
 #headlines ul#headlines-content img.icon {
        width : 16px;
        height : 16px;
        vertical-align : middle;
        margin-right : 5px;
+       float : left;
 }
 
 #headlines ul#headlines-content {
@@ -181,13 +209,35 @@ a:hover {
        clear : left;
 }
 
-#headlines ul#headlines-content li:hover {
-       background : #fafafa;
+#headlines ul#headlines-content li.fresh a.title {
+       font-weight : bold;
+       font-size : 16px;
+       display : block;
+       padding-left : 21px;
+       color : #007FFF;
 }
 
-#headlines ul#headlines-content a.title {
+#headlines ul#headlines-content li.unread a.title {
        font-weight : bold;
        font-size : 16px;
+       display : block;
+       padding-left : 21px;
+}
+
+#headlines ul#headlines-content li.read a.title {
+       font-size : 16px;
+       font-weight : bold;
+       display : block;
+       padding-left : 21px;
+       color : #8DB1D6;
+}
+
+#headlines ul#headlines-content li.read a.title:hover {
+       color : gray;
+}
+
+#headlines ul#headlines-content img#H-LOADING-IMG {
+       margin-left : 5px;
 }
 
 #headlines ul#headlines-content div.excerpt {
@@ -209,15 +259,42 @@ a:hover {
 }
 
 #headlines ul#headlines-content div.info {
-       margin-top : 2px;
        font-size : 11px;
 }
 
 #headlines ul#headlines-content div.info a {
        color : gray;
-       font-weight : bold;
 }
 
-#headlines ul#headlines-content div.info a:hover {
+#headlines ul#headlines-content span.tags {
+       font-size : 11px;
+       margin-bottom : 2px;
+}
+
+#headlines ul#headlines-content span.tags a {
+       color : #684C99;
+}
+
+#headlines ul#headlines-content div.info a:hover, 
+#headlines ul#headlines-content span.tags a:hover {
        color : #659a4c;
 }
+
+#overlay {
+       background : white;
+       left : 0;
+       top : 0;
+       height : 100%;
+       width : 100%;
+       z-index : 100;
+       position : absolute;
+       text-align : center;
+}
+
+#overlay_inner {
+       margin : 1em;
+}
+
+#overlay img {
+       vertical-align : middle;
+}