summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 02:17:12 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 02:17:12 +0100
commit007bda3585c5ae865b370eae6ee5f4e2d3cc9cf2 (patch)
tree3782bab434430f4e1cd51d50087432e2d9750a58 /tt-rss.css
parentc442fb6e28620d702a8dfdab6f42630f618b6b39 (diff)
initial prefpane work
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index ad0213957..f779e0f17 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -5,6 +5,24 @@ body {
padding : 0px;
}
+h1 {
+ font-size : 16pt;
+}
+
+h2 {
+ font-size : 14pt;
+ font-color : bold;
+ border-width : 0px 0px 1px 0px;
+ border-style : solid;
+ border-color : #e0e0e0;
+}
+
+hr {
+ border-width : 0px 0px 1px 0px;
+ border-style : dashed;
+ border-color : #e0e0e0;
+}
+
a {
color : black;
text-decoration : none;
@@ -178,3 +196,34 @@ 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;
+}
+