]> git.wh0rd.org - tt-rss.git/blobdiff - themes/compat/theme.css
pref-feeds tweaks
[tt-rss.git] / themes / compat / theme.css
index 11724ee1fc7319fedcb34995c314c310da2d7284..fcda0b431151a92c9bdb7a8e9462c0fde4dfed91 100644 (file)
@@ -315,6 +315,10 @@ tr.title td a:hover {
        color : #5050aa;
 }
 
+div.prefFeedCatHolder {
+       border : 1px solid #c0c0c0;
+}
+
 table.prefFeedList td.feedEditCat {
        font-size : large;
        border-color : #c0c0c0;
@@ -391,7 +395,7 @@ div.helpResponse {
        background : white;
 }
 
-#infoBoxShadow {
+/*#infoBoxShadow {
        background-image : url("images/shadow.png");
        position : absolute;
        width : 30%;
@@ -399,7 +403,7 @@ div.helpResponse {
        top : 30%;
        z-index : 3;
        display : none;
-}
+}*/
 
 div.infoBoxContents {
        background-image : url("images/vgrad_light_rev2.png");
@@ -883,6 +887,10 @@ div.headlines_cdm {
        right : 0px;
 }
 
+#prefFooter {
+       display : none;
+}
+
 #footer {
        position : absolute;
        bottom : 0px;
@@ -908,7 +916,9 @@ div.headlines_cdm {
 /* preferences layout */
 
 #prefHeader {
+       position : static;
        color : gray;
+       margin : 10px;
 }
 
 div.return a {
@@ -920,8 +930,26 @@ div.return a:hover {
 }
 
 #prefContent {
+       position : static;
        background-image : url("images/vgrad_light_rev.png");
        background-position : top left;
        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;
+}