]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
remove postHeader gradient
[tt-rss.git] / tt-rss.css
CommitLineData
83cd33fc 1body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
e5d758e3
AD
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
0e2d03a7 6 font-family : sans-serif;
e5df6e9e 7 font-size : 12px;
1cd17194
AD
8}
9
64029210
AD
10body#ttrssPrefs {
11 background-color : #ecf4ff;
12}
13
14body#ttrssPrefs #footer, body#ttrssPrefs #header {
07a0c540 15 background-color : #ecf4ff;
e243d2c3
AD
16 padding-left : 8px;
17 padding-right : 8px;
64029210
AD
18}
19
e828e31e 20div.postReply {
1c3187cf 21 padding : 0px;
1cd17194
AD
22}
23
f7181e9b 24div.postReply a {
e5d758e3 25 color : #4684ff;
f7181e9b
AD
26}
27
28div.postReply a:hover {
e5d758e3 29 color : black;
f7181e9b
AD
30}
31
e828e31e 32div.postReply div.postHeader {
1c3187cf 33 border-width : 0px 0px 1px 0px;
64ab16ac 34 border-style : solid;
b7a6e754
AD
35 border-color : #c0c0c0;
36 background : #f0f0f0;
1c3187cf 37 padding : 5px;
64ab16ac 38 color : #909090;
96b58583
AD
39}
40
c6c010d9
AD
41div.postReply div.postTitle {
42 overflow : hidden;
43 white-space : nowrap;
44}
45
46div.postReply div.postDate {
47 padding-left : 10px;
48}
49
e828e31e 50div.postReply div.postContent {
e5d758e3 51 padding : 10px;
ae096313 52 font-size : 12px;
f0601b87
AD
53}
54
f325d942
AD
55div.postReply div.postContent img {
56 border-width : 0px;
762c9064 57 max-width : 98%;
f325d942
AD
58}
59
ce53e200 60div.postReply div.postEnclosures {
ce53e200 61 margin-top : 1em;
ce53e200
AD
62 color : gray;
63}
64
5f014cf1
AD
65div.postReply img.tagsPic {
66 width : 16px;
67 height : 16px;
c7e51de1 68 margin-left : 4px;
5f014cf1
AD
69 vertical-align : middle;
70}
71
c7e51de1
AD
72div.articleNote {
73 background-color : #fff7d5;
c7e51de1 74 padding : 5px;
fcfa9ef1 75 border-style : none none dashed none;
c7e51de1 76 border-color : #e7d796;
fcfa9ef1
AD
77 border-width : 1px;
78 background-color : #fff7d5;
c7e51de1 79 color : #9a8c59;
fcfa9ef1
AD
80}
81
82div.articleNote div.noteEdit {
83 float : right;
84 cursor : pointer;
c7e51de1
AD
85}
86
06202d88 87div.postReply span.author {
ae096313 88 font-size : 12px;
06202d88 89}
5f014cf1 90
e828e31e 91h1 {
442a9b8c 92 font-size : 18px;
f0601b87
AD
93}
94
e828e31e 95h2 {
442a9b8c 96 font-size : 16px;
e5d758e3
AD
97 font-weight : bold;
98 border-width : 0px 0px 1px 0px;
99 border-style : solid;
100 border-color : #ecf4ff;
1cd17194
AD
101}
102
f5a50b25 103h3 {
ae096313 104 font-size : 12px;
e5d758e3
AD
105 font-weight : bold;
106 border-width : 0px 0px 1px 0px;
107 border-style : solid;
108 border-color : #ecf4ff;
f5a50b25
AD
109}
110
e828e31e 111hr {
e5d758e3
AD
112 border-width : 0px 0px 1px 0px;
113 border-style : dashed;
114 border-color : #e0e0e0;
e828e31e 115}
67824557 116
e828e31e 117a {
e5d758e3
AD
118 color : black;
119 text-decoration : none;
1cd17194
AD
120}
121
e828e31e 122a:hover {
e5d758e3 123 color : #4684ff;
9b307248
AD
124}
125
e828e31e 126#piggie {
d437c8cf 127 z-index : 999;
e5d758e3 128 position : absolute;
9b307248
AD
129}
130
f407c086 131#notify {
e105831d 132 top : 25px;
919984a4
AD
133 right : 10px;
134 border-width : 1px;
f407c086 135 border-style : solid;
0ceded7a 136 position : absolute;
33b8cab4 137 display : none;
ce3bf408 138 float : right;
919984a4 139 font-size : 11px;
fcc36744 140 z-index : 99;
919984a4
AD
141 padding : 5px;
142 min-width : 200px;
143 box-shadow : 0px 0px 2px #ccc;
1cd17194
AD
144}
145
0d32b41e
AD
146#notify img {
147 vertical-align : middle;
919984a4 148 margin-right : 4px;
0d32b41e
AD
149}
150
919984a4 151.notify {
42c32916
AD
152 border-color : #d7c47a;
153 background-color : #fff7d5;
42c32916
AD
154}
155
919984a4 156.notify.progress {
f407c086
AD
157 border-color : #d7c47a;
158 background-color : #fff7d5;
f407c086
AD
159}
160
919984a4
AD
161.notify.info {
162 border-color : #88b0f0;
163 background-color : #ecf4ff;
164}
165
166.notify.error {
f407c086
AD
167 background-color : #ffcccc;
168 border-color : #ff0000;
f407c086
AD
169}
170
919984a4 171.notify.error span:hover {
ef16ae37
AD
172 color : red;
173 cursor : pointer;
174}
175
a0ddecb9 176.hl.Unread div.hlTitle {
f820f205
AD
177 font-weight : bold;
178}
179
a0ddecb9 180.hl.even.Grayed {
8a06b1db 181 background : #f0f0f0;
e5d758e3 182 color : #909090;
f28b542c 183 border-width : 0px 0px 1px 0px;
dc803347
AD
184 border-style : solid;
185 border-color : #c0c0c0;
186 border-collapse : collapse;
b7f4bda2
AD
187}
188
a0ddecb9 189.hl.odd.Grayed {
e5d758e3 190 color : #909090;
f07c0eb4
AD
191}
192
a7c0e150
AD
193.hl {
194 border-width : 0px 1px 1px 0px;
dc803347
AD
195 border-style : solid;
196 border-color : #c0c0c0;
ac43eba1 197}
a2015351 198
a7c0e150
AD
199.hl.active {
200 background : #ecf4ff ! important;
f28b542c
AD
201}
202
a7c0e150 203.hl.even {
8a06b1db 204 background : #f0f0f0;
dc803347 205 border-collapse : collapse;
f07c0eb4
AD
206}
207
a7c0e150
AD
208.hl.odd {
209 background : white;
f07c0eb4 210}
508a81e1 211
f820f205 212div.filterTestHolder {
bec2ecd9 213 height : 300px;
9c483746 214 overflow : auto;
a8328019
AD
215 border-color : #c0c0c0;
216 border-style : solid;
217 margin : 0px 0px 5px 0px;
bec2ecd9 218 background-color : #ecf4ff;
e1218480
AD
219 border-width : 1px 1px 1px 1px;
220}
221
f820f205 222
5f8b2573 223#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
18bfbb0c
AD
224 margin : 5px 0px 5px 0px;
225 padding : 10px;
226 color : gray;
227 border-width : 0px 0px 0px 3px;
083020ad
AD
228 border-color : #c0c0c0;
229 border-style : solid;
18bfbb0c 230 background : #fafafa;
7dc66a61 231}
e2f8f7b4 232
5f8b2573 233#content-insert code, #headlines-frame code, .dijitContentPane code {
8bebe198 234 color : #009900;
48a8d154 235 font-family : monospace;
48a8d154 236 font-size : 12px;
8bebe198
AD
237}
238
239#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
240 margin : 5px 0px 5px 0px;
241 padding : 10px;
242 color : gray;
243 font-family : monospace;
244 font-size : 12px;
245 border-width : 0px;
246 border-color : #c0c0c0;
247 border-style : solid;
248 background : #fafafa;
249 display : block;
48a8d154
AD
250}
251
6deafe90
AD
252div.notice, div.warning, div.error {
253 padding : 4px 10px 4px 4px;
254 display : inline-block;
fcef9eea 255 margin : 2px 0px 4px 0px;
0f2c4755 256 font-size : 12px;
6deafe90
AD
257 box-shadow : 0px 0px 2px #ccc;
258}
259
fcef9eea
AD
260div.notice div.inner, div.warning div.inner, div.error div.inner {
261 vertical-align : middle;
262}
263
0d32b41e 264div.notice {
6deafe90 265 background : #ecf4ff;
0d32b41e
AD
266}
267
ab3d0b99 268div.warning {
e5d758e3 269 background : #fff7d5;
1b74062f
AD
270}
271
84916243 272div.error {
84916243 273 background : #ffcccc;
6deafe90
AD
274}
275
276div.warning img, div.notice img, div.error img {
277 margin-right : 4px;
fcef9eea 278 float : left;
6deafe90 279 vertical-align : middle;
84916243
AD
280}
281
ab3d0b99 282ul.nomarks {
e5d758e3
AD
283 list-style-type : none;
284 margin : 0px;
285 padding : 10px;
ab3d0b99
AD
286}
287
b7ade39d 288div.prefHelp {
e5d758e3 289 color : gray;
abe4d057 290 padding : 5px;
8cb74804
AD
291}
292
365f95dc
AD
293span.feed_error {
294 color : red;
295}
296
746dcf42 297.insensitive {
e5d758e3 298 color : gray;
bca02305 299}
afb7a1d6 300
d4d6d528
AD
301.insensitive a {
302 color : #4684ff;
303}
304
305.insensitive a:hover {
306 color : black;
307}
308
6e4f4ce1 309div#headlines-toolbar {
d4eebd8b 310 border-width : 0px 0px 1px 0px;
f1080825 311 background-color : #f0f0f0;
a0ddecb9 312 border-color : #c0c0c0;
ae096313 313 font-size : 11px;
0e2d03a7 314 font-family : "Segoe UI", Tahoma, sans-serif;
442a9b8c 315 color : gray;
fcf70c51 316 padding : 0px;
6e4f4ce1
AD
317 margin : 0px;
318 overflow : hidden;
f1080825
AD
319 height : 25px;
320 line-height : 25px;
321 padding-left : 4px;
8b27182a
AD
322}
323
fcf70c51
AD
324div#headlines-toolbar .dijitSelect {
325 font-size : 11px;
f1080825
AD
326 position : relative;
327 top : -2px;
fcf70c51
AD
328}
329
f1080825
AD
330div#headlines-toolbar span.r {
331 float: right;
332 position: relative;
f1080825 333 padding : 0 4px 0px 4px;
fcf70c51 334 text-align : right;
f1080825
AD
335}
336
f1080825
AD
337div#headlines-toolbar span.r span.error {
338 color : red;
339}
340
341div#headlines-toolbar span.r a {
db23a8ee 342 color : gray;
c1c9df00
AD
343}
344
f1080825
AD
345div#headlines-toolbar span.r a:hover {
346 color : black;
26a1e185
AD
347}
348
591c396d 349span.contentPreview {
e5d758e3
AD
350 color : gray;
351 font-weight : normal;
591c396d 352}
179d6f57 353
0f172fff 354span.contentPreview:hover {
e5d758e3 355 color : #4684ff;
0f172fff
AD
356}
357
8cc5e965 358span.hlLabelRef {
e2549229 359 background-color : #fff7d5;
86edc737 360 font-size : 8px;
e2549229
AD
361 color : #063064;
362 font-weight : normal;
363 margin : 0px 3px 0px 3px;
364 padding : 0px 4px 0px 4px;
365 white-space: nowrap;
366}
367
b810a0f1 368div.postHeader div.postDate {
e5d758e3
AD
369 text-align : right;
370 color : gray;
b810a0f1 371 float : right;
9167e250 372}
36aab70f 373
b810a0f1
AD
374div.postHeader div {
375 padding-bottom : 3px;
ae096313 376 font-size : 12px;
ed51e128
AD
377}
378
36aab70f 379#feedUpdateErrors {
e5d758e3 380 display : none;
36aab70f
AD
381}
382
42918a07 383#allEntryTags {
ae096313 384 font-size : 12px;
e5d758e3
AD
385 border-width : 0px 0px 1px 0px;
386 border-style : solid;
387 border-color : #c0c0c0;
388 padding-bottom : 5px;
389 display : none;
42918a07 390}
13ce14e8 391
cf2f643e 392div.hlFeed, div.hlFeed a {
e17e99fb 393 font-size : 10px;
df456bb0 394 color : gray;
e17e99fb
AD
395 font-style : italic;
396 font-weight : normal;
051174c3 397 white-space: nowrap;
df456bb0
AD
398}
399
cf2f643e 400div.hlFeed a:hover {
df456bb0
AD
401 color : #4684ff;
402}
403
7514749d
AD
404img.markedPic {
405 cursor : pointer;
c4f52830 406 vertical-align : middle;
7514749d
AD
407}
408
0979b696 409div.tagCloudContainer {
a8328019 410 border : 1px solid #c0c0c0;
bec2ecd9 411 background-color : #ecf4ff;
0979b696 412 margin : 5px 0px 5px 0px;
9e6427ab 413 padding : 5px;
0979b696
AD
414 text-align : center;
415}
416
73495fd1 417div.errorExplained {
a8328019 418 border : 1px solid #c0c0c0;
bec2ecd9 419 background-color : #ecf4ff;
73495fd1
AD
420 margin : 5px 0px 5px 0px;
421 padding : 5px;
422}
423
e8dd519b 424ul.feedErrorsList {
bec2ecd9 425 max-height : 300px;
e8dd519b
AD
426 overflow : auto;
427 list-style-type : none;
f81b6815 428 border : 1px solid #c0c0c0;
bec2ecd9 429 background-color : #ecf4ff;
e8dd519b 430 margin : 0px 0px 5px 0px;
bec2ecd9 431 padding : 5px;
e8dd519b
AD
432}
433
f81b6815
AD
434ul.feedErrorsList em {
435 color : gray;
436}
437
f9cb39ac 438ul.browseFeedList {
e5d758e3
AD
439 height : 300px;
440 overflow : auto;
a8328019
AD
441 border-width : 0px 1px 1px 1px;
442 border-color : #c0c0c0;
443 border-style : solid;
e5d758e3 444 margin : 0px 0px 5px 0px;
e5d758e3 445 background-color : white;
a8328019
AD
446 list-style-type : none;
447 padding : 0px;
448
b92e6209
AD
449}
450
451ul.browseFeedList li {
e5d758e3 452 margin : 0px;
a8328019 453 padding : 2px 4px 2px 4px;
f9cb39ac
AD
454}
455
456span.subscribers {
e5d758e3 457 color : #808080;
f9cb39ac
AD
458}
459
c6232e43 460div.subscribers {
e5d758e3 461 color : #808080;
ae096313 462 font-size : 12px;
e5d758e3 463 float : right;
c6232e43
AD
464}
465
c6232e43 466div.browserDetails {
e5d758e3 467 margin : 5px 5px 5px 5px;
e5d758e3 468 padding : 5px;
c6232e43 469}
c2b2aee0
AD
470
471ul.compact {
e5d758e3
AD
472 list-style-type : none;
473 margin : 0px;
474 padding : 0px;
c2b2aee0
AD
475}
476
477ul.compact li {
e5d758e3
AD
478 margin : 0px;
479 padding : 0px;
c2b2aee0
AD
480}
481
69654950 482.noborder {
e5d758e3 483 border-width : 0px;
69654950 484}
0ee1d1a0 485
2055d4a6 486#overlay {
e5d758e3
AD
487 background : white;
488 left : 0;
489 top : 0;
490 height : 100%;
491 width : 100%;
492 z-index : 100;
493 position : absolute;
2055d4a6
AD
494}
495
496#overlay_inner {
e5d758e3 497 font-weight : bold;
fcc36744 498 margin : 1em;
2055d4a6 499}
af106b0e 500
79f3553b
AD
501form {
502 margin : 0px;
503 padding : 0px;
504}
86b682ce
AD
505
506#main_toolbar_form {
2df7a749
AD
507 margin : 0px;
508 padding : 0px;
fcf70c51
AD
509 display : table-cell;
510 white-space : nowrap;
511 width : 100%;
86b682ce 512}
78d5212c 513
33b8cab4
AD
514div.loadingPrompt {
515 padding : 1em;
516 text-align : center;
517 font-weight : bold;
518}
519
9251df44 520div.whiteBox {
9251df44 521 margin-left : 1px;
abbe0154 522 text-align : center;
b6adf039 523 padding : 1em;
9251df44
AD
524}
525
fcf70c51 526html, body#ttrssMain, #main {
2f01fe57
AD
527 width: 100%;
528 height: 100%;
529 border: 0;
530 padding: 0;
531 margin: 0;
fcf70c51 532}
6b4163cb 533
3af75631 534#toolbar div.actionChooser {
fcf70c51
AD
535 display : table-cell;
536 text-align : right;
f8ce21fc 537 padding-right : 3px;
6b4163cb
AD
538}
539
05fcdf52
AD
540div.autocomplete {
541 position : absolute;
542 width : 250px;
543 background-color : white;
544 border :1px solid #778899;
545 margin : 0px;
546 padding : 0px;
547}
548
549div.autocomplete ul {
550 list-style-type : none;
551 margin : 0px;
552 padding : 0px;
553}
554
555div.autocomplete ul li.selected {
556 background-color : #fff7d5;
557}
558
559div.autocomplete ul li {
560 list-style-type : none;
561 display : block;
562 margin : 0;
563 padding : 2px;
564 height : 32px;
565 cursor : pointer;
566}
567
e635d56a
AD
568a.visibleLink {
569 color : #4684ff;
e635d56a 570}
6cfea5c7 571
8cc5e965 572.hlContentH a, .hlContentH span {
546499a9
AD
573 color : #00cc00;
574}
575
8cc5e965 576.hlContentL a, .hlContentL span {
546499a9
AD
577 color : #909090;
578 text-decoration : line-through;
579}
5daa24f2
AD
580
581span.titleWrapH, span.titleWrapH a {
582 color : #00cc00;
583}
584
585span.titleWrapL, span.titleWrapL a {
586 color : #909090;
587 text-decoration : line-through;
588}
589
590img.hlScorePic {
591 vertical-align : middle;
592 width : 16px;
593 height : 16px;
594}
595
10fa6615 596div.dlgSec {
ae096313 597 font-size : 12px;
10fa6615
AD
598 color : gray;
599 font-weight : bold;
600 clear : both;
601 height : 20px;
602}
603
604div.dlgSecCont {
605 position : relative;
606 left : 150px;
607 top : -20px;
608 float : left;
ae096313 609 font-size : 12px;
baa2db9f 610 font-weight : normal;
d90868d7
AD
611}
612
bcf5ed46
AD
613div.dlgSecCont hr {
614 height : 0px;
615 line-height : 0px;
616 border : 0px solid transparent;
617 margin : 2px;
618}
619
d90868d7 620div.dlgSecCont > * {
bcf5ed46
AD
621 position : relative;
622 top : -2px;
10fa6615
AD
623}
624
625div.dlgButtons {
626 text-align : right;
627 clear : both;
628}
629
a740f4b5
AD
630span.labelColorIndicator {
631 height : 14px;
632 width : 14px;
633 line-height : 14px;
86edc737 634 font-size : 9px;
a740f4b5
AD
635 display : inline-block;
636 border : 1px solid black;
637 background-color : #fff7d5;
638 color : #063064;
639 text-align : center;
640 margin-right : 2px;
641}
642
fb8b2153
AD
643span.labelColorIndicator2 {
644 height : 14px;
645 width : 14px;
86edc737 646 font-size : 9px;
fb8b2153
AD
647 display : inline-block;
648 border : 1px solid black;
649 background-color : #fff7d5;
650 color : #063064;
651 text-align : center;
652 margin-right : 2px;
653 vertical-align : bottom;
654}
655
78935092
AD
656div#cmdline {
657 position : absolute;
658 left : 5px;
659 bottom : 5px;
660 font-size : 11px;
661 color : gray;
662 font-weight : bold;
663 background-color : white;
664 border : 1px solid #88b0f0;
665 padding : 3px 5px 3px 5px;
666 z-index : 5;
667}
f4280bdd
AD
668
669#feed_browser_spinner {
670 vertical-align : middle;
671 height : 18px;
672 width : 18px;
673}
37e93d6c 674
8cc5e965
AD
675div.hlTitle {
676 display : table-cell;
677 cursor : pointer;
678 width : 100%;
679 vertical-align : middle;
680 padding-top : 4px;
681 padding-bottom : 4px;
a0f98bbf
AD
682}
683
8cc5e965
AD
684div.hlLeft {
685 display : table-cell;
686 vertical-align : middle;
687 white-space: nowrap;
ad491d75
AD
688}
689
8cc5e965
AD
690div.hlRight {
691 display : table-cell;
692 white-space: nowrap;
693 text-align : right;
694 vertical-align : middle;
ad491d75
AD
695}
696
fcf70c51
AD
697div.hlRight img {
698 max-width : 16px;
699 max-height : 16px;
700}
701
8cc5e965
AD
702span.hlUpdated {
703 color : gray;
6edeede3
AD
704 min-width : 100px;
705 display : table-cell;
706 width : 100%;
707 vertical-align : middle;
6edeede3 708 text-align : right;
e17e99fb
AD
709 font-size : 10px;
710 font-weight : normal;
577399e8
AD
711}
712
f947467a
AD
713div.hlLeft {
714 padding-left : 8px;
715}
716
8cc5e965
AD
717div.hlLeft input {
718 margin-left : 4px;
719 margin-right : 4px;
ad491d75
AD
720}
721
8cc5e965
AD
722div.hlLeft img, div.hlRight img {
723 margin : 0px 4px 0px 4px;
cb1a012b 724}
8cc5e965 725
cb1a012b
AD
726div.hlLeft img {
727 width : 16px;
728 height : 16px;
8cc5e965 729}
31a53903 730
ba083651
AD
731div.fatalError {
732 margin-bottom : 10px;
733}
951906dc
AD
734
735div.fatalError button {
736 margin-top : 5px;
737}
738
739div.fatalError textarea {
740 width : 100%;
741 height : 100px;
742}
2f01fe57
AD
743
744#main {
745 border-width : 0px;
6e4f4ce1
AD
746 margin : 0px;
747 padding : 0px;
748}
749
2b25b79d
AD
750#header-wrap {
751 border-width : 0px;
752 margin : 0px;
753 padding : 0px;
754}
755
6e4f4ce1
AD
756#content-wrap {
757 padding : 0px;
2d1282d4 758 border-width : 0px 0px 1px 1px;
38325ad6
AD
759 border-style : solid;
760 border-color : #c0c0c0;
2d1282d4 761 margin : 0px;
2f01fe57
AD
762}
763
764#feeds-holder {
765 padding : 0px;
fcf70c51
AD
766 border-color : #88b0f0;
767 border-left-width : 0px;
768 border-bottom-width : 0px;
2b25b79d 769 border-top-width : 0px;
9f8b2e6e 770 overflow : auto;
2f01fe57
AD
771}
772
6e4f4ce1
AD
773#headlines-wrap-inner {
774 padding : 0px;
775 margin : 0px;
776 border-width : 0px;
777}
778
9f8b2e6e
AD
779#feedTree {
780 overflow : visible;
781}
782
2f01fe57
AD
783#headlines-frame {
784 padding : 0px;
fcf70c51 785 border-color : #88b0f0;
6f3976c9 786 border-left-width : 0px;
fcf70c51 787 border-right-width : 0px;
0ce61157
AD
788 margin-top : 0px;
789 border-top-width : 0px;
790}
791
d4eebd8b 792#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 793 display : none;
2f01fe57
AD
794}
795
6f3976c9 796#toolbar {
f8ce21fc 797 padding : 0px;
6e4f4ce1 798 margin : 0px;
2f01fe57 799 border-width : 0px;
6e4f4ce1 800 white-space: nowrap;
1354d172 801 font-size : 11px;
2f01fe57
AD
802}
803
804#header {
2f01fe57 805 border-width : 0px;
2b25b79d
AD
806 text-align : right;
807 color : gray;
808 padding : 5px 5px 0px 0px;
809 margin : 0px;
810 position : absolute;
811 right : 0px;
812 top : 0px;
813 z-index : 5;
2f01fe57
AD
814}
815
816#footer {
817 text-align : center;
818 color : gray;
d62796de 819 padding : 4px 4px 8px 4px;
2f01fe57
AD
820 border-width : 0px;
821}
6e4f4ce1
AD
822
823#content-insert {
824 padding : 0px;
fcf70c51
AD
825 border-color : #88b0f0;
826 border-bottom-width : 0px;
827 border-right-width : 0px;
6f3976c9 828 border-left-width : 0px;
b93ad1e1 829 overflow : auto;
6e4f4ce1 830}
13e785e0
AD
831
832.dijitTreeLabel.Unread {
833 font-weight : bold;
834}
835
1644304f
AD
836.feedParam {
837 color : gray;
838 float : right;
839 margin-right : 1em;
840}
841
a740f4b5
AD
842.dijitTreeLabel.Disabled, .labelParam.Disabled {
843 color : gray;
844}
845
fcf70c51
AD
846.dijitTreeRow.Error {
847 color : red;
848}
13e785e0 849
fcf70c51
AD
850.dijitTreeRow.Hidden {
851 display : none;
852}
2ef5c21f 853
8e289ca1 854img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
855 width : 16px;
856 height : 16px;
7c9f819f 857 vertical-align : middle;
2ef5c21f 858}
9c99281f 859
7ce0ea28
AD
860.dijitDialog .dijitToolbar {
861 border : 1px solid #c0c0c0;
862}
d2d75353 863
fcef9eea
AD
864.dijitDialog h2 {
865 margin-top : 0px;
866 margin-bottom : 4px;
867 border-width : 0px;
868}
869
c3edc667
AD
870.player {
871 display : inline-block;
872 color : gray;
873 font-size : 11px;
874 font-family : sans-serif;
875 border : 1px solid gray;
876 padding : 0px 4px 0px 4px;
877 margin : 0px 2px 0px 2px;
878 width : 50px;
879 text-align : center;
880 background : white;
881}
f820f205 882
c3edc667
AD
883.player.playing {
884 color : #00c000;
885 border-color : #00c000;
886}
887
888.player:hover {
889 background : #f0f0f0;
890 cursor : pointer;
891}
88e4e597 892
18eb64a8
AD
893#headlines-spacer {
894 height : 100%;
895 margin-left : 1px;
896 text-align : center;
897 padding : 1em;
898 color : gray;
899}
56fbb82c 900
6aff7845
AD
901ul#filterDlg_Matches, ul#filterDlg_Actions {
902 max-height : 100px;
903 overflow : auto;
904 list-style-type : none;
905 border-style : solid;
906 border-color : #c0c0c0;
907 border-width : 0px 1px 1px 1px;
908 background-color : #ecf4ff;
909 margin : 0px 0px 5px 0px;
910 padding : 0px;
911}
912
913ul#filterDlg_Matches li, ul#filterDlg_Actions li {
914 cursor : pointer;
04e41840
AD
915 padding : 0px 0px 0px 5px;
916}
917
918ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
919 margin-right : 5px;
6aff7845 920}
65d1e250 921
b8cb4d08
AD
922ul.helpKbList {
923 max-height : 300px;
924 overflow : auto;
925 list-style-type : none;
926 border : 1px solid #c0c0c0;
927 background-color : #ecf4ff;
928 margin : 0px 0px 5px 0px;
929 padding : 5px;
930}
931
932ul.helpKbList span.hksequence {
933 width : 6em;
934 margin-left : 20px;
935 color : #88b0f0;
936 font-weight : bold;
937 display : inline-block;
938}
939
940ul.helpKbList h2 {
941 margin-top : 0px;
942}
a122b507
AD
943
944.dijitTreeNode .loadingNode {
945 margin-left : 3px;
946}
414191d4
AD
947
948span.collapseBtn {
949 cursor : pointer;
950}
54bc5594
AD
951
952div.postContent p {
953 max-width : 650px;
954}
b5d4716a 955
922bfe73
AD
956div.postContent iframe {
957 min-width : 50%;
958}
11bd95b4
AD
959
960div.postHeader span.author {
961 color : gray;
962 font-size : 11px;
d080678c 963 font-weight : normal;
11bd95b4 964}
b87a625c
AD
965
966body#ttrssZoom {
967 margin-left : auto;
968 margin-right : auto;
8c82001b 969 max-width : 800px;
b87a625c
AD
970 background : #f0f0f0;
971}
972
8c82001b
AD
973body#ttrssZoom div.postContent p {
974 max-width : 650px;
975}
976
977body#ttrssZoom div.postReply {
978 border : 1px solid #ccc;
979 margin : 20px;
980 box-shadow : 0px 0px 3px #ccc;
981}
982
b7a6e754 983body#ttrssZoom div.postContent {
b87a625c
AD
984 background-color : white;
985}
986
987body#ttrssZoom div.footer {
988 margin-top : 1em;
989 text-align : center;
990}
d2f3467b 991
bf6df236
AD
992select.attachments {
993 display : block;
255b0f65
AD
994 margin-top : 10px;
995 max-width : 120px;
bf6df236 996}
67b9d740 997
a7c0e150
AD
998div.hl.active {
999 border-color : #88b0f0;
1000}
1001
1002div.hl.active a.title {
1003 color : #4684ff;
1004 font-weight : bold;
1005}
1006