]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
mark headlines page as read now works (via rpc)
[tt-rss.git] / tt-rss.css
index bb90385aa199cb9c519db538d7bc1abccb96cf0f..ba1d08a1237bc57dc3294a71055a45ee69558088 100644 (file)
@@ -3,33 +3,36 @@ body {
        color : black;
        margin : 0px;
        padding : 0px;
+       font-family : sans-serif;
 }
 
-a {
-       color : black;
-       text-decoration : none;
+h1 {
+       font-size : 16pt;       
 }
 
-a:hover {
-       color : #5050aa;
+h2 {
+       font-size : 14pt;
+       font-color : bold;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e0e0e0;
 }
 
-a.button {
-       border : 1px solid #d0d0d0;
-       background-image : url("button.png");
-       background-position : top;
-       background-repeat : repeat-x;
-       background-color : white;
-       color : black;  
-       padding : 2px 10px 2px 10px;
-       font-size : small;
+hr {
+       border-width : 0px 0px 1px 0px;
+       border-style : dashed;
+       border-color : #e0e0e0;
 }
 
-a.button:hover {
-       background : white;
+a {
+       color : black;
        text-decoration : none;
 }
 
+a:hover {
+       color : #5050aa;
+}
+
 table.feedOverview {
        margin : 5px;
        border : 1px solid #c0c0c0;
@@ -52,7 +55,7 @@ table.feeds td.footer {
        font-size : small;
 }
 
-table.headlines td.search {
+table.headlinesList td.search {
        font-size : small;
 /*     border-width : 0px 0px 1px 0px;
        border-color : #d0d0d0;
@@ -60,7 +63,7 @@ table.headlines td.search {
        padding-bottom : 3px; */
 }
 
-table.headlines td.title {
+table.headlinesList td.title {
        font-weight : bold;
        font-size : large;
        border-width : 0px 0px 1px 0px;
@@ -70,9 +73,8 @@ table.headlines td.title {
        padding-bottom : 3px;
 }
 
-table.headlines td.headlineUpdated {
+table.headlinesList td.headlineUpdated {
        width : 200px;
-
 }
 
 input {
@@ -81,14 +83,28 @@ input {
 
 table.main td.toolbar {
        height : 40px;
-       background : #f0f0f0;
-       padding-right : 5px;
+       background-color : #f0f0f0;
+       /* background-image : url("shadow_top.png");
+       background-position : bottom left;
+       background-repeat : repeat-x; */
+       padding-right : 10px;
+       padding-left : 10px;
        font-size : small;
-       text-align : right;
+}
+
+#notify {
+       font-weight : bold;
+       border : 1px solid #c0c0c0;
+       font-size : small;
+       display : none;
+       background : white;
+       -moz-border-radius : 5px;
+       padding : 3px 10px 3px 10px;
+       width : 300px;
 }
 
 table.main td.header {
-       font-size : 18pt;
+       font-size : 21pt;
        background-color : #f0f0f0;
        background-image : url("header.png");
        background-position : top left;
@@ -97,6 +113,7 @@ table.main td.header {
        padding-left : 80px;
        padding-top : 30px;
        font-weight : bold;
+       color : black;
 }
 
 table.main td.feeds {
@@ -116,12 +133,18 @@ table.main td.headlines {
        overflow : scroll;
 }
 
+table.main td.prefContent {
+       padding : 10px;
+       border-width : 1px 0px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : solid;
+}
+
 table.main td.content {
        padding : 10px;
        border-width : 1px 0px 0px 0px;
        border-color : #c0c0c0;
        border-style : solid;
-       overflow : scroll;
 }
 
 td.content a {
@@ -129,9 +152,10 @@ td.content a {
        text-decoration : none;
 }
 
+/*
 td.content a:hover {
        text-decoration : underline;
-}
+} */
 
 table.main td.notify {
        height : 40px;
@@ -175,3 +199,86 @@ ul {
 .invisible {
        display : none;
 }
+
+table.prefAddFeed td {
+       padding : 2px;
+}
+
+table.prefAddFeed input {
+       width : 250px;
+}
+
+table.prefAddFeed {
+       background : #f0f0f0;
+       border : 1px solid #c0c0c0;
+       padding : 10px;
+       -moz-border-radius : 5px;
+}
+
+table.prefFeedList tr.title td {
+       font-weight : bold;
+       border-width : 0px 0px 1px 0px;
+       border-color : #f0f0f0;
+       border-style : solid;
+}
+
+.evenSelected {
+       background-color : #c0c0c0;
+}
+
+.oddSelected {
+       background-color : #c0c0c0;
+}
+
+a.disabledButton {
+       border : 1px solid #d0d0d0;
+       background-color : white;
+       color : #909090;        
+       padding : 2px 10px 2px 10px;
+       font-size : small;
+}
+
+a.disabledButton:hover {
+       background : white;
+       text-decoration : none;
+       color : #909090;
+}
+
+a.button {
+       border : 1px solid #d0d0d0;
+       background-image : url("button.png");
+       background-position : top;
+       background-repeat : repeat-x;
+       background-color : white;
+       color : black;  
+       padding : 2px 10px 2px 10px;
+       font-size : small;
+}
+
+a.button:hover {
+       background : white;
+       text-decoration : none;
+       color : black;
+}
+
+a.buttonWarn {
+       border : 1px solid #d0d0d0;
+       background-image : url("button.png");
+       background-position : top;
+       background-repeat : repeat-x;
+       background-color : white;
+       color : black;  
+       padding : 2px 10px 2px 10px;
+       font-size : small;
+}
+
+a.buttonWarn:hover {
+       background : #fff0f0;
+       text-decoration : none;
+       color : black;
+}
+
+td.headlineUpdateMark {
+       width : 25px;
+       text-align : center;
+}