]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
disable error reporting on fetch_rss
[tt-rss.git] / tt-rss.css
CommitLineData
1cd17194
AD
1body {
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
71500c40 6 font-family : sans-serif;
1cd17194
AD
7}
8
007bda35
AD
9h1 {
10 font-size : 16pt;
11}
12
13h2 {
14 font-size : 14pt;
15 font-color : bold;
16 border-width : 0px 0px 1px 0px;
17 border-style : solid;
18 border-color : #e0e0e0;
19}
20
21hr {
22 border-width : 0px 0px 1px 0px;
23 border-style : dashed;
24 border-color : #e0e0e0;
25}
26
1cd17194
AD
27a {
28 color : black;
29 text-decoration : none;
30}
31
32a:hover {
3dbea71b 33 color : #5050aa;
2c1dd701
AD
34}
35
d76a3b03
AD
36table.feedOverview {
37 margin : 5px;
38 border : 1px solid #c0c0c0;
39 background : #f0f0f0;
40 -moz-border-radius : 5px;
41 padding : 5px;
42 font-size : small;
43}
44
45td.headlineToolbar {
46 padding-top : 10px;
47}
48
82baad4a
AD
49table.feeds td.footer {
50 font-weight : bold;
51 border-width : 1px 0px 0px 0px;
52 border-color : #d0d0d0;
53 border-style : solid;
54 text-align : right;
55 font-size : small;
56}
57
175847de 58table.headlinesList td.search {
ac53063a
AD
59 font-size : small;
60/* border-width : 0px 0px 1px 0px;
61 border-color : #d0d0d0;
62 border-style : solid;
63 padding-bottom : 3px; */
64}
65
175847de 66table.headlinesList td.title {
d76a3b03
AD
67 font-weight : bold;
68 font-size : large;
69 border-width : 0px 0px 1px 0px;
70 border-color : #d0d0d0;
71 border-style : solid;
72 text-align : right;
ac53063a 73 padding-bottom : 3px;
d76a3b03
AD
74}
75
175847de 76table.headlinesList td.headlineUpdated {
d76a3b03 77 width : 200px;
d76a3b03
AD
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
e6d1c0a0
AD
233a.disabledButton {
234 border : 1px solid #d0d0d0;
235 background-color : white;
236 color : #909090;
237 padding : 2px 10px 2px 10px;
238 font-size : small;
239}
240
241a.disabledButton:hover {
242 background : white;
243 text-decoration : none;
244 color : #909090;
245}
246
331900c6
AD
247a.button {
248 border : 1px solid #d0d0d0;
249 background-image : url("button.png");
250 background-position : top;
251 background-repeat : repeat-x;
252 background-color : white;
253 color : black;
254 padding : 2px 10px 2px 10px;
255 font-size : small;
256}
257
258a.button:hover {
259 background : white;
260 text-decoration : none;
261 color : black;
262}
263
83fe4d6d
AD
264a.buttonWarn {
265 border : 1px solid #d0d0d0;
266 background-image : url("button.png");
267 background-position : top;
268 background-repeat : repeat-x;
269 background-color : white;
270 color : black;
271 padding : 2px 10px 2px 10px;
272 font-size : small;
273}
331900c6 274
83fe4d6d
AD
275a.buttonWarn:hover {
276 background : #fff0f0;
277 text-decoration : none;
278 color : black;
279}
b197f117
AD
280
281td.headlineUpdateMark {
282 width : 25px;
283 text-align : center;
284}