]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
prefs: recolor category editor, block top25/subscribe buttons when pane has active...
[tt-rss.git] / tt-rss.css
CommitLineData
1cd17194 1body {
e5d758e3
AD
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
e3a21a25 6 font-family : "Lucida Grande", sans-serif;
1cd17194
AD
7}
8
803cfab1
AD
9blockquote {
10 margin : 5px;
11 border-width : 0px 0px 0px 4px;
12 border-color : #f0f0f0;
13 border-style : solid;
14 padding : 2px 0px 2px 5px;
15}
16
e828e31e 17div.postReply {
e5d758e3 18 padding : 10px;
1cd17194
AD
19}
20
f7181e9b 21div.postReply a {
e5d758e3 22 color : #4684ff;
f7181e9b
AD
23}
24
25div.postReply a:hover {
e5d758e3 26 color : black;
f7181e9b
AD
27}
28
e828e31e 29div.postReply div.postHeader {
e5d758e3
AD
30 background : #ecf4ff;
31 border : 1px solid #88b0f0;
96b58583
AD
32}
33
34div.postReply > div.postHeader {
e5d758e3 35 padding : 5px;
1cd17194
AD
36}
37
e828e31e 38div.postReply div.postContent {
e5d758e3 39 padding : 10px;
e9aecd4d 40 font-size : 10pt;
f0601b87
AD
41}
42
e828e31e 43div.postReply div.postIcon {
e5d758e3
AD
44 float : right;
45 border : 0px;
46 margin : 10px 0px 10px 10px;
5f89f780 47}
e828e31e
AD
48
49ul.feedList {
e5d758e3
AD
50 list-style-type : none;
51 margin : 5px;
d05514a4 52 padding : 0px 0px 0px 5px;
e9aecd4d
AD
53 font-size : 9pt;
54 font-family : "Lucida Grande", Tahoma, sans-serif;
91ff844a
AD
55}
56
57ul.feedList li.feedCat {
e5d758e3
AD
58 margin : 0px;
59 padding : 3px 0px 3px 0px;
60 color : #707070;
e9aecd4d 61 font-size : 9pt;
91ff844a
AD
62}
63
fe14aeb8 64ul.feedList li.feedCat a {
e5d758e3 65 color : #707070;
fe14aeb8
AD
66}
67
68ul.feedList li.feedCat a:hover {
e5d758e3 69 color : #4684ff;
fe14aeb8
AD
70}
71
91ff844a 72ul.feedCatList {
e5d758e3 73 list-style-type : none;
d05514a4 74 margin : 0px 0px 0px 15px;
e5d758e3 75 padding : 0px;
91ff844a
AD
76}
77
78ul.feedCatList li {
e5d758e3 79 margin : 0px;
d9fa39f1 80 padding : 0px 0px 2px 0px;
e5d758e3 81 color : black;
1cd17194
AD
82}
83
e828e31e 84ul.feedList li {
e5d758e3 85 margin : 0px;
e828e31e
AD
86}
87
d9fa39f1
AD
88ul.feedCatList img {
89 vertical-align : bottom;
90}
91
6b4163cb
AD
92li.feedUnread,
93li.errorUnread,
94li.labelUnread,
95li.virtUnread,
96li.tagUnread {
e5d758e3 97 font-weight : bold;
83957936
AD
98}
99
6b4163cb
AD
100li.errorSelected a,
101li.error a,
102li.errorUnread a,
103li.errorUnreadSelected a {
e5d758e3 104 color : #f04040;
023fe037 105}
83957936 106
6b4163cb
AD
107li.feedSelected a,
108li.labelSelected a,
109li.virtSelected a,
110li.tagSelected a {
e5d758e3 111 color : #4684ff;
4f3a84f4
AD
112}
113
6b4163cb
AD
114li.feedUnreadSelected a,
115li.labelUnreadSelected a,
116li.virtUnreadSelected a,
117li.tagUnreadSelected a {
e5d758e3 118 color : #4684ff;
4f3a84f4
AD
119}
120
6b4163cb
AD
121li.feedUnreadSelected,
122li.errorUnreadSelected,
123li.labelUnreadSelected,
124li.virtUnreadSelected,
125li.tagUnreadSelected {
e5d758e3 126 font-weight : bold;
3745788e
AD
127}
128
6b4163cb 129li.feed {
e5d758e3 130 display : block;
3745788e 131}
508a81e1 132
6c56687e 133ul.feedList img, img.tinyFeedIcon {
e5d758e3
AD
134 margin : 0px 3px 0px 0px;
135 width : 16px;
136 height : 16px;
137 border-width : 0px;
331900c6
AD
138}
139
e828e31e 140h1 {
e5d758e3 141 font-size : 16pt;
f0601b87
AD
142}
143
e828e31e 144h2 {
e5d758e3
AD
145 font-size : 14pt;
146 font-weight : bold;
147 border-width : 0px 0px 1px 0px;
148 border-style : solid;
149 border-color : #ecf4ff;
1cd17194
AD
150}
151
f5a50b25 152h3 {
e5d758e3
AD
153 font-size : 12pt;
154 font-weight : bold;
155 border-width : 0px 0px 1px 0px;
156 border-style : solid;
157 border-color : #ecf4ff;
f5a50b25
AD
158}
159
e828e31e 160hr {
e5d758e3
AD
161 border-width : 0px 0px 1px 0px;
162 border-style : dashed;
163 border-color : #e0e0e0;
e828e31e 164}
67824557 165
e828e31e 166a {
e5d758e3
AD
167 color : black;
168 text-decoration : none;
1cd17194
AD
169}
170
e828e31e 171a:hover {
e5d758e3 172 color : #4684ff;
9b307248
AD
173}
174
e828e31e 175#piggie {
e5d758e3
AD
176 width : 400;
177 height : 400;
178 right : 0;
179 top : -400;
180 background-color : white;
4407ebbe 181 display : none;
d437c8cf
AD
182 z-index : 999;
183 background-image : url("images/piggie.png");
e5d758e3
AD
184 background-position : center center;
185 background-repeat : no-repeat;
186 position : absolute;
187 border : 1px solid pink;
188 margin-left : auto;
189 margin-right : auto;
190 -moz-border-radius : 10px;
191 opacity : 0.8;
9b307248
AD
192}
193
5d73494a 194#iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
91ff844a 195#iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed,
1da7e457
AD
196#iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email,
197#iedit_parent_feed {
e5d758e3
AD
198 width : 100%;
199 padding-left : 2px;
79f3553b
AD
200 background-color : #f0fff0;
201}
14f69488 202
a4dbc524
AD
203textarea.iedit {
204 width : 100%;
205}
206
0666e120 207input.iedit {
14f69488
AD
208 width : 100%;
209 padding-left : 2px;
1cd17194
AD
210}
211
0666e120
AD
212select.iedit {
213 width : 100%;
214}
215
77e96719 216input.editbox {
e5d758e3
AD
217 width : 200px;
218 padding-left : 2px;
77e96719
AD
219}
220
f407c086
AD
221#notify {
222 border-width : 1px;
223 border-style : solid;
8b184d75
AD
224 top : 10px;
225 right : 35%;
226 min-width : 30%;
0ceded7a 227 position : absolute;
33b8cab4 228 display : none;
ce3bf408 229 float : right;
e9aecd4d 230 font-size : 9pt;
33b8cab4 231 z-index : 999;
106689b0
AD
232 -moz-border-radius : 2px;
233 padding : 5px 5px 5px 5px;
1cd17194
AD
234}
235
0d32b41e
AD
236#notify img {
237 vertical-align : middle;
238}
239
42c32916
AD
240.notifyProgress {
241 border-color : #d7c47a;
242 background-color : #fff7d5;
243 color : black;
244}
245
246.notifyInfo {
247 border-color : #7AD78E;
248 background-color : #D5FFDB;
249 color : black;
250}
251
f407c086
AD
252.notify {
253 border-color : #d7c47a;
254 background-color : #fff7d5;
255 color : black;
256}
257
258.notifyError {
259 background-color : #ffcccc;
260 border-color : #ff0000;
261 color : black;
262}
263
ef16ae37
AD
264.notifyError span:hover {
265 color : red;
266 cursor : pointer;
267}
268
8143ae1f 269#dispSwitch {
e9aecd4d
AD
270 font-size : 8pt;
271 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 272 text-align : right;
d05514a4
AD
273 float : right;
274 margin : 5px 5px 0px 0px;
8143ae1f
AD
275}
276
277#dispSwitch a {
e5d758e3 278 color : gray;
8143ae1f
AD
279}
280
281#dispSwitch a:hover {
e5d758e3 282 color : #4684ff;
8143ae1f
AD
283}
284
e828e31e 285div.expPane {
e5d758e3 286 margin : 15px;
d76a3b03 287}
1cd17194 288
5bfef089 289iframe {
e5d758e3 290 border : 0px solid white;
5bfef089
AD
291}
292
f69ea84d 293iframe.feedsFrameWithActions {
e5d758e3
AD
294 width : 100%;
295 height : 90%;
296 margin : 0px;
297 padding : 0px;
f69ea84d
AD
298}
299
e828e31e 300iframe.feedsFrame {
e5d758e3
AD
301 width : 100%;
302 height : 100%;
303 margin : 0px;
304 padding : 0px;
a1a8a2be 305}
007bda35 306
e828e31e 307iframe.contentFrame, iframe.headlinesFrame {
e5d758e3
AD
308 width : 100%;
309 padding : 0px;
310 margin : 0px;
311 height : 100%;
007bda35
AD
312}
313
0b68215c 314/*.button {
e5d758e3
AD
315 border : 1px solid #d0d0d0;
316 background-image : url("images/button.png");
317 background-position : top;
318 background-repeat : repeat-x;
319 background-color : white;
320 color : black;
007bda35
AD
321}
322
e828e31e 323.button:hover {
e5d758e3
AD
324 background : white;
325 text-decoration : none;
326 color : black;
e828e31e
AD
327}
328
0b68215c 329.disabledButton {
e5d758e3
AD
330 border : 1px solid #c0c0c0;
331 background-color : white;
332 color : gray;
0b68215c
AD
333}
334
e828e31e 335a.button {
e5d758e3
AD
336 padding : 2px 5px 2px 5px;
337 font-size : small;
0b68215c 338} */
007bda35 339
0b68215c
AD
340.evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
341 .evenSelectedUnread td {
e5d758e3
AD
342 background-color : #fff7d5;
343 font-weight : bold;
0b68215c
AD
344 border-width : 1px 0px 1px 0px;
345 border-style : solid;
346 border-color : #e7d796;
a3ee2a38
AD
347}
348
0b68215c
AD
349.oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
350 .oddSelectedUnread td {
e5d758e3
AD
351 background-color : #fff7d5;
352 font-weight : bold;
a3ee2a38
AD
353}
354
0b68215c 355.evenSelected, .evenSelected td {
e5d758e3 356 background-color : #fff7d5;
0b68215c
AD
357 border-width : 1px 0px 1px 0px;
358 border-style : solid;
359 border-color : #e7d796;
007bda35
AD
360}
361
0b68215c 362.oddSelected, .evenSelected td {
e5d758e3 363 background-color : #fff7d5;
0b68215c 364}
3745788e 365
0b68215c 366.evenGrayed, .evenGrayed td {
e5d758e3
AD
367 background-color : #f0f0f0;
368 color : #909090;
0b68215c
AD
369 border-width : 1px 0px 1px 0px;
370 border-style : solid;
e5d758e3 371 border-color : #c0c0c0;
b7f4bda2
AD
372}
373
e828e31e 374.oddGrayed {
e5d758e3 375 color : #909090;
f07c0eb4
AD
376}
377
0b68215c
AD
378.even, .even td {
379 border-width : 1px 0px 1px 0px;
380 border-style : solid;
381 border-color : #c0c0c0;
e5d758e3 382 background-color : #f0f0f0;
ac43eba1 383}
a2015351 384
0b68215c 385.evenUnread, .evenUnread td {
e5d758e3
AD
386 background-color : #f0f0f0;
387 font-weight : bold;
0b68215c
AD
388 border-width : 1px 0px 1px 0px;
389 border-style : solid;
390 border-color : #c0c0c0;
f07c0eb4
AD
391}
392
0b68215c 393.oddUnread, .oddUnread td {
e5d758e3 394 font-weight : bold;
f07c0eb4 395}
508a81e1 396
e828e31e 397.invisible {
e5d758e3 398 display : none;
508a81e1 399}
b7f4bda2 400
e828e31e 401/* preferences */
603c27f8 402
327a3bbe 403tr.title td {
e5d758e3
AD
404 border-width : 0px 0px 1px 0px;
405 border-color : #ecf4ff;
406 border-style : solid;
73bdfa53 407 color : #4684ff;
0ea4fb50
AD
408}
409
a426e532 410tr.title td a {
73bdfa53 411 color : #4684ff;
a426e532
AD
412}
413
414tr.title td a:hover {
73bdfa53 415 color : black;
a426e532 416}
327a3bbe 417
23c2a4e7
AD
418div.feedEditSearch {
419 float : right;
420}
421
0ea4fb50 422table.prefFeedList td.feedEditCat {
e5d758e3 423 font-weight : bold;
73bdfa53
AD
424 border-width : 0px 0px 1px 0px;
425 border-style : solid;
426 border-color : #88b0f0;
35d33b9d 427 padding-top : 0.5em;
70830c87 428}
f0601b87 429
62ac0cc8 430table.prefFeedList td.feedIcon {
e5d758e3 431 text-align : center;
62ac0cc8
AD
432}
433
434table.prefFeedList td.feedSelect {
e5d758e3 435 text-align : center;
62ac0cc8
AD
436}
437
9c483746
AD
438div.prefFeedCatHolder {
439 height : 250px;
440 overflow : auto;
a349077c 441 border : 1px solid #99d67a;
9c483746
AD
442 margin : 5px 0px 5px 0px;
443}
444
7dc66a61 445a.helpLink {
e5d758e3 446 color : #808080;
7dc66a61
AD
447}
448
449a.helpLink:hover {
e5d758e3 450 color : #4684ff;
7dc66a61
AD
451}
452
1a7572cb 453div.helpResponse {
e5d758e3
AD
454 margin : 10px;
455 background-image : url("images/vgrad_light_rev2.png");
456 background-position : top left;
457 background-repeat : repeat-x;
458 padding : 10px 20px 10px 20px;
459 border : 1px solid #f0f0f0;
7dc66a61
AD
460}
461
442d77f1
AD
462#infoBoxTitle {
463 border-width : 1px 1px 1px 1px;
464 border-style : solid;
465 border-color : #99d67a;
466 background-color : #99d67a;
467 padding : 2px;
468 color : white;
469}
470
471#infoBox {
472 border-width : 1px 1px 1px 1px;
473 border-style : solid;
474 border-color : #99d67a;
475 position : relative;
476 bottom : 2px;
477 right : 2px;
478 padding-bottom : 5px;
479 background-color : #f8fcf5;
480}
481
482/*
6b9bf6c2 483#infoBoxTitle {
e5d758e3 484 border-width : 1px 1px 1px 1px;
ce3bf408
AD
485 border-style : solid;
486 border-color : #88b0f0;
487 background-color : #88b0f0;
488 padding : 2px;
489 color : white;
76332f3c
AD
490}
491
6b9bf6c2 492#infoBox {
e5d758e3 493 border-width : 1px 1px 1px 1px;
ce3bf408
AD
494 border-style : solid;
495 border-color : #88b0f0;
e5d758e3 496 position : relative;
6b9bf6c2
AD
497 bottom : 2px;
498 right : 2px;
1d7bf5a0 499 padding-bottom : 5px;
442d77f1
AD
500 background-color : #f7faff;
501} */
2317ffaa 502
6b9bf6c2
AD
503#infoBoxShadow {
504 background-image : url("images/shadow.png");
91040777 505 left : 25%;
6b9bf6c2 506 top : 30%;
5094b4fc 507 width : 50%;
e5d758e3 508 z-index : 3;
1d7bf5a0 509 position : absolute;
e5d758e3 510 display : none;
442d77f1 511}
2317ffaa 512
c6c3a07f 513div.infoBoxContents {
9c483746 514 padding : 10px;
e5d758e3 515 margin-bottom : 5px;
e9aecd4d 516 font-size : 9pt;
2317ffaa
AD
517}
518
519div.infoBoxContents td {
e9aecd4d 520 font-size : 9pt;
1a7572cb
AD
521}
522
4d1d0a45 523div.infoBoxContents a {
365f95dc 524 color : #527040;
4d1d0a45
AD
525}
526
527div.infoBoxContents a:hover {
528 color : black;
529}
530
c6c3a07f 531div.helpResponse h1, div.infoBoxContents h1 {
0b68215c 532/* border-width : 0px 0px 1px 0px;
e5d758e3
AD
533 border-style : solid;
534 border-color : #c0c0c0; */
535 font-size : 16pt;
7dc66a61
AD
536}
537
c6c3a07f 538div.helpResponse h2, div.infoBoxContents h2 {
0b68215c 539/* border-width : 0px 0px 0px 0px; */
e5d758e3 540 font-size : 12pt;
7dc66a61
AD
541}
542
ea5c8102 543pre {
e5d758e3 544 margin : 5px;
7dc66a61 545}
e2f8f7b4 546
033e47e0 547input.extSearch {
e5d758e3 548 width : 100%;
033e47e0 549}
f5a50b25 550
656f4b6c 551div.firstTab {
a715eb58 552 width : 10px;
6a244e6e
AD
553 float : left;
554}
555
556div.prefsTab:hover {
557 cursor : pointer;
f5a50b25
AD
558}
559
10b443bd
AD
560div.prefsTabSelected:hover {
561 cursor : pointer;
562}
563
656f4b6c
AD
564div.prefsTab {
565 float : left;
566 border-width : 1px 1px 0px 1px;
567 border-color : #88b0f0;
568 border-style : solid;
569 margin : 0px 0px 0px 5px;
570 padding : 3px 5px 3px 5px;
e9aecd4d
AD
571 font-size : 9pt;
572 font-family : "Lucida Grande", Tahoma, sans-serif;
656f4b6c 573 position : relative;
e9aecd4d 574 bottom : -2px;
656f4b6c
AD
575 border-collapse : collapse;
576 -moz-border-radius : 3px;
577 min-width : 100px;
578 text-align : center;
f5a50b25
AD
579}
580
656f4b6c
AD
581div.prefsTabSelected {
582 float : left;
583 border-width : 1px 1px 0px 1px;
584 border-color : #88b0f0;
585 border-style : solid;
586 margin : 0px 0px 0px 5px;
587 padding : 3px 5px 3px 5px;
588 background-color : #ecf4ff;
e9aecd4d
AD
589 font-size : 9pt;
590 font-family : "Lucida Grande", Tahoma, sans-serif;
656f4b6c 591 position : relative;
46c1d541 592 bottom : -1px;
656f4b6c
AD
593 border-collapse : collapse;
594 -moz-border-radius : 3px;
595 font-weight : bold;
596 min-width : 100px;
597 text-align : center;
1d8e4418 598 z-index : 2;
656f4b6c 599}
ab3d0b99 600
0d32b41e
AD
601div.notice {
602 background : #ffffff;
603 border : 1px solid #88b0f0;
604 width : 50%;
605 padding : 5px;
606 margin : 0px 0px 5px 0px;
607 font-size : 9pt;
608}
609
ab3d0b99 610div.warning {
e5d758e3
AD
611 background : #fff7d5;
612 border : 1px solid #d7c47a;
0d32b41e
AD
613 font-size : 9pt;
614 width : 50%;
3f59e8cd 615 padding : 5px;
c93d8e07 616 margin : 0px 0px 5px 0px;
e6cb77a0
AD
617}
618
0d32b41e 619
9e21a571 620div.warning img, div.notice img, div.error img {
0d32b41e 621 vertical-align : middle;
e5d758e3 622 padding : 5px;
ab3d0b99
AD
623}
624
84916243
AD
625div.error {
626 border : 1px solid #ff0000;
627 background : #ffcccc;
628 padding : 5px;
629 margin : 0px 0px 5px 0px;
e9aecd4d 630 font-size : 9pt;
84916243
AD
631}
632
ab3d0b99 633ul.nomarks {
e5d758e3
AD
634 list-style-type : none;
635 margin : 0px;
636 padding : 10px;
ab3d0b99
AD
637}
638
b1895692 639div.prefHelp, td.prefHelp {
e5d758e3 640 color : gray;
abe4d057 641 padding : 5px;
8cb74804
AD
642}
643
f1cdb8c6 644table.loginForm {
e5d758e3 645 background-color : #ecf4ff;
f1cdb8c6
AD
646}
647
648table.innerLoginForm {
e5d758e3
AD
649 border : 1px solid #88b0f0;
650 padding : 50px;
651 background-color : white;
f1cdb8c6
AD
652}
653
654table.innerLoginForm td {
e5d758e3 655 padding : 3px 3px 5px 3px;
f1cdb8c6 656}
1a7572cb 657
365f95dc
AD
658span.feed_error {
659 color : red;
660}
661
2d1a44af 662span.insensitive, div.insensitive {
e5d758e3 663 color : gray;
bca02305 664}
afb7a1d6 665
d4d6d528
AD
666.insensitive a {
667 color : #4684ff;
668}
669
670.insensitive a:hover {
671 color : black;
672}
673
e9aecd4d
AD
674/* .prefGenericAddBox {
675 font-size : 9pt;
676} */
f557cd78
AD
677
678body.logoutBody {
e5d758e3
AD
679 background-color : #f0f0f0;
680 color : black;
f557cd78
AD
681}
682
683span.logoutWarning {
e5d758e3
AD
684 color : red;
685 font-weight : bold;
f557cd78
AD
686}
687
688div.logoutContent {
e5d758e3
AD
689 width : 600px;
690 border : 1px solid #c0c0c0;
691 background-color : white;
692 margin-left : auto;
693 margin-right : auto;
694 margin-top : 20px;
695 padding : 10px;
f557cd78 696}
d9dde1d6
AD
697
698.small {
e9aecd4d 699 font-size : 9pt;
d9dde1d6 700}
28fa9253
AD
701
702table.innerFeedTable td {
e5d758e3
AD
703 margin : 0px;
704 padding : 0px;
28fa9253 705}
35f3c923
AD
706
707td.selectPrompt {
e9aecd4d 708 font-size : 9pt;
e5d758e3 709 color : gray;
35f3c923 710}
1572afe5 711
8b27182a
AD
712table.headlinesSubToolbar {
713 border-width : 0px 0px 1px 0px;
714 border-style : solid;
715 border-color : #f0f0f0;
44686f2c
AD
716 position : absolute;
717 left : 1px;
718 top : 0px;
719 height : 25px;
720 right : 0px;
721 background-color : white;
8b27182a
AD
722}
723
1572afe5 724table.headlinesSubToolbar td.headlineActions {
e9aecd4d
AD
725 font-size : 9pt;
726 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 727 color : gray;
4952f4d7 728 padding : 0px 5px 0px 5px;
1572afe5
AD
729}
730
c1c9df00 731table.headlinesSubToolbar td.headlineActionsRTL {
e9aecd4d
AD
732 font-size : 9pt;
733 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 734 color : gray;
4952f4d7 735 padding : 0px 5px 0px 5px;
c1c9df00
AD
736}
737
1572afe5 738table.headlinesSubToolbar td.headlineTitle {
e9aecd4d
AD
739 font-size : 9pt;
740 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 741 color : gray;
4952f4d7 742 padding : 0px 5px 0px 5px;
e5d758e3 743 text-align : right;
1572afe5
AD
744}
745
c1c9df00 746table.headlinesSubToolbar td.headlineTitleRTL {
e9aecd4d
AD
747 font-size : 9pt;
748 font-family : "Lucida Grande", Tahoma, sans-serif;
e5d758e3 749 color : gray;
4952f4d7 750 padding : 0px 5px 0px 5px;
e5d758e3 751 text-align : left;
c1c9df00
AD
752}
753
591c396d 754span.contentPreview {
e9aecd4d 755 font-size : 9pt;
e5d758e3
AD
756 color : gray;
757 font-weight : normal;
591c396d 758}
179d6f57 759
0f172fff 760span.contentPreview:hover {
e5d758e3 761 color : #4684ff;
0f172fff
AD
762}
763
283dee70
AD
764table.headlinesList {
765 width : 100%;
766}
767
bd34c528 768table.headlinesList td.hlMarkedPic {
e5d758e3
AD
769 width : 25px;
770 text-align : center;
179d6f57
AD
771}
772
bd34c528 773table.headlinesList td.hlfeed {
e5d758e3 774 text-align : right;
bd34c528
AD
775}
776
179d6f57 777td.hlSelectRow, td.hlUpdatePic {
e5d758e3
AD
778 width : 25px;
779 text-align : center;
179d6f57
AD
780}
781
bd34c528 782table.headlinesList td.hlUpdated {
e5d758e3
AD
783 color : gray;
784 text-align : right;
785 width : 100px;
179d6f57
AD
786}
787
7acf5208 788table.headlinesList tr td {
e5d758e3 789 padding : 2px 0px 2px 0px;
7acf5208
AD
790}
791
b810a0f1 792div.postHeader div.postDate {
e5d758e3
AD
793 text-align : right;
794 color : gray;
b810a0f1 795 float : right;
9167e250 796}
36aab70f 797
b810a0f1 798div.postHeader div.postDateRTL {
e5d758e3
AD
799 text-align : left;
800 color : gray;
b810a0f1
AD
801 float : right;
802}
803
99206d5c
AD
804div.postReply span.tagList {
805 color : gray;
99206d5c
AD
806}
807
b810a0f1
AD
808div.postHeader div {
809 padding-bottom : 3px;
e9aecd4d
AD
810 font-size : 10pt;
811 /* font-family : "Lucida Grande", Tahoma, sans-serif; */
ed51e128
AD
812}
813
36aab70f 814#feedUpdateErrors {
e5d758e3 815 display : none;
36aab70f
AD
816}
817
42918a07 818#allEntryTags {
e9aecd4d 819 font-size : 9pt;
e5d758e3
AD
820 border-width : 0px 0px 1px 0px;
821 border-style : solid;
822 border-color : #c0c0c0;
823 padding-bottom : 5px;
824 display : none;
42918a07 825}
13ce14e8 826
070d0d2a 827/*td.hlContent {
e5d758e3
AD
828 overflow : hidden;
829 height : 1em;
830 display : block;
070d0d2a 831} */
4663f9c6
AD
832
833td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
e5d758e3 834 height : 1em;
4663f9c6 835}
386cbf27 836
afad6f38
AD
837td.hlFeed {
838 text-align : right;
839}
840
386cbf27 841div.cdmArticle {
68d871a4
AD
842 border-color : #c0c0c0;
843 border-width : 0px 0px 1px 0px;
844 border-style : solid;
e5d758e3 845 background-color : #fafafa;
68d871a4 846 margin : 0px;
e5d758e3 847 padding : 10px;
386cbf27
AD
848}
849
850div.cdmArticleUnread {
68d871a4
AD
851 border-color : #c0c0c0;
852 border-width : 0px 0px 1px 0px;
853 border-style : solid;
e5d758e3 854 background-color : #fafeff;
68d871a4 855 margin : 0px;
e5d758e3 856 padding : 10px;
386cbf27
AD
857}
858
859div.cdmArticleSelected, div.cdmArticleUnreadSelected {
68d871a4 860 margin : 0px;
e5d758e3
AD
861 padding : 10px;
862 background-color : #fff7d5;
68d871a4
AD
863 border-color : #e7d796;
864 border-width : 0px 0px 1px 0px;
865 border-style : solid;
386cbf27
AD
866}
867
beccbed5
AD
868div.cdmArticleUnread div.cdmHeader a.title,
869div.cdmArticleUnreadSelected div.cdmHeader a.title {
e5d758e3 870 font-weight : bold;
386cbf27
AD
871}
872
873div.cdmHeader {
e5d758e3 874 padding-bottom : 5px;
386cbf27
AD
875}
876
877div.cdmFooter {
e9aecd4d 878 font-size : 9pt;
e5d758e3
AD
879 color : gray;
880 padding-top : 5px;
386cbf27
AD
881}
882
c50e2b30
AD
883div.cdmFooter img.markedPic {
884 width : 16px;
885 height : 16px;
886 float : right;
887}
888
889div.cdmHeader div.articleUpdated {
890 float : right;
891}
892
386cbf27 893div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
e5d758e3 894 margin : 0px;
386cbf27
AD
895}
896
897div.cdmHeader, div.cdmHeader a {
e5d758e3 898 color : gray;
e9aecd4d 899 font-size : 9pt;
386cbf27
AD
900}
901
902div.cdmHeader a:hover {
e5d758e3 903 color : #4684ff;
386cbf27
AD
904}
905
906div.cdmContent {
e5d758e3 907 margin-bottom : 5px;
386cbf27 908}
1e471f3b
AD
909
910a.warning {
e5d758e3 911 color : #f04040;
1e471f3b 912}
a9b0bfd5
AD
913
914img.closeButton {
e5d758e3
AD
915 border-width : 0px;
916 float : right;
a9b0bfd5 917}
1da7e457
AD
918
919span.groupPrompt {
e9aecd4d 920 font-size : 9pt;
e5d758e3 921 color : #4684ff;
1da7e457 922}
9b3e2cc7 923
e8dd519b
AD
924ul.feedErrorsList {
925 height : 300px;
926 overflow : auto;
927 list-style-type : none;
365f95dc 928 border : 1px solid #99d67a;
e8dd519b
AD
929 background-color : white;
930 margin : 0px 0px 5px 0px;
931 padding : 0px;
932}
933
9b3e2cc7 934ul.userFeedList {
e5d758e3
AD
935 height : 300px;
936 overflow : auto;
937 list-style-type : none;
442d77f1 938 border : 1px solid #99d67a;
e5d758e3
AD
939 background-color : white;
940 margin : 0px 0px 5px 0px;
941 padding : 0px;
9b3e2cc7 942}
f9cb39ac 943
0fefdacc 944/* #browseBigFeedList li.oddSelected {
e5d758e3
AD
945 border : 1px solid #d0d0f6;
946 background-color : #eaeaff;
947 -moz-border-radius : 5px;
0fefdacc
AD
948} */
949
a4dbc524
AD
950ul.labelTestResults {
951 height : 100px;
952 overflow : auto;
953 list-style-type : none;
954 margin : 0px 0px 5px 0px;
955 padding : 0px;
442d77f1 956 border : 1px solid #99d67a;
a4dbc524
AD
957 background-color : white;
958}
959
673d54ca
AD
960ul.filterTestResults {
961 height : 300px;
962 overflow : auto;
963 list-style-type : none;
964 margin : 0px 0px 5px 0px;
965 padding : 0px;
442d77f1 966 border : 1px solid #99d67a;
673d54ca
AD
967 background-color : white;
968}
969
f9cb39ac 970ul.browseFeedList {
e5d758e3
AD
971 height : 300px;
972 overflow : auto;
973 list-style-type : none;
974 margin : 0px 0px 5px 0px;
975 padding : 0px;
442d77f1 976 border : 1px solid #99d67a;
e5d758e3 977 background-color : white;
b92e6209
AD
978}
979
980ul.browseFeedList li {
e5d758e3
AD
981 margin : 0px;
982 padding : 0px;
f9cb39ac
AD
983}
984
985span.subscribers {
e5d758e3 986 color : #808080;
f9cb39ac
AD
987}
988
c6232e43 989div.subscribers {
e5d758e3 990 color : #808080;
e9aecd4d 991 font-size : 9pt;
e5d758e3 992 float : right;
c6232e43
AD
993}
994
f9cb39ac 995input.feedBrowseCB {
e5d758e3 996 margin-right : 1em;
f9cb39ac 997}
c6232e43
AD
998
999div.browserDetails {
e5d758e3
AD
1000 margin : 5px 5px 5px 5px;
1001 display : none;
1002 padding : 5px;
c6232e43 1003}
c2b2aee0
AD
1004
1005ul.compact {
e5d758e3
AD
1006 list-style-type : none;
1007 margin : 0px;
1008 padding : 0px;
c2b2aee0
AD
1009}
1010
1011ul.compact li {
e5d758e3
AD
1012 margin : 0px;
1013 padding : 0px;
c2b2aee0
AD
1014}
1015
072f1ee2 1016div.browserFeedInfo {
e9aecd4d 1017 font-size : 9pt;
21613c4a 1018/* border : 1px solid #88b0f0;
e5d758e3 1019 background-color : #ecf4ff;
21613c4a
AD
1020 -moz-border-radius : 5px; */
1021 padding : 5px;
072f1ee2
AD
1022}
1023
1024div.browserFeedInfo div.detailsPart {
e5d758e3 1025 margin : 5px 0px 5px 5px;
c2b2aee0 1026}
1a3eb77e
AD
1027
1028div.cdmContent a {
e5d758e3 1029 color : #4684ff;
1a3eb77e
AD
1030}
1031
1032div.cdmContent a:hover {
e5d758e3 1033 color : black;
1a3eb77e
AD
1034}
1035
5f51022a 1036a.cdmToggleLink {
e5d758e3 1037 color : #808080;
e9aecd4d 1038 font-size : 9pt;
5f51022a
AD
1039}
1040
1041a.cdmToggleLink:hover {
e5d758e3 1042 color : #4684ff;
5f51022a
AD
1043}
1044
69654950 1045.noborder {
e5d758e3 1046 border-width : 0px;
69654950 1047}
0ee1d1a0
AD
1048
1049#debug_output {
6b4163cb
AD
1050 position : absolute;
1051 width : 400px;
1052 height : 200px;
1053 right : 20px;
1054 bottom : 20px;
1055 z-index : 999;
e5d758e3
AD
1056 background-color : white;
1057 display : none;
e5d758e3
AD
1058 border : 1px solid #c0c0c0;
1059 overflow : auto;
1060 margin : 0px;
1061 padding : 0px;
1062 list-style-type : none;
0ee1d1a0
AD
1063}
1064
1065#debug_output li {
e5d758e3
AD
1066 margin : 0px;
1067 padding : 0px;
e9aecd4d 1068 font-size : 8pt;
0ee1d1a0 1069}
2055d4a6
AD
1070
1071#overlay {
e5d758e3
AD
1072 background : white;
1073 left : 0;
1074 top : 0;
1075 height : 100%;
1076 width : 100%;
1077 z-index : 100;
1078 position : absolute;
2055d4a6
AD
1079}
1080
1081#overlay_inner {
e5d758e3
AD
1082 font-weight : bold;
1083 text-align : center;
1084 margin : 10px;
2055d4a6 1085}
af106b0e
AD
1086
1087#fatal_error {
e5d758e3
AD
1088 background : white;
1089 left : 0;
1090 top : 0;
1091 height : 100%;
1092 width : 100%;
1093 z-index : 200;
1094 display : none;
1095 position : absolute;
af106b0e
AD
1096}
1097
1098#fatal_error_inner {
e5d758e3
AD
1099 font-weight : bold;
1100 margin : 10px;
1101 color : red;
af106b0e
AD
1102}
1103
1104#fatal_error_msg {
e5d758e3
AD
1105 color : black;
1106 padding : 10px;
1107 font-weight : normal;
42c32916
AD
1108 background-color : #ffcccc;
1109 border : 1px solid #ff0000;
af106b0e 1110}
7e3e8f74 1111
b4c27af7
AD
1112#fatal_error_msg a {
1113 color : red;
1114}
1115
1116#fatal_error_msg a:hover {
1117 color : red;
1118 text-decoration : underline;
1119}
1120
42c32916
AD
1121#fatal_error_msg img {
1122 vertical-align : middle;
1123}
1124
71ad883b 1125#noDaemonWarning {
e5d758e3
AD
1126 position : absolute;
1127 background-color : #ecf4ff;
1128 border : 1px solid #88b0f0;
1129 padding : 10px;
1130 margin : 5px;
1131 z-index : 2;
71ad883b 1132 display : none;
e5d758e3
AD
1133}
1134
1135#qafInput {
1136 width : 100%;
7e3e8f74 1137}
14f69488 1138
79f3553b
AD
1139form {
1140 margin : 0px;
1141 padding : 0px;
1142}
86b682ce
AD
1143
1144#main_toolbar_form {
2df7a749
AD
1145 margin : 0px;
1146 padding : 0px;
1147 display : inline;
86b682ce 1148}
78d5212c
AD
1149
1150div.feedExtInfo {
1151 margin-left : 2em;
1152 font-size : 7pt;
1153 color : gray;
1154 font-weight : normal;
1155}
e8614131
AD
1156
1157span.debugTS {
1158 color : #4684ff;
1159}
0b7cb301
AD
1160
1161#backReqBox {
1162 display : none;
1163}
d48d160c 1164
60452879 1165/*.scriptWarn:before {
d48d160c 1166 content : "Disabled script:";
60452879 1167}*/
d48d160c
AD
1168
1169.scriptWarn {
1170 color : white;
1171 background-color : #903030;
1172 border : 1px solid #601010;
1173 padding : 3px;
1174 font-weight : bold;
5d8ddfed 1175 display : none;
d48d160c 1176}
660c059f 1177
a262b161
AD
1178.objectWarn {
1179 color : gray;
a262b161 1180 font-style: italic;
2271e805 1181 text-align : center;
a262b161
AD
1182}
1183
660c059f
AD
1184table.loginForm2 {
1185 padding : 1em;
1186}
1187
1188table.loginForm2 .loginTop {
1189 border-width : 0px 0px 1px 0px;
1190 border-color : #88b0f0;
1191 border-style : solid;
1192 padding : 0.5em;
1193}
1194
1195table.loginForm2 .loginMiddle {
1196 padding : 3em;
1197}
1198
1199table.loginForm2 .loginBottom {
1200 border-width : 1px 0px 0px 0px;
1201 border-color : #88b0f0;
1202 border-style : solid;
e9aecd4d 1203 font-size : 9pt;
660c059f
AD
1204 text-align : center;
1205 color : #909090;
1206 padding : 0.5em;
1207}
1208
1209table.loginForm2 .loginBottom a {
52db9978
AD
1210 color : gray;
1211}
1212
1213table.loginForm2 .loginBottom a:hover {
1214 color : #4684ff;
660c059f
AD
1215}
1216
104ddfe0 1217table.loginForm2 .loginError {
660c059f
AD
1218 color : red;
1219 margin : 0.5em;
1220}
104ddfe0
AD
1221
1222table.loginForm2 .innerLoginCell {
1223 padding-top : 0.5em;
1224}
1225
8a797376
AD
1226#milestoneDetails {
1227 display : none;
1228}
6b4163cb 1229
33b8cab4
AD
1230div.loadingPrompt {
1231 padding : 1em;
1232 text-align : center;
1233 font-weight : bold;
1234}
1235
9251df44
AD
1236div.whiteBox {
1237 background-color : white;
1238 margin-left : 1px;
abbe0154 1239 text-align : center;
b6adf039 1240 padding : 1em;
9251df44
AD
1241}
1242
6b4163cb
AD
1243/* layout */
1244
1245#header {
1246 position : absolute;
1247 white-space: nowrap;
1248 top : 10px;
1249 left : 15px;
1250 right : 5px;
1251 height : 40px;
1252 color : #4684ff;
e9aecd4d 1253 font-size : 9pt;
6b4163cb
AD
1254}
1255
1256#feeds-holder {
1257 border-width : 1px 1px 1px 0px;
1258 border-style : solid;
1259 border-color : #88b0f0;
1260 top : 50px;
1261 left : 0px;
1262 position : absolute;
1263 width : 260px;
1264 overflow : auto;
9105d728
AD
1265 bottom : 40px;
1266 border-collapse : collapse;
935f235d 1267 height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
6b4163cb
AD
1268}
1269
1270#toolbar {
1271 position : absolute;
1272 left : 261px;
9251df44 1273 padding : 5px 10px 5px 10px;
6b4163cb
AD
1274 top : 50px;
1275 right : 0px;
1276 white-space: nowrap;
1277 height : 30px;
1278 background-image : url("images/toolbar.png");
1279 background-position : bottom left;
1280 background-repeat : repeat-x;
e9aecd4d 1281 font-size : 9pt;
6b4163cb
AD
1282}
1283
80e4dc34 1284div.headlines_normal {
6b4163cb
AD
1285 position : absolute;
1286 border-width : 1px 0px 0px 0px;
1287 border-style : solid;
1288 border-color : #88b0f0;
1289 left : 260px;
9105d728 1290 height : 305px;
6b4163cb
AD
1291 top : 85px;
1292 right : 0px;
11befbb2 1293 overflow : hidden;
e9aecd4d 1294 font-size : 9pt;
9105d728 1295 border-collapse : collapse;
935f235d
AD
1296 /* css hack for IE */
1297 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
6b4163cb
AD
1298}
1299
80e4dc34
AD
1300div.headlines_cdm {
1301 position : absolute;
1302 border-width : 1px 0px 1px 0px;
1303 border-style : solid;
1304 border-color : #88b0f0;
1305 left : 260px;
9105d728 1306 bottom : 40px;
80e4dc34
AD
1307 top : 85px;
1308 right : 0px;
d227b1a5 1309 overflow : hidden;
e9aecd4d 1310 font-size : 9pt;
9105d728 1311 border-collapse : collapse;
935f235d 1312 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
80e4dc34
AD
1313}
1314
6b4163cb
AD
1315#content-frame {
1316 position : absolute;
586822fd 1317 border-width : 1px 0px 0px 0px;
6b4163cb
AD
1318 border-style : solid;
1319 border-color : #88b0f0;
1320 overflow : auto;
1321 top : 390px;
1322 left : 260px;
9105d728 1323 bottom : 40px;
6b4163cb 1324 right : 0px;
9105d728 1325 border-collapse : collapse;
935f235d 1326 width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
586822fd 1327/* height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); */
6b4163cb
AD
1328}
1329
f4fb82c5 1330#footer, #prefFooter {
6b4163cb
AD
1331 position : absolute;
1332 bottom : 0px;
9105d728 1333 height : 20px;
6b4163cb
AD
1334 text-align : center;
1335 color : gray;
e9aecd4d 1336 font-size : 9pt;
6b4163cb
AD
1337 background-image : url("images/footer.png");
1338 background-position : top left;
1339 background-repeat : repeat-x;
1340 background-color : white;
1341 right : 0px;
1342 left : 0px;
1343 padding : 10px;
935f235d
AD
1344 width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
1345 border-collapse : collapse;
1346 border-width : 1px 0px 0px 0px;
1347 border-style : solid;
1348 border-color : #88b0f0;
1349
6b4163cb
AD
1350}
1351
f4fb82c5 1352#footer a, #prefFooter a {
c2625f8e
AD
1353 color : gray;
1354}
1355
f4fb82c5
AD
1356#footer a:hover, #prefFooter a:hover {
1357 color : black;
1358}
1359
6b4163cb
AD
1360#headlinesContainer {
1361 margin-left : 1px;
1362 background-color : white;
1363}
11befbb2
AD
1364
1365#headlineActionsTop {
1366/* border-width : 0px 0px 1px 0px;
1367 border-style : solid;
1368 border-color : #c0c0c0;
1369 background-color : #fafafa; */
e9aecd4d 1370 font-size : 9pt;
11befbb2
AD
1371}
1372
1373#headlinesInnerContainer {
11befbb2 1374 overflow : auto;
44686f2c
AD
1375 position : absolute;
1376 left : 1px;
1377 right : 0px;
1378 bottom : 0px;
1379 top : 25px;
11befbb2 1380}
3f59e8cd
AD
1381
1382/* preferences layout */
1383
1384#prefHeader {
3f59e8cd 1385 color : #4684ff;
e9aecd4d 1386 font-size : 9pt;
6a244e6e 1387 margin : 10px;
17ec931d 1388 height : 33px;
3f59e8cd
AD
1389}
1390
656f4b6c 1391div.return {
3f59e8cd 1392 float : right;
e9aecd4d 1393 font-size : 9pt;
656f4b6c 1394 margin-right : 10px;
3f59e8cd
AD
1395}
1396
656f4b6c 1397div.return a {
3f59e8cd
AD
1398 color : #4684ff;
1399}
1400
656f4b6c 1401div.return a:hover {
3f59e8cd
AD
1402 color : black;
1403}
1404
3f59e8cd 1405#prefContent {
656f4b6c 1406 clear : left;
f4fb82c5
AD
1407 position : absolute;
1408 bottom : 40px;
1409 top : 75px;
1410 left : 0px;
1411 right : 0px;
3f59e8cd 1412 padding : 1em;
f4fb82c5 1413 overflow : auto;
3f59e8cd
AD
1414 min-height : 300px;
1415 background-image : url("images/prefs-content.png");
1416 background-position : top left;
1417 background-repeat : repeat-x;
656f4b6c
AD
1418 border-width : 1px 0px 0px 0px;
1419 border-color : #88b0f0;
1420 border-style : solid;
525b61a2
AD
1421 height: expression((parseInt(document.documentElement.clientHeight)-75-40)+'px');
1422 width: expression((parseInt(document.documentElement.clientWidth)-25)+'px');
e9aecd4d 1423 font-size : 10pt;
3f59e8cd 1424}
461766f3
AD
1425
1426#userSwitch {
1427 position : absolute;
1428 bottom : 2px;
1429 right : 2px;
1430}
a3656a41
AD
1431
1432a.feedUpdErrLink {
1433 color : #ff0000;
1434 display : block;
1435 margin-bottom : 0.5em;
1436}
67dabe1a
AD
1437
1438.catCtrHasUnread {
1439 font-weight : bold;
1440}
a6fc3ee5
AD
1441
1442.catCtrNoUnread {
1443 display : none;
1444}
c6008b62
AD
1445
1446ul.headlineDropdownMenu {
1447 list-style-type : none;
1448 margin : 0px;
1449 padding : 0px;
1450}
1451
1452ul.headlineDropdownMenu li.top {
1453 float : left;
e6c115b2 1454 width : 9em;
c6008b62
AD
1455 background-image : url("images/down_arrow.png");
1456 background-position : center right;
1457 background-repeat : no-repeat;
e6c115b2 1458 margin : 0px;
c6008b62 1459 cursor : pointer;
e6c115b2
AD
1460 border-width : 1px 1px 1px 1px;
1461 border-color : transparent;
1462 border-style : solid;
1463}
1464
1465ul.headlineDropdownMenu li.top2 {
1466 float : left;
1467}
1468
1469ul.headlineDropdownMenu li.vsep {
1470 float : left;
1471 margin : 0px 5px 0px 0px;
1472 border-width : 0px 1px 0px 0px;
1473 border-color : #c0c0c0;
1474 border-style : dotted;
1475 color : white;
c6008b62
AD
1476}
1477
1478ul.headlineDropdownMenu li.top:hover {
c6008b62 1479 cursor : pointer;
e6c115b2
AD
1480 border-width : 1px 1px 0px 1px;
1481 border-color : #c0c0c0;
1482 border-style : solid;
c6008b62
AD
1483}
1484
1485ul.headlineDropdownMenu li.top:hover ul {
1486 display : block;
1487}
1488
1489ul.headlineDropdownMenu ul {
1490 list-style-type : none;
1491 position : absolute;
1492 float : none;
1493 margin : 0px;
1494 padding : 0px;
1495 display : none;
1496 background-color : white;
e6c115b2 1497 width : 9em;
c6008b62
AD
1498 z-index : 3;
1499 top : auto;
1500 left : auto;
e6c115b2
AD
1501 border-width : 0px 1px 1px 1px;
1502 border-color : #c0c0c0;
1503 border-style : solid;
1504 margin-left : -1px;
c6008b62
AD
1505}
1506
1507ul.headlineDropdownMenu ul li {
1508 float: none;
e6c115b2
AD
1509 padding : 2px 0px 2px 10px;
1510 color : black;
1511}
1512
1513ul.headlineDropdownMenu ul li:hover {
1514 color : #4684ff;
1515 background-color : #f0f0f0;
c6008b62 1516}
e6c115b2 1517
d9fa39f1
AD
1518#newVersionIcon {
1519 vertical-align : middle;
1520 cursor : pointer;
1521 display : none;
1522}
0d32b41e
AD
1523
1524a.helpLinkPic {
1525 float : right;
1526}
cc17c205
AD
1527
1528a.helpLinkPic img {
1529 border-width : 0px;
1530}
f27de515
AD
1531
1532#fadd_login_container {
1533 display : none;
1534}
e95687b2 1535
be5b75da 1536li.feedCatHolder {
e95687b2
AD
1537 display : inline;
1538}