]> git.wh0rd.org - tt-rss.git/blobdiff - themes/compat/theme.css
pref-feeds tweaks
[tt-rss.git] / themes / compat / theme.css
index 6f6586a4fcddb89325aace4f8d8242ec18e686f2..fcda0b431151a92c9bdb7a8e9462c0fde4dfed91 100644 (file)
@@ -8,109 +8,13 @@ body {
 
 /* common styles */
 
-table.main td.headerBox {
-       background-image : url("images/vgrad_light_rev2.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-}
-
-table.main td.header {
-       padding : 10px 10px 10px 30px;
-       height : 70px;
-}
-
-table.main td.mainToolbar {
-       border-width : 0px 0px 0px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       padding : 3px 25px 3px 10px;
-}
-
-table.main td.prefsToolbar {
-       padding : 0px 5px 5px 0px;
-}
-
-table.main td.feeds {
-       width : 290px;
-       height : 100%;
-       border-width : 1px 0px 0px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       padding : 0px;
-}
-
-table.main td.headlinesToolbarBox {
-       padding : 10px;
-       border-width : 0px 0px 1px 1px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       background-image : url("images/vgrad_light.png");
-       background-position : bottom left;
-       background-repeat : repeat-x;
-}
-
-table.main td.footer, table.main td.prefFooter {
-       border-width : 1px 0px 0px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       padding : 10px;
-       text-align : center;
-       font-size : x-small;
-       background-image : url("images/vgrad_light_rev2.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       color : gray;
-}
-
-table.main td.footer a {
-       color : gray;
-}
-
-table.main td.footer a:hover {
-       color : #5050aa;
-}
-
-table.main td.headlines {
-       height : 25%;
-       border-width : 0px 0px 1px 1px;
-       border-style : solid;
-       border-color : #c0c0c0;
-}
-
-table.main td.headlines2 {
-       height : 100%;
-       border-width : 0px 0px 0px 1px;
-       border-style : solid;
-       border-color : #c0c0c0;
-}
-
-table.main td.content {
-       height : 100%;
-       background-image : url("images/vgrad_light_rev.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       border-width : 0px 0px 0px 1px;
-       border-style : solid;
-       border-color : #c0c0c0;
-}
-
-table.main td.prefContent {
-       height : 100%;
-       background-image : url("images/vgrad_light_rev.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       border-width : 1px 0px 0px 0px;
-       border-style : solid;
-       border-color : #c0c0c0;
-       padding : 20px;
-}
-
 div.postReply {
        background-image : url("images/vgrad_light_rev.png");
        background-position : top left;
        background-repeat : repeat-x;
        height : 100%;
        padding : 10px;
+       margin-left : 1px;
 }
 
 div.postReply a {
@@ -326,11 +230,11 @@ a.button {
 
 .evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
        .evenSelectedUnread td {
-        background-color : #fff7d5;
+        background-color : #e0e0ff;
         font-weight : bold;
                  border-width : 1px 0px 1px 0px;
                  border-style : solid;
-                 border-color : #e7d796;
+                 border-color : #778899;
 }
 
 .oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
@@ -399,7 +303,7 @@ tr.title td {
        border-width : 0px 0px 1px 0px;
        border-color : #f0f0f0;
        border-style : solid;
-       font-size : x-small;
+       font-size : small;
        color : gray;
 }
 
@@ -411,10 +315,13 @@ 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.prefFeedList td.feedIcon {
@@ -488,7 +395,7 @@ div.helpResponse {
        background : white;
 }
 
-#infoBoxShadow {
+/*#infoBoxShadow {
        background-image : url("images/shadow.png");
        position : absolute;
        width : 30%;
@@ -496,7 +403,7 @@ div.helpResponse {
        top : 30%;
        z-index : 3;
        display : none;
-}
+}*/
 
 div.infoBoxContents {
        background-image : url("images/vgrad_light_rev2.png");
@@ -518,8 +425,39 @@ div.helpResponse h2, div.infoBoxContents h2 {
        font-size : 12pt;
 }
 
-table.main td.prefsTabs {
-       padding-left : 5px;
+div.prefsTab {
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       font-size : small;
+       position : relative;
+       bottom : 0px;
+       border-collapse : collapse;
+       -moz-border-radius : 3px;
+       min-width : 100px;
+       text-align : center;
+       background-image : url("images/vgrad_light_rev2.png");
+       background-position : top left;
+       background-repeat : repeat-x;
+
+}
+
+div.prefsTabSelected {
+       float : left;
+       border-width : 1px 1px 0px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       margin : 0px 0px 0px 5px;
+       padding : 3px 5px 3px 5px;
+       font-size : small;
+       position : relative;
+       bottom : 0px;
+       border-collapse : collapse;
+       -moz-border-radius : 3px;
+       font-weight : bold;
+       min-width : 100px;
+       text-align : center;
+       background : white;
 }
 
 input.prefsTab {
@@ -559,7 +497,7 @@ div.warning {
        border : 1px solid #c0c0c0;
        padding : 5px;
        margin : 5px;
-       font-size : x-small;
+       font-size : small;
 }
 
 div.notice {
@@ -567,7 +505,7 @@ div.notice {
        border : 1px solid #c0c0c0;
        padding : 5px;
        margin : 5px;
-       font-size : x-small;
+       font-size : small;
 }
 
 ul.nomarks {
@@ -589,19 +527,6 @@ div.prefHelp, td.prefHelp {
        padding : 5px;
 }
 
-td.welcomePrompt {
-       font-size : x-small;
-       color : gray;
-       text-align : right;
-       padding-right : 10px;
-}
-
-td.httpWelcomePrompt {
-       font-size : small;
-       color : gray;
-       text-align : right;
-}
-
 table.loginForm {
        background-image : url("images/vgrad_light_rev.png");
        background-color : white;
@@ -906,3 +831,125 @@ div.cdmContent a:hover {
        color : black;
 }
 
+/* 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;
+}
+
+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 {
+       display : none;
+}
+
+#footer {
+       position : absolute;
+       bottom : 0px;
+       height : 30px;
+       text-align : center;
+       color : gray;
+       font-size : x-small;
+       background-image : url("images/vgrad_light_rev2.png");
+       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 {
+       position : static;
+       color : gray;
+       margin : 10px;
+}
+
+div.return a {
+       color : #5050aa;
+}
+
+div.return a:hover {
+       color : black;
+}
+
+#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;
+}