]> 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 971ab5db92fb1a08ab0b198454d7385a236128f8..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 {
@@ -596,30 +585,8 @@ td.selectPrompt {
        color : gray;
 }
 
-table.headlinesSubToolbar td.headlineActions {
-       font-size : x-small;
-       color : gray;
-       padding : 5px 0px 5px 5px;
-}
-
-table.headlinesSubToolbar td.headlineActionsRTL {
-       font-size : x-small;
+table.headlinesSubToolbar td {
        color : gray;
-       padding : 5px 5px 5px 0px;
-}
-
-table.headlinesSubToolbar td.headlineTitle {
-       font-size : x-small;
-       color : gray;
-       padding : 5px 5px 5px 0px;
-       text-align : right;
-}
-
-table.headlinesSubToolbar td.headlineTitleRTL {
-       font-size : x-small;
-       color : gray;
-       padding : 5px 0px 5px 5px;
-       text-align : left;
 }
 
 span.contentPreview {
@@ -839,29 +806,14 @@ div.cdmContent a:hover {
 /* layout */
 
 #header {
-       position : absolute;
-       top : 10px;
-       left : 15px;
-       right : 5px;
-       height : 40px;
        color : gray;
 }
 
 #feeds-holder {
        border-color : #c0c0c0;
-       top : 70px;
-       left : 0px;
-       position : absolute;
-       width : 260px;
-       bottom : 50px;
 }
 
 #toolbar {
-       left : 261px;
-       padding : 5px 10px 5px 10px;
-       top : 70px;
-       right : 0px;
-       height : 30px;
        background-image : url("images/vgrad_light.png");
        background-position : bottom left;
        background-repeat : repeat-x;
@@ -869,27 +821,14 @@ div.cdmContent a:hover {
 
 div.headlines_normal {
        border-color : #c0c0c0;
-       left : 260px;
-       height : 280px;
-       top : 105px;
-       right : 0px;
 }
 
 div.headlines_cdm {
        border-color : #c0c0c0;
-       left : 260px;
-       bottom : 50px;
-       top : 105px;
-       right : 0px;
 }
 
 #content-frame {
        border-color : #c0c0c0;
-       overflow : auto;
-       top : 390px;
-       left : 260px;
-       bottom : 50px;
-       right : 0px;
 }
 
 #prefFooter {
@@ -914,7 +853,6 @@ div.headlines_cdm {
 }
 
 #headlinesContainer {
-       margin-left : 1px;
        background-color : white;
 }
 
@@ -934,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;        
@@ -958,3 +901,17 @@ div.infoBoxContents a {
 a.visibleLink {
        color : gray;
 }
+
+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;
+}
+