]> 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 6f6586a4fcddb89325aace4f8d8242ec18e686f2..fab031301d8dc8db07f22a4b08287b4e727c3fe3 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 {
@@ -150,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;
 }
 
@@ -326,28 +229,28 @@ 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,
        .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;
+
 }
 
 
@@ -361,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;
 }
 
@@ -371,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 {
@@ -399,7 +301,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 +313,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 {
@@ -469,26 +379,19 @@ 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;
 }
 
-#infoBoxShadow {
+/*#infoBoxShadow {
        background-image : url("images/shadow.png");
        position : absolute;
        width : 30%;
@@ -496,14 +399,12 @@ div.helpResponse {
        top : 30%;
        z-index : 3;
        display : none;
-}
+}*/
 
 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 {
@@ -518,8 +419,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 : #f0f0f0;
 }
 
 input.prefsTab {
@@ -559,7 +491,7 @@ div.warning {
        border : 1px solid #c0c0c0;
        padding : 5px;
        margin : 5px;
-       font-size : x-small;
+       font-size : small;
 }
 
 div.notice {
@@ -567,7 +499,7 @@ div.notice {
        border : 1px solid #c0c0c0;
        padding : 5px;
        margin : 5px;
-       font-size : x-small;
+       font-size : small;
 }
 
 ul.nomarks {
@@ -589,19 +521,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;
@@ -666,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;
-       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 {
@@ -906,3 +803,115 @@ div.cdmContent a:hover {
        color : black;
 }
 
+/* layout */
+
+#header {
+       color : gray;
+}
+
+#feeds-holder {
+       border-color : #c0c0c0;
+}
+
+#toolbar {
+       background-image : url("images/vgrad_light.png");
+       background-position : bottom left;
+       background-repeat : repeat-x;
+}
+
+div.headlines_normal {
+       border-color : #c0c0c0;
+}
+
+div.headlines_cdm {
+       border-color : #c0c0c0;
+}
+
+#content-frame {
+       border-color : #c0c0c0;
+}
+
+#prefFooter {
+       display : none;
+}
+
+#footer {
+       position : absolute;
+       bottom : 0px;
+       height : 20px;
+       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 {
+       background-color : white;
+}
+
+/* preferences layout */
+
+#prefHeader {
+       position : static;
+       color : gray;
+       margin : 10px;
+}
+
+div.return a {
+       color : #5050aa;
+}
+
+div.return a:hover {
+       color : black;
+}
+
+#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;        
+}
+
+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;
+}
+
+table.headlinesList tr.feedTitle td , div.cdmFeedTitle {
+       background : white;
+}
+
+#resize-grabber {
+       border-color : #c0c0c0;
+       background : url("images/resize_horiz.png") top left;
+}
+