]> git.wh0rd.org - tt-rss.git/blobdiff - themes/compat/theme.css
compat: compatibility fixes
[tt-rss.git] / themes / compat / theme.css
index 7fcf0fad2a12f8bc37e64beb88a1b1dac3f229e8..79059321482ebf45180763cb337e6e8da893b05e 100644 (file)
@@ -315,11 +315,20 @@ tr.title td a:hover {
        color : #5050aa;
 }
 
+div.prefFeedCatHolder {
+       border : 1px solid #c0c0c0;
+}
+
 table.prefFeedList td.feedEditCat {
        font-size : large;
        border-color : #c0c0c0;
 }
 
+table.prefFilterList td.filterEditCat {
+       font-size : large;
+       border-color : #c0c0c0;
+}
+
 table.prefFeedList td.feedIcon {
        text-align : center;
 }
@@ -391,7 +400,7 @@ div.helpResponse {
        background : white;
 }
 
-#infoBoxShadow {
+/*#infoBoxShadow {
        background-image : url("images/shadow.png");
        position : absolute;
        width : 30%;
@@ -399,7 +408,7 @@ div.helpResponse {
        top : 30%;
        z-index : 3;
        display : none;
-}
+}*/
 
 div.infoBoxContents {
        background-image : url("images/vgrad_light_rev2.png");
@@ -587,30 +596,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 {
@@ -830,29 +817,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;
@@ -860,27 +832,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 {
@@ -890,7 +849,7 @@ div.headlines_cdm {
 #footer {
        position : absolute;
        bottom : 0px;
-       height : 30px;
+       height : 20px;
        text-align : center;
        color : gray;
        font-size : x-small;
@@ -905,7 +864,6 @@ div.headlines_cdm {
 }
 
 #headlinesContainer {
-       margin-left : 1px;
        background-color : white;
 }
 
@@ -932,3 +890,25 @@ div.return a:hover {
        background-repeat : repeat-x;
        border-color : #c0c0c0;
 }
+
+
+div.topLinks a {
+       color : #5050aa;        
+}
+
+div.tagCloudContainer {
+       border : 1px solid #c0c0c0;
+}
+
+div.infoBoxContents a {
+       color : #5050aa;
+}
+
+a.visibleLink {
+       color : gray;
+}
+
+table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
+       color : #5050aa;
+}
+