]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
experimentally tweak adaptive mode to show unread articles first and other stuff...
[tt-rss.git] / tt-rss.css
index 9fc52b209d4c55faf42d2bfd7e5a30bcbcd45deb..cd79aa5a8a0ddf54de453f8b783b10a4c30e5254 100644 (file)
@@ -1198,3 +1198,27 @@ div.postContent p {
 div.postContent iframe {
        min-width : 50%;
 }
+
+div.postHeader span.author {
+       color : gray;
+       font-size : 11px;
+       font-weight : normal;
+}
+
+body#ttrssZoom {
+       margin-left : auto;
+       margin-right : auto;
+       max-width : 650px;
+       background : #f0f0f0;
+}
+
+body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
+       background-color : white;
+}
+
+body#ttrssZoom div.footer {
+       margin-top : 1em;
+       text-align : center;
+}
+
+