]> git.wh0rd.org - tt-rss.git/blobdiff - themes/compat/theme.css
compat: compatibility fixes
[tt-rss.git] / themes / compat / theme.css
index 29a57af8195c6c30136b2769771e6f3ae5617e57..79059321482ebf45180763cb337e6e8da893b05e 100644 (file)
@@ -315,10 +315,18 @@ tr.title td a:hover {
        color : #5050aa;
 }
 
+div.prefFeedCatHolder {
+       border : 1px solid #c0c0c0;
+}
+
 table.prefFeedList td.feedEditCat {
        font-size : large;
-       font-weight : bold;
-       padding : 5px 0px 5px 0px;
+       border-color : #c0c0c0;
+}
+
+table.prefFilterList td.filterEditCat {
+       font-size : large;
+       border-color : #c0c0c0;
 }
 
 table.prefFeedList td.feedIcon {
@@ -392,7 +400,7 @@ div.helpResponse {
        background : white;
 }
 
-#infoBoxShadow {
+/*#infoBoxShadow {
        background-image : url("images/shadow.png");
        position : absolute;
        width : 30%;
@@ -400,7 +408,7 @@ div.helpResponse {
        top : 30%;
        z-index : 3;
        display : none;
-}
+}*/
 
 div.infoBoxContents {
        background-image : url("images/vgrad_light_rev2.png");
@@ -588,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;
-       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;
+table.headlinesSubToolbar td {
        color : gray;
-       padding : 5px 0px 5px 5px;
-       text-align : left;
 }
 
 span.contentPreview {
@@ -831,84 +817,39 @@ div.cdmContent a:hover {
 /* layout */
 
 #header {
-       position : absolute;
-       white-space: nowrap;
-       top : 10px;
-       left : 15px;
-       right : 5px;
-       height : 40px;
        color : gray;
-       font-size : small;
 }
 
 #feeds-holder {
-       border-width : 1px 1px 1px 0px;
-       border-style : solid;
        border-color : #c0c0c0;
-       top : 70px;
-       left : 0px;
-       position : absolute;
-       width : 260px;
-       overflow : auto;
-       bottom : 50px;
 }
 
 #toolbar {
-       position : absolute;
-       left : 261px;
-       padding : 5px 10px 5px 10px;
-       top : 70px;
-       right : 0px;
-       white-space: nowrap;
-       height : 30px;
        background-image : url("images/vgrad_light.png");
        background-position : bottom left;
        background-repeat : repeat-x;
-       font-size : small;
 }
 
 div.headlines_normal {
-       position : absolute;
-       border-width : 1px 0px 0px 0px;
-       border-style : solid;
        border-color : #c0c0c0;
-       left : 260px;
-       height : 280px;
-       top : 105px;
-       right : 0px;
-       overflow : auto;
-       font-size : small;
 }
 
 div.headlines_cdm {
-       position : absolute;
-       border-width : 1px 0px 1px 0px;
-       border-style : solid;
        border-color : #c0c0c0;
-       left : 260px;
-       bottom : 50px;
-       top : 105px;
-       right : 0px;
-       overflow : auto;
-       font-size : small;
 }
 
 #content-frame {
-       position : absolute;
-       border-width : 1px 0px 1px 0px;
-       border-style : solid;
        border-color : #c0c0c0;
-       overflow : auto;
-       top : 390px;
-       left : 260px;
-       bottom : 50px;
-       right : 0px;
+}
+
+#prefFooter {
+       display : none;
 }
 
 #footer {
        position : absolute;
        bottom : 0px;
-       height : 30px;
+       height : 20px;
        text-align : center;
        color : gray;
        font-size : x-small;
@@ -916,27 +857,22 @@ div.headlines_cdm {
        background-position : top left;
        background-repeat : repeat-x; 
        background-color : white;
+       border-color : #c0c0c0;
        right : 0px;
        left : 0px;
        padding : 10px;
 }
 
 #headlinesContainer {
-       margin-left : 1px;
        background-color : white;
 }
 
 /* preferences layout */
 
 #prefHeader {
-       margin : 10px;
+       position : static;
        color : gray;
-       font-size : small;
-}
-
-div.return {
-       float : right;
-       font-size : small;
+       margin : 10px;
 }
 
 div.return a {
@@ -948,12 +884,31 @@ div.return a:hover {
 }
 
 #prefContent {
-       bottom : 20px;
-       padding : 1em;
-       min-height : 300px;
+       position : static;
        background-image : url("images/vgrad_light_rev.png");
        background-position : top left;
        background-repeat : repeat-x;
-       font-size : small;
        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;
+}
+