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