]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
enable tooltips on normal mode
[tt-rss.git] / tt-rss.css
index 4ef9527d8ea469da899e2c816138cfc0174dd623..cd79aa5a8a0ddf54de453f8b783b10a4c30e5254 100644 (file)
@@ -184,7 +184,6 @@ a:hover {
 
 .even.Unread.Selected {
        background : #fff7d5 ! important;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
@@ -192,7 +191,6 @@ a:hover {
 
 .odd.Unread.Selected {
        background : #fff7d5 ! important;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
@@ -244,7 +242,6 @@ a:hover {
 
 .even.Unread {
        background : #f0f0f0;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -252,7 +249,6 @@ a:hover {
 }
 
 .odd.Unread {
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
@@ -489,6 +485,7 @@ div.hlFeed, div.hlFeed a {
        color : gray;
        font-style : italic;
        font-weight : normal;
+       white-space: nowrap;
 }
 
 div.hlFeed a:hover {
@@ -720,10 +717,6 @@ div.autocomplete ul li {
        cursor : pointer;
 }
 
-#header a.feedback {
-       color : #009900;
-}
-
 a.visibleLink {
        color : #4684ff;
 }
@@ -1185,3 +1178,47 @@ ul.helpKbList span.hksequence {
 ul.helpKbList h2 {
        margin-top : 0px;
 }
+
+.dijitTreeNode .loadingNode {
+       margin-left : 3px;
+}
+
+span.collapseBtn {
+       cursor : pointer;
+}
+
+div.postContent p {
+       max-width : 650px;
+}
+
+.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;
+}
+
+