]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
initial blue theme
[tt-rss.git] / tt-rss.css
CommitLineData
1cd17194 1body {
55c2c42b
AD
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
6 font-family : sans-serif;
1cd17194
AD
7}
8
e828e31e 9/* common styles */
1cd17194 10
b3a9dadd 11table.main td.headerBox {
55c2c42b
AD
12/* background-image : url("images/vgrad_light_rev2.png");
13 background-position : top left;
14 background-repeat : repeat-x; */
15 background-color : white;
2c1dd701
AD
16}
17
b3a9dadd 18table.main td.header {
55c2c42b
AD
19 padding : 10px 10px 10px 30px;
20 height : 70px;
b3a9dadd
AD
21}
22
e828e31e 23table.main td.mainToolbar {
55c2c42b
AD
24 border-width : 0px 0px 0px 0px;
25 border-style : solid;
26 border-color : #c0c0c0;
27 padding : 3px 25px 3px 10px;
e5d45654
AD
28}
29
0eef53fe 30table.main td.prefsToolbar {
55c2c42b 31 padding : 0px 5px 5px 0px;
0eef53fe
AD
32}
33
e828e31e 34table.main td.feeds {
55c2c42b
AD
35 width : 290px;
36 height : 100%;
37 border-width : 1px 0px 0px 0px;
38 border-style : solid;
39 border-color : #88b0f0;
40 padding : 0px;
e5d45654
AD
41}
42
e828e31e 43table.main td.headlinesToolbarBox {
55c2c42b
AD
44 padding : 10px;
45 border-width : 0px 0px 1px 1px;
46 border-style : solid;
47 border-color : #88b0f0;
48 background-image : url("images/vgrad_light.png");
49 background-position : bottom left;
50 background-repeat : repeat-x;
d76a3b03
AD
51}
52
e828e31e 53table.main td.footer {
55c2c42b
AD
54 border-width : 1px 0px 0px 0px;
55 border-style : solid;
56 border-color : #88b0f0;
57 padding : 10px;
58 text-align : center;
59 font-size : x-small;
60/* background-image : url("images/vgrad_light_rev2.png");
61 background-position : top left;
62 background-repeat : repeat-x; */
63 background-color : #ecf4ff;
64 color : black;
a2015351
AD
65}
66
e828e31e 67table.main td.footer a {
55c2c42b 68 color : black;
d76a3b03
AD
69}
70
e828e31e 71table.main td.footer a:hover {
55c2c42b 72 color : #5050aa;
ac53063a
AD
73}
74
e828e31e 75table.main td.headlines {
55c2c42b
AD
76 height : 25%;
77 border-width : 0px 0px 1px 1px;
78 border-style : solid;
79 border-color : #88b0f0;
71ad3959
AD
80}
81
386cbf27 82table.main td.headlines2 {
55c2c42b
AD
83 height : 100%;
84 border-width : 0px 0px 0px 1px;
85 border-style : solid;
86 border-color : #c0c0c0;
386cbf27
AD
87}
88
e828e31e 89table.main td.content {
55c2c42b
AD
90 height : 100%;
91/* background-image : url("images/vgrad_light_rev.png");
92 background-position : top left;
93 background-repeat : repeat-x; */
94 border-width : 0px 0px 0px 1px;
95 border-style : solid;
96 border-color : #88b0f0;
97/* background-color : #ecf4ff; */
1cd17194
AD
98}
99
e828e31e 100table.main td.prefContent {
55c2c42b
AD
101 height : 100%;
102 background-image : url("images/vgrad_light_rev.png");
103 background-position : top left;
104 background-repeat : repeat-x;
105 border-width : 1px 0px 0px 0px;
106 border-style : solid;
107 border-color : #c0c0c0;
108 padding : 20px;
1a66d16e
AD
109}
110
e828e31e 111div.postReply {
55c2c42b
AD
112/* background-image : url("images/vgrad_light_rev.png");
113 background-position : top left;
114 background-repeat : repeat-x; */
115 height : 100%;
116 padding : 10px;
1cd17194
AD
117}
118
f7181e9b 119div.postReply a {
55c2c42b 120 color : #5050aa;
f7181e9b
AD
121}
122
123div.postReply a:hover {
55c2c42b 124 color : black;
f7181e9b
AD
125}
126
e828e31e 127div.postReply div.postHeader {
55c2c42b
AD
128 background : #ecf4ff;
129 border : 1px solid #88b0f0;
96b58583
AD
130}
131
132div.postReply > div.postHeader {
55c2c42b 133 padding : 5px;
1cd17194
AD
134}
135
e828e31e 136div.postReply div.postContent {
55c2c42b 137 padding : 10px;
f0601b87
AD
138}
139
e828e31e 140div.postReply div.postIcon {
55c2c42b
AD
141 float : right;
142 border : 0px;
143 margin : 10px 0px 10px 10px;
5f89f780 144}
e828e31e
AD
145
146ul.feedList {
55c2c42b
AD
147 list-style-type : none;
148 margin : 5px;
149 padding : 0px 0px 0px 10px;
91ff844a
AD
150}
151
152ul.feedList li.feedCat {
55c2c42b
AD
153 margin : 0px;
154 padding : 3px 0px 3px 0px;
155 color : #707070;
156 font-size : x-small;
91ff844a
AD
157}
158
fe14aeb8 159ul.feedList li.feedCat a {
55c2c42b 160 color : #707070;
fe14aeb8
AD
161}
162
163ul.feedList li.feedCat a:hover {
55c2c42b 164 color : #5050aa;
fe14aeb8
AD
165}
166
91ff844a 167ul.feedCatList {
55c2c42b
AD
168 list-style-type : none;
169 margin : 0px 0px 0px 20px;
170 padding : 0px;
91ff844a
AD
171}
172
173ul.feedCatList li {
55c2c42b
AD
174 margin : 0px;
175 padding : 0px 0px 0px 0px;
176 color : black;
1cd17194
AD
177}
178
e828e31e 179ul.feedList li {
55c2c42b 180 margin : 0px;
e828e31e
AD
181}
182
4f3a84f4 183/*
f0b3b4eb 184li.oddSelected, li.evenSelected {
55c2c42b 185 background-color : white;
f0b3b4eb
AD
186}
187
188li.oddUnreadSelected, li.evenUnreadSelected, li.evenSelectedUnread,
55c2c42b
AD
189 li.oddSelectedUnread {
190 background-color : white;
191 font-weight : bold;
e828e31e
AD
192}
193
194li.oddSelected a, li.evenSelected a,
55c2c42b
AD
195 li.oddUnreadSelected a, li.evenUnreadSelected a {
196 color : #5050aa;
3745788e
AD
197}
198
199ul.feedlist
55c2c42b
AD
200 li.virtSelected,
201 li.virtUnreadSelected,
202 li.virtSelectedUnread,
203 li.feedSelected,
204 li.labelSelected,
205 li.feedUnreadSelected,
206 li.labelUnreadSelected,
207 li.feedSelectedUnread,
208 li.labelSelectedUnread {
209 background-color : white;
3745788e
AD
210}
211
212ul.feedlist
55c2c42b
AD
213 li.feedSelected a,
214 li.labelSelected a,
215 li.feedUnreadSelected a,
216 li.labelUnreadSelected a,
217 li.virtSelected a,
218 li.virtUnreadSelected a,
219 li.virtSelectedUnread a {
220 color : #5050aa;
4f3a84f4
AD
221} */
222
83957936 223ul.feedlist li.feedUnread,
023fe037 224ul.feedlist li.errorUnread,
83957936
AD
225ul.feedlist li.labelUnread,
226ul.feedlist li.virtUnread,
227ul.feedlist li.tagUnread {
55c2c42b 228 font-weight : bold;
83957936
AD
229}
230
023fe037 231ul.feedlist li.errorSelected a,
426d3c57 232ul.feedlist li.error a,
023fe037
AD
233ul.feedlist li.errorUnread a,
234ul.feedlist li.errorUnreadSelected a {
55c2c42b 235 color : #f04040;
023fe037 236}
83957936 237
4f3a84f4
AD
238ul.feedlist li.feedSelected a,
239ul.feedlist li.labelSelected a,
83957936
AD
240ul.feedlist li.virtSelected a,
241ul.feedlist li.tagSelected a {
55c2c42b 242 color : #5050aa;
4f3a84f4
AD
243}
244
245ul.feedlist li.feedUnreadSelected a,
246ul.feedlist li.labelUnreadSelected a,
83957936
AD
247ul.feedlist li.virtUnreadSelected a,
248ul.feedlist li.tagUnreadSelected a {
55c2c42b 249 color : #5050aa;
4f3a84f4
AD
250}
251
023fe037
AD
252ul.feedlist li.feedUnreadSelected,
253ul.feedlist li.errorUnreadSelected,
4f3a84f4 254ul.feedlist li.labelUnreadSelected,
83957936
AD
255ul.feedlist li.virtUnreadSelected,
256ul.feedlist li.tagUnreadSelected {
55c2c42b 257 font-weight : bold;
3745788e
AD
258}
259
260ul.feedList li.feed {
55c2c42b 261 display : block;
3745788e 262}
508a81e1 263
6c56687e 264ul.feedList img, img.tinyFeedIcon {
55c2c42b
AD
265 margin : 0px 3px 0px 0px;
266 width : 16px;
267 height : 16px;
268 border-width : 0px;
331900c6
AD
269}
270
e828e31e 271h1 {
55c2c42b 272 font-size : 16pt;
f0601b87
AD
273}
274
e828e31e 275h2 {
55c2c42b
AD
276 font-size : 14pt;
277 font-weight : bold;
278 border-width : 0px 0px 1px 0px;
279 border-style : solid;
280 border-color : #e0e0e0;
1cd17194
AD
281}
282
f5a50b25 283h3 {
55c2c42b
AD
284 font-size : 12pt;
285 font-weight : bold;
286 border-width : 0px 0px 1px 0px;
287 border-style : solid;
288 border-color : #e0e0e0;
f5a50b25
AD
289}
290
e828e31e 291hr {
55c2c42b
AD
292 border-width : 0px 0px 1px 0px;
293 border-style : dashed;
294 border-color : #e0e0e0;
e828e31e 295}
67824557 296
e828e31e 297a {
55c2c42b
AD
298 color : black;
299 text-decoration : none;
1cd17194
AD
300}
301
e828e31e 302a:hover {
55c2c42b 303 color : #5050aa;
9b307248
AD
304}
305
e828e31e 306#piggie {
55c2c42b
AD
307 width : 400;
308 height : 400;
309 right : 0;
310 top : -400;
311 background-color : white;
312 display : none;
313 z-index : 3;
314 background-image : url("http://madoka.spb.ru/stuff/fox/piggie.png");
315 background-position : center center;
316 background-repeat : no-repeat;
317 position : absolute;
318 border : 1px solid pink;
319 margin-left : auto;
320 margin-right : auto;
321 -moz-border-radius : 10px;
322 opacity : 0.8;
9b307248
AD
323}
324
5d73494a 325#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
91ff844a 326#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
1da7e457
AD
327#iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
328#iedit_parent_feed {
55c2c42b
AD
329 width : 100%;
330 padding-left : 2px;
1cd17194
AD
331}
332
77e96719 333input.editbox {
55c2c42b
AD
334 width : 200px;
335 padding-left : 2px;
77e96719
AD
336}
337
82e1fe00 338td.notifyBox {
55c2c42b
AD
339 font-size : 10pt;
340 text-align : right;
82e1fe00
AD
341}
342
343#notify {
55c2c42b
AD
344 color : black;
345 font-weight : bold;
346 padding : 3px;
1cd17194
AD
347}
348
8143ae1f 349#dispSwitch {
55c2c42b
AD
350 padding : 5px 5px 5px 0px;
351 font-size : x-small;
352 text-align : right;
8143ae1f
AD
353}
354
355#dispSwitch a {
55c2c42b 356 color : gray;
8143ae1f
AD
357}
358
359#dispSwitch a:hover {
55c2c42b 360 color : #5050aa;
8143ae1f
AD
361}
362
e828e31e 363div.expPane {
55c2c42b 364 margin : 15px;
d76a3b03 365}
1cd17194 366
5bfef089 367iframe {
55c2c42b 368 border : 0px solid white;
5bfef089
AD
369}
370
f69ea84d 371iframe.feedsFrameWithActions {
55c2c42b
AD
372 width : 100%;
373 height : 90%;
374 margin : 0px;
375 padding : 0px;
f69ea84d
AD
376}
377
e828e31e 378iframe.feedsFrame {
55c2c42b
AD
379 width : 100%;
380 height : 100%;
381 margin : 0px;
382 padding : 0px;
a1a8a2be 383}
007bda35 384
e828e31e 385iframe.contentFrame, iframe.headlinesFrame {
55c2c42b
AD
386 width : 100%;
387 padding : 0px;
388 margin : 0px;
389 height : 100%;
007bda35
AD
390}
391
e828e31e 392.button {
55c2c42b
AD
393 border : 1px solid #d0d0d0;
394 background-image : url("images/button.png");
395 background-position : top;
396 background-repeat : repeat-x;
397 background-color : white;
398 color : black;
007bda35
AD
399}
400
e828e31e 401.button:hover {
55c2c42b
AD
402 background : white;
403 text-decoration : none;
404 color : black;
e828e31e
AD
405}
406
407a.button {
55c2c42b
AD
408 padding : 2px 5px 2px 5px;
409 font-size : small;
007bda35
AD
410}
411
4f3a84f4 412.evenUnreadSelected, .evenSelectedUnread {
55c2c42b
AD
413 background-color : #cbe0fc;
414 font-weight : bold;
a3ee2a38
AD
415}
416
4f3a84f4 417.oddUnreadSelected, .oddSelectedUnread {
55c2c42b
AD
418 background-color : #cbe0fc;
419 font-weight : bold;
a3ee2a38
AD
420}
421
7719618b 422.evenSelected, .oddSelected {
55c2c42b 423 background-color : #cbe0fc;
007bda35
AD
424}
425
3745788e 426
4f3a84f4 427/*
3745788e
AD
428.feedUnreadSelected, .feedSelectedUnread,
429.virtUnreadSelected, .virtSelectedUnread,
430.labelUnreadSelected, .labelSelectedUnread {
55c2c42b
AD
431 background-color : #e0e0ff;
432 font-weight : bold;
4f3a84f4 433} */
3745788e 434
ac43eba1 435.disabledButton {
55c2c42b
AD
436 border : 1px solid #c0c0c0;
437 background-color : white;
438 color : gray;
e6d1c0a0
AD
439}
440
e828e31e 441.evenGrayed {
55c2c42b
AD
442 background-color : #f0f0f0;
443 color : #909090;
b7f4bda2
AD
444}
445
e828e31e 446.oddGrayed {
55c2c42b 447 color : #909090;
f07c0eb4
AD
448}
449
e828e31e 450.even {
55c2c42b 451 background-color : #f0f0f0;
ac43eba1 452}
a2015351 453
e828e31e 454.evenUnread {
55c2c42b
AD
455 background-color : #f0f0f0;
456 font-weight : bold;
f07c0eb4
AD
457}
458
e828e31e 459.oddUnread {
55c2c42b 460 font-weight : bold;
f07c0eb4 461}
508a81e1 462
e828e31e 463.invisible {
55c2c42b 464 display : none;
508a81e1 465}
b7f4bda2 466
bd62b8b3 467td > input, div > input {
55c2c42b 468 border : 1px solid #a0a0a0;
b7f4bda2 469}
603c27f8 470
e828e31e 471/* preferences */
603c27f8 472
327a3bbe 473tr.title td {
55c2c42b
AD
474 border-width : 0px 0px 1px 0px;
475 border-color : #f0f0f0;
476 border-style : solid;
477 font-size : x-small;
478 color : gray;
0ea4fb50
AD
479}
480
a426e532 481tr.title td a {
55c2c42b 482 color : gray;
a426e532
AD
483}
484
485tr.title td a:hover {
55c2c42b 486 color : #5050aa;
a426e532 487}
327a3bbe 488
0ea4fb50 489table.prefFeedList td.feedEditCat {
55c2c42b
AD
490 font-size : large;
491 font-weight : bold;
492 padding : 5px 0px 5px 0px;
70830c87 493}
f0601b87 494
62ac0cc8 495table.prefFeedList td.feedIcon {
55c2c42b 496 text-align : center;
62ac0cc8
AD
497}
498
499table.prefFeedList td.feedSelect {
55c2c42b 500 text-align : center;
62ac0cc8
AD
501}
502
7dc66a61 503a.helpLink {
55c2c42b 504 color : #808080;
7dc66a61
AD
505}
506
507a.helpLink:hover {
55c2c42b 508 color : #5050aa;
7dc66a61
AD
509}
510
1a7572cb 511div.helpResponse {
55c2c42b
AD
512 margin : 10px;
513 background-image : url("images/vgrad_light_rev2.png");
514 background-position : top left;
515 background-repeat : repeat-x;
516 padding : 10px 20px 10px 20px;
517 border : 1px solid #f0f0f0;
7dc66a61
AD
518}
519
76332f3c 520#userDlgShadow {
55c2c42b
AD
521 z-index : 3;
522 position : absolute;
523 left : 30%;
524 top : 30%;
525 display : none;
526 background-image : url("images/shadow.png");
76332f3c
AD
527}
528
529#userDlg {
55c2c42b
AD
530 padding : 15px;
531 border : 1px solid #c0c0c0;
532 font-size : small;
533 position : relative;
534 bottom : 2px;
535 right : 2px;
536 background-color : white;
537 background-image : url("images/vgrad_light_rev2.png");
538 background-position : top left;
539 background-repeat : repeat-x;
76332f3c
AD
540}
541
542#qafInput {
55c2c42b 543 width : 300px;
76332f3c
AD
544}
545
546
2317ffaa 547#infoBox {
55c2c42b
AD
548 border : 1px solid #c0c0c0;
549 padding-bottom : 10px;
550 font-size : small;
551 position : relative;
552 bottom : 2px;
553 right : 2px;
554 background-color : white;
2317ffaa
AD
555}
556
557#infoBoxShadow {
55c2c42b
AD
558 background-image : url("images/shadow.png");
559 position : absolute;
560 width : 30%;
561 left : 35%;
562 top : 30%;
563 z-index : 3;
564 display : none;
2317ffaa
AD
565}
566
c6c3a07f 567div.infoBoxContents {
55c2c42b
AD
568 background-image : url("images/vgrad_light_rev2.png");
569 background-position : top left;
570 background-repeat : repeat-x;
571 padding : 5px;
572 margin-bottom : 5px;
2317ffaa
AD
573}
574
575div.infoBoxContents td {
55c2c42b 576 font-size : small;
1a7572cb
AD
577}
578
2317ffaa 579
c6c3a07f 580div.helpResponse h1, div.infoBoxContents h1 {
55c2c42b
AD
581 border-width : 0px 0px 1px 0px;
582 border-style : solid;
583 border-color : #c0c0c0;
584 font-size : 16pt;
7dc66a61
AD
585}
586
c6c3a07f 587div.helpResponse h2, div.infoBoxContents h2 {
55c2c42b
AD
588 border-width : 0px 0px 0px 0px;
589 font-size : 12pt;
7dc66a61
AD
590}
591
ea5c8102 592/* pre {
55c2c42b
AD
593 border : 1px solid #c0c0c0;
594 padding : 5px;
595 background : #f0f0f0;
596 margin : 5px 10px 5px 10px;
ea5c8102
AD
597} */
598
599pre {
55c2c42b 600 margin : 5px;
7dc66a61 601}
e2f8f7b4 602
033e47e0 603input.extSearch {
55c2c42b 604 width : 200px;
033e47e0 605}
f5a50b25
AD
606
607table.main td.prefsTabs {
55c2c42b 608 padding-left : 5px;
f5a50b25
AD
609}
610
611input.prefsTab {
55c2c42b
AD
612 border-width : 1px 1px 0px 1px;
613 border-color : #c0c0c0;
614 padding : 2px 7px 2px 7px;
615 margin : 0px 1px 0px 0px;
616 width : 130px;
617 background-image : url("images/vgrad_light_rev2.png");
618 background-position : top left;
619 background-repeat : repeat-x;
620 -moz-border-radius : 7px 7px 0px 0px;
621 font-size : small;
f5a50b25
AD
622}
623
624input.prefsTabSelected {
55c2c42b
AD
625 border-width : 1px 1px 0px 1px;
626 border-color : #c0c0c0;
627 padding : 2px 7px 2px 7px;
628 margin : 0px 1px 0px 0px;
629 width : 130px;
630 background : white;
631 font-weight : bold;
632 background-position : top left;
633 background-repeat : repeat-x;
634 -moz-border-radius : 7px 7px 0px 0px;
635 font-size : small;
f5a50b25
AD
636}
637
638
639input.prefsTab:hover {
55c2c42b 640 background : white;
f5a50b25 641}
ab3d0b99
AD
642
643div.warning {
55c2c42b
AD
644 background : #fffff0;
645 border : 1px solid #c0c0c0;
646 padding : 5px;
647 margin : 5px;
648 font-size : x-small;
e6cb77a0
AD
649}
650
651div.notice {
55c2c42b
AD
652 background : #ffffff;
653 border : 1px solid #c0c0c0;
654 padding : 5px;
655 margin : 5px;
656 font-size : x-small;
ab3d0b99
AD
657}
658
659ul.nomarks {
55c2c42b
AD
660 list-style-type : none;
661 margin : 0px;
662 padding : 10px;
ab3d0b99
AD
663}
664
295f9b42 665div.bigErrorMsg {
55c2c42b
AD
666 border : 1px solid #c0c0c0;
667 background : #fff0f0;
668 padding : 30px;
669 margin : 20px;
295f9b42 670}
2f587484 671
b1895692 672div.prefHelp, td.prefHelp {
55c2c42b
AD
673 font-size : x-small;
674 color : gray;
675 padding : 5px;
b1895692
AD
676}
677
c93f38c4 678td.welcomePrompt {
55c2c42b
AD
679 font-size : x-small;
680 color : gray;
681 text-align : right;
682 padding-right : 10px;
c93f38c4
AD
683
684}
f1cdb8c6 685
8cb74804 686td.httpWelcomePrompt {
55c2c42b
AD
687 font-size : small;
688 color : gray;
689 text-align : right;
8cb74804
AD
690}
691
f1cdb8c6 692table.loginForm {
55c2c42b
AD
693 background-image : url("images/vgrad_light_rev.png");
694 background-color : white;
695 background-position : top left;
696 background-repeat : repeat-x;
f1cdb8c6
AD
697}
698
699table.innerLoginForm {
55c2c42b
AD
700 border : 1px solid #f0f0f0;
701 padding : 50px;
702 background-color : white;
f1cdb8c6
AD
703}
704
705table.innerLoginForm td {
55c2c42b 706 padding : 3px 3px 5px 3px;
f1cdb8c6 707}
1a7572cb 708
bca02305 709span.insensitive {
55c2c42b 710 color : gray;
bca02305 711}
afb7a1d6 712
f932bc9f 713.prefGenericAddBox {
55c2c42b
AD
714 margin : 5px;
715 font-size : small;
19c9cb11
AD
716}
717
718.prefGenericAddBox td {
55c2c42b 719 font-size : small;
afb7a1d6 720}
f557cd78
AD
721
722body.logoutBody {
55c2c42b
AD
723 background-color : #f0f0f0;
724 color : black;
f557cd78
AD
725}
726
727span.logoutWarning {
55c2c42b
AD
728 color : red;
729 font-weight : bold;
f557cd78
AD
730}
731
732div.logoutContent {
55c2c42b
AD
733 width : 600px;
734 border : 1px solid #c0c0c0;
735 background-color : white;
736 margin-left : auto;
737 margin-right : auto;
738 margin-top : 20px;
739 padding : 10px;
f557cd78 740}
d9dde1d6
AD
741
742.small {
55c2c42b 743 font-size : x-small;
d9dde1d6 744}
28fa9253
AD
745
746table.innerFeedTable td {
55c2c42b
AD
747 margin : 0px;
748 padding : 0px;
28fa9253 749}
35f3c923
AD
750
751td.selectPrompt {
55c2c42b
AD
752 font-size : x-small;
753 color : gray;
35f3c923 754}
1572afe5
AD
755
756table.headlinesSubToolbar td.headlineActions {
55c2c42b
AD
757 font-size : x-small;
758 color : gray;
759 padding : 5px 0px 5px 5px;
1572afe5
AD
760}
761
c1c9df00 762table.headlinesSubToolbar td.headlineActionsRTL {
55c2c42b
AD
763 font-size : x-small;
764 color : gray;
765 padding : 5px 5px 5px 0px;
c1c9df00
AD
766}
767
1572afe5 768table.headlinesSubToolbar td.headlineTitle {
55c2c42b
AD
769 font-size : x-small;
770 color : gray;
771 padding : 5px 5px 5px 0px;
772 text-align : right;
1572afe5
AD
773}
774
c1c9df00 775table.headlinesSubToolbar td.headlineTitleRTL {
55c2c42b
AD
776 font-size : x-small;
777 color : gray;
778 padding : 5px 0px 5px 5px;
779 text-align : left;
c1c9df00
AD
780}
781
591c396d 782span.contentPreview {
55c2c42b
AD
783 font-size : x-small;
784 color : gray;
785 font-weight : normal;
591c396d 786}
179d6f57 787
0f172fff 788span.contentPreview:hover {
55c2c42b 789 color : #5050aa;
0f172fff
AD
790}
791
bd34c528 792table.headlinesList td.hlMarkedPic {
55c2c42b
AD
793 width : 25px;
794 text-align : center;
179d6f57
AD
795}
796
bd34c528 797table.headlinesList td.hlfeed {
55c2c42b
AD
798 text-align : right;
799 font-size : small;
bd34c528
AD
800}
801
179d6f57 802td.hlSelectRow, td.hlUpdatePic {
55c2c42b
AD
803 width : 25px;
804 text-align : center;
179d6f57
AD
805}
806
bd34c528 807table.headlinesList td.hlUpdated {
55c2c42b
AD
808 font-size : small;
809 color : gray;
810 text-align : right;
811 width : 100px;
179d6f57
AD
812}
813
7acf5208 814table.headlinesList tr td {
55c2c42b 815 padding : 2px 0px 2px 0px;
7acf5208
AD
816}
817
179d6f57
AD
818/*
819tr.even td.headlineContent, tr.evenUnread td.headlineContent {
55c2c42b
AD
820 display : block;
821 overflow : hidden;
822 height : 1em;
823 background-color : #f0f0f0;
179d6f57
AD
824}
825
826tr.odd td.headlineContent, tr.oddUnread td.headlineContent {
55c2c42b
AD
827 display : block;
828 overflow : hidden;
829 height : 1em;
179d6f57
AD
830}
831
832tr.oddSelected td.headlineContent,
833tr.evenSelected td.headlineContent,
834tr.oddUnreadSelected td.headlineContent,
835tr.evenUnreadSelected td.headlineContent {
55c2c42b
AD
836 display : block;
837 overflow : hidden;
838 height : 1em;
839 background-color : #e0e0ff;
179d6f57 840} */
9167e250
AD
841
842div.postHeader td.postDate {
55c2c42b
AD
843 font-size : x-small;
844 text-align : right;
845 color : gray;
9167e250 846}
36aab70f 847
ed51e128 848div.postHeader td.postDateRTL {
55c2c42b
AD
849 font-size : x-small;
850 text-align : left;
851 color : gray;
ed51e128
AD
852}
853
36aab70f 854#feedUpdateErrors {
55c2c42b 855 display : none;
36aab70f
AD
856}
857
42918a07 858#allEntryTags {
55c2c42b
AD
859 font-size : x-small;
860 border-width : 0px 0px 1px 0px;
861 border-style : solid;
862 border-color : #c0c0c0;
863 padding-bottom : 5px;
864 display : none;
42918a07 865}
13ce14e8 866
070d0d2a 867/*td.hlContent {
55c2c42b
AD
868 overflow : hidden;
869 height : 1em;
870 display : block;
070d0d2a 871} */
4663f9c6
AD
872
873td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
55c2c42b 874 height : 1em;
4663f9c6 875}
386cbf27
AD
876
877div.cdmArticle {
55c2c42b
AD
878 border : 1px solid #f0f0f0;
879 background-color : #fafafa;
880 -moz-border-radius : 5px;
881 margin : 10px 10px 0px 10px;
882 padding : 10px;
386cbf27
AD
883}
884
885div.cdmArticleUnread {
55c2c42b
AD
886 border : 1px solid #d5f1f4;
887 background-color : #fafeff;
888 -moz-border-radius : 5px;
889 margin : 10px 10px 0px 10px;
890 padding : 10px;
386cbf27
AD
891}
892
893div.cdmArticleSelected, div.cdmArticleUnreadSelected {
55c2c42b
AD
894 border : 1px solid #d0d0f6;
895 background-color : #eaeaff;
896 -moz-border-radius : 5px;
897 margin : 10px 10px 0px 10px;
898 padding : 10px;
386cbf27
AD
899}
900
5f51022a 901div.cdmArticleUnread div.cdmHeader a.title, div.cdmArticleUnreadSelected div.cdmHeader a {
55c2c42b 902 font-weight : bold;
386cbf27
AD
903}
904
905div.cdmHeader {
55c2c42b 906 padding-bottom : 5px;
386cbf27
AD
907}
908
909div.cdmFooter {
55c2c42b
AD
910 font-size : x-small;
911 color : gray;
912 padding-top : 5px;
386cbf27
AD
913}
914
915div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
55c2c42b 916 margin : 0px;
386cbf27
AD
917}
918
919div.cdmHeader, div.cdmHeader a {
55c2c42b
AD
920 color : gray;
921 font-size : x-small;
386cbf27
AD
922}
923
924div.cdmHeader a:hover {
55c2c42b 925 color : #5050aa;
386cbf27
AD
926}
927
928div.cdmContent {
55c2c42b 929 margin-bottom : 5px;
386cbf27 930}
1e471f3b
AD
931
932a.warning {
55c2c42b 933 color : #f04040;
1e471f3b 934}
a9b0bfd5
AD
935
936img.closeButton {
55c2c42b
AD
937 border-width : 0px;
938 float : right;
a9b0bfd5 939}
1da7e457
AD
940
941span.groupPrompt {
55c2c42b
AD
942 font-size : x-small;
943 color : #505050;
1da7e457 944}
9b3e2cc7
AD
945
946ul.userFeedList {
55c2c42b
AD
947 height : 300px;
948 overflow : auto;
949 list-style-type : none;
9b3e2cc7 950}
f9cb39ac 951
0fefdacc 952/* #browseBigFeedList li.oddSelected {
55c2c42b
AD
953 border : 1px solid #d0d0f6;
954 background-color : #eaeaff;
955 -moz-border-radius : 5px;
0fefdacc
AD
956} */
957
f9cb39ac 958ul.browseFeedList {
55c2c42b
AD
959 height : 300px;
960 overflow : auto;
961 list-style-type : none;
962 margin : 0px 0px 5px 0px;
963 padding : 0px;
b92e6209
AD
964}
965
966ul.browseFeedList li {
55c2c42b
AD
967 margin : 0px;
968 padding : 0px;
f9cb39ac
AD
969}
970
971span.subscribers {
55c2c42b 972 color : #808080;
f9cb39ac
AD
973}
974
c6232e43 975div.subscribers {
55c2c42b
AD
976 color : #808080;
977 font-size : x-small;
978 float : right;
c6232e43
AD
979}
980
f9cb39ac 981input.feedBrowseCB {
55c2c42b 982 margin-right : 1em;
f9cb39ac 983}
c6232e43
AD
984
985div.browserDetails {
55c2c42b
AD
986 margin : 5px 5px 5px 5px;
987 display : none;
988 padding : 5px;
c6232e43 989}
c2b2aee0
AD
990
991ul.compact {
55c2c42b
AD
992 list-style-type : none;
993 margin : 0px;
994 padding : 0px;
c2b2aee0
AD
995}
996
997ul.compact li {
55c2c42b
AD
998 margin : 0px;
999 padding : 0px;
c2b2aee0
AD
1000}
1001
072f1ee2 1002div.browserFeedInfo {
55c2c42b 1003 font-size : x-small;
072f1ee2
AD
1004}
1005
1006div.browserFeedInfo div.detailsPart {
55c2c42b 1007 margin : 5px 0px 5px 5px;
c2b2aee0 1008}
1a3eb77e
AD
1009
1010div.cdmContent a {
55c2c42b 1011 color : #5050aa;
1a3eb77e
AD
1012}
1013
1014div.cdmContent a:hover {
55c2c42b 1015 color : black;
1a3eb77e
AD
1016}
1017
5f51022a 1018a.cdmToggleLink {
55c2c42b
AD
1019 color : #808080;
1020 font-size : x-small;
5f51022a
AD
1021}
1022
1023a.cdmToggleLink:hover {
55c2c42b 1024 color : #5050aa;
5f51022a
AD
1025}
1026
69654950 1027.noborder {
55c2c42b 1028 border-width : 0px;
69654950 1029}
0ee1d1a0
AD
1030
1031#debug_output {
55c2c42b
AD
1032 width : 400;
1033 height : 200;
1034 right : 20;
1035 bottom : 20;
1036 background-color : white;
1037 display : none;
1038 z-index : 999;
1039 position : absolute;
1040 border : 1px solid #c0c0c0;
1041 overflow : auto;
1042 margin : 0px;
1043 padding : 0px;
1044 list-style-type : none;
0ee1d1a0
AD
1045}
1046
1047#debug_output li {
55c2c42b
AD
1048 margin : 0px;
1049 padding : 0px;
1050 font-size : x-small;
0ee1d1a0 1051}
2055d4a6
AD
1052
1053#overlay {
55c2c42b
AD
1054 background : white;
1055 left : 0;
1056 top : 0;
1057 height : 100%;
1058 width : 100%;
1059 z-index : 100;
1060 position : absolute;
2055d4a6
AD
1061}
1062
1063#overlay_inner {
55c2c42b
AD
1064 font-weight : bold;
1065 text-align : center;
1066 margin : 10px;
2055d4a6 1067}
af106b0e
AD
1068
1069#fatal_error {
55c2c42b
AD
1070 background : white;
1071 left : 0;
1072 top : 0;
1073 height : 100%;
1074 width : 100%;
1075 z-index : 200;
1076 display : none;
1077 position : absolute;
af106b0e
AD
1078}
1079
1080#fatal_error_inner {
55c2c42b
AD
1081 font-weight : bold;
1082 margin : 10px;
1083 color : red;
af106b0e
AD
1084}
1085
1086#fatal_error_msg {
55c2c42b
AD
1087 border : 1px solid #c0c0c0;
1088 background-color : #f0f0f0;
1089 color : black;
1090 padding : 10px;
1091 font-weight : normal;
af106b0e 1092}