]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
functionality updates
[tt-rss.git] / tt-rss.css
CommitLineData
1cd17194
AD
1body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6}
7
8a {
9 color : black;
10 text-decoration : none;
11}
12
13a:hover {
14 text-decoration : underline;
2c1dd701
AD
15}
16
17a.button {
18 border : 1px solid #d0d0d0;
19 background : white;
20 color : black;
d76a3b03 21 padding : 2px 10px 2px 10px;
2c1dd701 22}
1cd17194 23
2c1dd701
AD
24a.button:hover {
25 background : #f0f0f0;
26 text-decoration : none;
27}
28
d76a3b03
AD
29table.feedOverview {
30 margin : 5px;
31 border : 1px solid #c0c0c0;
32 background : #f0f0f0;
33 -moz-border-radius : 5px;
34 padding : 5px;
35 font-size : small;
36}
37
38td.headlineToolbar {
39 padding-top : 10px;
40}
41
42table.headlines td.title {
43 font-weight : bold;
44 font-size : large;
45 border-width : 0px 0px 1px 0px;
46 border-color : #d0d0d0;
47 border-style : solid;
48 text-align : right;
49}
50
51table.headlines td.headlineUpdated {
52 width : 200px;
53
54}
55
56table.main td.toolbar {
2c1dd701
AD
57 height : 40px;
58 text-align : right;
59 background : #f0f0f0;
60 padding-right : 5px;
1cd17194
AD
61}
62
d76a3b03 63table.main td.header {
1cd17194 64 font-size : 18pt;
a1a8a2be
AD
65 background-color : #f0f0f0;
66 background-image : url("header.png");
67 background-position : top left;
68 background-repeat : repeat-x;
2c1dd701 69 height : 50px;
1cd17194 70 padding-left : 80px;
2c1dd701 71 padding-top : 30px;
1cd17194
AD
72 font-weight : bold;
73}
74
d76a3b03
AD
75table.main td.feeds {
76 width : 250px;
1cd17194
AD
77 border-width : 1px 1px 0px 0px;
78 border-color : #c0c0c0;
79 border-style : solid;
80 padding : 10px;
81}
82
d76a3b03 83table.main td.headlines {
1cd17194
AD
84 height : 25%;
85 padding : 10px;
86 border-width : 1px 0px 0px 0px;
87 border-color : #c0c0c0;
88 border-style : solid;
89 overflow : scroll;
90}
91
d76a3b03 92table.main td.content {
1cd17194
AD
93 padding : 10px;
94 border-width : 1px 0px 0px 0px;
95 border-color : #c0c0c0;
96 border-style : solid;
97 overflow : scroll;
98}
99
d76a3b03 100table.main td.notify {
1cd17194
AD
101 height : 40px;
102 border-width : 1px 0px 0px 0px;
103 border-color : #c0c0c0;
104 border-style : solid;
105 font-size : small;
106 text-align : center;
107 color : gray;
108}
109
110.even {
111 background-color : #f0f0f0;
112}
113
d76a3b03
AD
114.evenUnread {
115 background-color : #f0f0f0;
116 font-weight : bold;
1cd17194
AD
117}
118
d76a3b03
AD
119.oddUnread {
120 font-weight : bold;
121}
1cd17194
AD
122
123li {
124 list-style-type : none;
125
126}
127
128ul {
129 margin : 0px;
130 padding : 0px;
131 border : 1px solid #f0f0f0;
132}
a1a8a2be
AD
133
134.invisible {
135 display : none;
136}