]> git.wh0rd.org - tt-rss.git/blobdiff - themes/compat/theme.css
restyle resizer
[tt-rss.git] / themes / compat / theme.css
index 40a437c59f22ab147aca6ef1ab269c5b9b2c34ec..810cff7db7fa5a059d3015da7a8137800ad3cb78 100644 (file)
@@ -8,104 +8,6 @@ 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;
@@ -401,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;
 }
 
@@ -413,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 {
@@ -490,7 +400,7 @@ div.helpResponse {
        background : white;
 }
 
-#infoBoxShadow {
+/*#infoBoxShadow {
        background-image : url("images/shadow.png");
        position : absolute;
        width : 30%;
@@ -498,7 +408,7 @@ div.helpResponse {
        top : 30%;
        z-index : 3;
        display : none;
-}
+}*/
 
 div.infoBoxContents {
        background-image : url("images/vgrad_light_rev2.png");
@@ -520,8 +430,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 {
@@ -561,7 +502,7 @@ div.warning {
        border : 1px solid #c0c0c0;
        padding : 5px;
        margin : 5px;
-       font-size : x-small;
+       font-size : small;
 }
 
 div.notice {
@@ -569,7 +510,7 @@ div.notice {
        border : 1px solid #c0c0c0;
        padding : 5px;
        margin : 5px;
-       font-size : x-small;
+       font-size : small;
 }
 
 ul.nomarks {
@@ -591,19 +532,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;
@@ -668,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;
+table.headlinesSubToolbar td {
        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 {
@@ -911,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 : x-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;
@@ -996,12 +857,63 @@ 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 {
+       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;
+}
+
+table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
+       color : #5050aa;
+}
+
+#resize-grabber {
+       border-color : #c0c0c0;
+       background : url("images/resize_horiz.png") top left;
+}
+