]> 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 4d50b4c451d7add1f0dcae237162aa50b4e0aa2d..2ed6aae93bb2d1d16d640187cecbc487524401cf 100644 (file)
@@ -1,6 +1,6 @@
 body {
        background : #f0f0f0;
-       color : gray;
+       color : black;
        font-family : sans-serif;
        font-size : 12px;
 }
@@ -28,6 +28,7 @@ a:hover {
        font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
        margin-left : 1em;
        margin-right : 1em;
+       color : gray;
 }
 
 #header div.links {
@@ -50,6 +51,7 @@ a:hover {
 #footer {
        font-size : 12px;
        text-align : center;
+       color : gray;
 }
 
 /*#content h1 {
@@ -207,11 +209,35 @@ a:hover {
        clear : left;
 }
 
-#headlines ul#headlines-content a.title {
+#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 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 {
@@ -253,3 +279,22 @@ 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;
+}