]> git.wh0rd.org - tt-rss.git/blobdiff - themes/compat/theme.css
add new widgets to collapse categories, unify behaviour wnen clicking on category...
[tt-rss.git] / themes / compat / theme.css
index fb639899b2d4138fd32e5edac58ae65573201d13..fab031301d8dc8db07f22a4b08287b4e727c3fe3 100644 (file)
@@ -54,14 +54,13 @@ ul.feedList li.feedCat {
        margin : 0px;
        padding : 3px 0px 3px 0px;
        color : #707070;
-       font-size : x-small;
 }
 
-ul.feedList li.feedCat a {
+ul.feedList li.feedCat span.catTitle {
        color : #707070;
 }
 
-ul.feedList li.feedCat a:hover {
+ul.feedList li.feedCat span.catTitle:hover {
        color : #5050aa;
 }
 
@@ -232,8 +231,6 @@ a.button {
        .evenSelectedUnread td {
         background-color : #e0e0ff;
         font-weight : bold;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
                  border-color : #778899;
 }
 
@@ -241,17 +238,19 @@ a.button {
        .oddSelectedUnread td {
         background-color : #e0e0ff;
         font-weight : bold;
+                 border-color : #778899;
+
 }
 
 .evenSelected, .evenSelected td {
         background-color : #e0e0ff;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
                  border-color : #778899;
 }
 
-.oddSelected, .evenSelected td {
+.oddSelected, .oddSelected td {
         background-color : #e0e0ff;
+                 border-color : #778899;
+
 }
 
 
@@ -265,8 +264,6 @@ a.button {
 .evenGrayed, .evenGrayed td {
         background-color : #f0f0f0;
         color : #909090;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
                  border-color : #88b0f0;
 }
 
@@ -275,22 +272,23 @@ a.button {
 }
 
 .even, .even td {
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
                  border-color : #c0c0c0;
         background-color : #f0f0f0;
 }
 
+.odd, .odd td {
+                 border-color : #c0c0c0;
+}
+
 .evenUnread, .evenUnread td {
         background-color : #f0f0f0;
         font-weight : bold;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
                  border-color : #c0c0c0;
 }
 
 .oddUnread, .oddUnread td {
         font-weight : bold;
+        background-color : #f0f0f0;
 }
 
 td > input, div > input {
@@ -381,22 +379,15 @@ div.helpResponse {
 }
 
 #infoBoxTitle {
-       border-width : 1px 1px 1px 1px;
-       border-style : solid;
        border-color : #c0c0c0;
        background-color : #c0c0c0;
-       padding : 2px;
        color : white;
 }
 
 
 #infoBox {
-       border : 1px solid #c0c0c0;
-       padding-bottom : 10px;
+       border-color : #c0c0c0;
        font-size : small;
-       position : relative;
-       bottom : 2px;
-       right : 2px;
        background : white;
 }
 
@@ -414,8 +405,6 @@ div.infoBoxContents {
        background-image : url("images/vgrad_light_rev2.png");
        background-position : top left;
        background-repeat : repeat-x;
-       padding : 5px;
-       margin-bottom : 5px;
 }
 
 div.helpResponse h1, div.infoBoxContents h1 {
@@ -462,7 +451,7 @@ div.prefsTabSelected {
        font-weight : bold;
        min-width : 100px;
        text-align : center;
-       background : white;
+       background : #f0f0f0;
 }
 
 input.prefsTab {
@@ -883,14 +872,19 @@ div.return a:hover {
        color : black;
 }
 
-#prefContent {
-       position : static;
+#prefContentOuter {
        background-image : url("images/vgrad_light_rev.png");
        background-position : top left;
        background-repeat : repeat-x;
        border-color : #c0c0c0;
 }
 
+#prefContent {
+       background-image : url("images/vgrad_light_rev.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+
+}
 
 div.topLinks a {
        color : #5050aa;        
@@ -912,7 +906,12 @@ table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
        color : #5050aa;
 }
 
+table.headlinesList tr.feedTitle td , div.cdmFeedTitle {
+       background : white;
+}
+
 #resize-grabber {
        border-color : #c0c0c0;
+       background : url("images/resize_horiz.png") top left;
 }