summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 14:46:43 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 14:46:43 +0100
commitd76a3b036c8863ae023686f08e36b11dc9e8ce2e (patch)
treed11cc5f24aea9efe4917eb0f059fe323cf9a7ca9 /tt-rss.css
parent3f6a313a760c446be27798b41d0a266475124710 (diff)
basic functionality pass 1
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css52
1 files changed, 41 insertions, 11 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 77e36b073..5903e77c3 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -18,7 +18,7 @@ a.button {
border : 1px solid #d0d0d0;
background : white;
color : black;
- padding : 5px 10px 5px 10px;
+ padding : 2px 10px 2px 10px;
}
a.button:hover {
@@ -26,14 +26,41 @@ a.button:hover {
text-decoration : none;
}
-td.toolbar {
+table.feedOverview {
+ margin : 5px;
+ border : 1px solid #c0c0c0;
+ background : #f0f0f0;
+ -moz-border-radius : 5px;
+ padding : 5px;
+ font-size : small;
+}
+
+td.headlineToolbar {
+ padding-top : 10px;
+}
+
+table.headlines td.title {
+ font-weight : bold;
+ font-size : large;
+ border-width : 0px 0px 1px 0px;
+ border-color : #d0d0d0;
+ border-style : solid;
+ text-align : right;
+}
+
+table.headlines td.headlineUpdated {
+ width : 200px;
+
+}
+
+table.main td.toolbar {
height : 40px;
text-align : right;
background : #f0f0f0;
padding-right : 5px;
}
-td.header {
+table.main td.header {
font-size : 18pt;
background : #f0f0f0;
height : 50px;
@@ -42,15 +69,15 @@ td.header {
font-weight : bold;
}
-td.feeds {
- width : 180px;
+table.main td.feeds {
+ width : 250px;
border-width : 1px 1px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
padding : 10px;
}
-td.headlines {
+table.main td.headlines {
height : 25%;
padding : 10px;
border-width : 1px 0px 0px 0px;
@@ -59,7 +86,7 @@ td.headlines {
overflow : scroll;
}
-td.content {
+table.main td.content {
padding : 10px;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
@@ -67,7 +94,7 @@ td.content {
overflow : scroll;
}
-td.notify {
+table.main td.notify {
height : 40px;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
@@ -81,11 +108,14 @@ td.notify {
background-color : #f0f0f0;
}
-.odd {
-
-
+.evenUnread {
+ background-color : #f0f0f0;
+ font-weight : bold;
}
+.oddUnread {
+ font-weight : bold;
+}
li {
list-style-type : none;