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