]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
enable tooltips on normal mode
[tt-rss.git] / tt-rss.css
index 99cd9958bf24d6ef894e2002b8702ffa50f2c2be..cd79aa5a8a0ddf54de453f8b783b10a4c30e5254 100644 (file)
@@ -485,6 +485,7 @@ div.hlFeed, div.hlFeed a {
        color : gray;
        font-style : italic;
        font-weight : normal;
+       white-space: nowrap;
 }
 
 div.hlFeed a:hover {
@@ -1193,3 +1194,31 @@ div.postContent p {
 .Unread div.hlTitle {
        font-weight : bold;
 }
+
+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;
+}
+
+