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