]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
basic functionality pass 11
[tt-rss.git] / tt-rss.css
CommitLineData
1cd17194
AD
1body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6}
7
007bda35
AD
8h1 {
9 font-size : 16pt;
10}
11
12h2 {
13 font-size : 14pt;
14 font-color : bold;
15 border-width : 0px 0px 1px 0px;
16 border-style : solid;
17 border-color : #e0e0e0;
18}
19
20hr {
21 border-width : 0px 0px 1px 0px;
22 border-style : dashed;
23 border-color : #e0e0e0;
24}
25
1cd17194
AD
26a {
27 color : black;
28 text-decoration : none;
29}
30
31a:hover {
3dbea71b 32 color : #5050aa;
2c1dd701
AD
33}
34
d76a3b03
AD
35table.feedOverview {
36 margin : 5px;
37 border : 1px solid #c0c0c0;
38 background : #f0f0f0;
39 -moz-border-radius : 5px;
40 padding : 5px;
41 font-size : small;
42}
43
44td.headlineToolbar {
45 padding-top : 10px;
46}
47
82baad4a
AD
48table.feeds td.footer {
49 font-weight : bold;
50 border-width : 1px 0px 0px 0px;
51 border-color : #d0d0d0;
52 border-style : solid;
53 text-align : right;
54 font-size : small;
55}
56
ac53063a
AD
57table.headlines td.search {
58 font-size : small;
59/* border-width : 0px 0px 1px 0px;
60 border-color : #d0d0d0;
61 border-style : solid;
62 padding-bottom : 3px; */
63}
64
d76a3b03
AD
65table.headlines td.title {
66 font-weight : bold;
67 font-size : large;
68 border-width : 0px 0px 1px 0px;
69 border-color : #d0d0d0;
70 border-style : solid;
71 text-align : right;
ac53063a 72 padding-bottom : 3px;
d76a3b03
AD
73}
74
75table.headlines td.headlineUpdated {
76 width : 200px;
77
78}
79
ac53063a
AD
80input {
81 border : 1px solid #a0a0a0;
82}
83
d76a3b03 84table.main td.toolbar {
2c1dd701 85 height : 40px;
857d6a80
AD
86 background-color : #f0f0f0;
87 /* background-image : url("shadow_top.png");
88 background-position : bottom left;
89 background-repeat : repeat-x; */
71ad3959
AD
90 padding-right : 10px;
91 padding-left : 10px;
ac53063a 92 font-size : small;
71ad3959
AD
93}
94
95#notify {
96 font-weight : bold;
97 border : 1px solid #c0c0c0;
98 font-size : small;
331900c6 99 display : none;
71ad3959
AD
100 background : white;
101 -moz-border-radius : 5px;
102 padding : 3px 10px 3px 10px;
103 width : 300px;
1cd17194
AD
104}
105
d76a3b03 106table.main td.header {
71ad3959 107 font-size : 21pt;
a1a8a2be
AD
108 background-color : #f0f0f0;
109 background-image : url("header.png");
110 background-position : top left;
111 background-repeat : repeat-x;
2c1dd701 112 height : 50px;
1cd17194 113 padding-left : 80px;
2c1dd701 114 padding-top : 30px;
1cd17194 115 font-weight : bold;
71ad3959 116 color : black;
1cd17194
AD
117}
118
d76a3b03
AD
119table.main td.feeds {
120 width : 250px;
1cd17194
AD
121 border-width : 1px 1px 0px 0px;
122 border-color : #c0c0c0;
123 border-style : solid;
124 padding : 10px;
125}
126
d76a3b03 127table.main td.headlines {
1cd17194
AD
128 height : 25%;
129 padding : 10px;
130 border-width : 1px 0px 0px 0px;
131 border-color : #c0c0c0;
132 border-style : solid;
133 overflow : scroll;
134}
135
331900c6
AD
136table.main td.prefContent {
137 padding : 10px;
138 border-width : 1px 0px 0px 0px;
139 border-color : #c0c0c0;
140 border-style : solid;
141}
142
d76a3b03 143table.main td.content {
1cd17194
AD
144 padding : 10px;
145 border-width : 1px 0px 0px 0px;
146 border-color : #c0c0c0;
147 border-style : solid;
1cd17194
AD
148}
149
3dbea71b
AD
150td.content a {
151 color : #5050aa;
152 text-decoration : none;
153}
154
71ad3959 155/*
3dbea71b
AD
156td.content a:hover {
157 text-decoration : underline;
71ad3959 158} */
3dbea71b 159
d76a3b03 160table.main td.notify {
1cd17194
AD
161 height : 40px;
162 border-width : 1px 0px 0px 0px;
163 border-color : #c0c0c0;
164 border-style : solid;
67824557 165 font-size : x-small;
1cd17194
AD
166 text-align : center;
167 color : gray;
67824557
AD
168 background-color : #f0f0f0;
169 background-image : url("header_rev.png");
170 background-position : top left;
171 background-repeat : repeat-x;
172
1cd17194
AD
173}
174
175.even {
176 background-color : #f0f0f0;
177}
178
d76a3b03
AD
179.evenUnread {
180 background-color : #f0f0f0;
181 font-weight : bold;
1cd17194
AD
182}
183
d76a3b03
AD
184.oddUnread {
185 font-weight : bold;
186}
1cd17194
AD
187
188li {
189 list-style-type : none;
190
191}
192
193ul {
194 margin : 0px;
195 padding : 0px;
196 border : 1px solid #f0f0f0;
197}
a1a8a2be
AD
198
199.invisible {
200 display : none;
201}
007bda35
AD
202
203table.prefAddFeed td {
204 padding : 2px;
205}
206
207table.prefAddFeed input {
208 width : 250px;
209}
210
211table.prefAddFeed {
212 background : #f0f0f0;
213 border : 1px solid #c0c0c0;
214 padding : 10px;
215 -moz-border-radius : 5px;
216}
217
218table.prefFeedList tr.title td {
219 font-weight : bold;
220 border-width : 0px 0px 1px 0px;
221 border-color : #f0f0f0;
222 border-style : solid;
223}
224
225.evenSelected {
226 background-color : #c0c0c0;
227}
228
229.oddSelected {
230 background-color : #c0c0c0;
231}
232
331900c6
AD
233a.button {
234 border : 1px solid #d0d0d0;
235 background-image : url("button.png");
236 background-position : top;
237 background-repeat : repeat-x;
238 background-color : white;
239 color : black;
240 padding : 2px 10px 2px 10px;
241 font-size : small;
242}
243
244a.button:hover {
245 background : white;
246 text-decoration : none;
247 color : black;
248}
249
83fe4d6d
AD
250a.buttonWarn {
251 border : 1px solid #d0d0d0;
252 background-image : url("button.png");
253 background-position : top;
254 background-repeat : repeat-x;
255 background-color : white;
256 color : black;
257 padding : 2px 10px 2px 10px;
258 font-size : small;
259}
331900c6 260
83fe4d6d
AD
261a.buttonWarn:hover {
262 background : #fff0f0;
263 text-decoration : none;
264 color : black;
265}