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