]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
increase main font size
[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;
13ed529d 7 font-size : 13px;
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;
48e5a756
AD
378 margin-left : 2px;
379 padding : 1px 4px 1px 4px;
380 display : inline-block;
381 vertical-align : middle;
e2549229 382 white-space: nowrap;
48e5a756 383 border-radius : 4px;
e2549229
AD
384}
385
b810a0f1 386div.postHeader div.postDate {
e5d758e3
AD
387 text-align : right;
388 color : gray;
b810a0f1 389 float : right;
9167e250 390}
36aab70f 391
b810a0f1
AD
392div.postHeader div {
393 padding-bottom : 3px;
ae096313 394 font-size : 12px;
ed51e128
AD
395}
396
36aab70f 397#feedUpdateErrors {
e5d758e3 398 display : none;
36aab70f
AD
399}
400
42918a07 401#allEntryTags {
ae096313 402 font-size : 12px;
e5d758e3
AD
403 border-width : 0px 0px 1px 0px;
404 border-style : solid;
405 border-color : #c0c0c0;
406 padding-bottom : 5px;
407 display : none;
42918a07 408}
13ce14e8 409
d3103484
AD
410a.hlFeed {
411 display : block;
412 white-space : nowrap;
413 font-size : 9px;
e17e99fb
AD
414 font-style : italic;
415 font-weight : normal;
d3103484
AD
416 border-radius : 4px;
417 display : inline-block;
418 padding : 1px 2px 1px 2px;
419 margin-bottom : 2px;
420 margin-top : 2px;
421 color : gray;
df456bb0
AD
422}
423
d3103484 424a.hlFeed:hover {
df456bb0
AD
425 color : #4684ff;
426}
427
035d7a5a 428img.markedPic, img.pubPic {
7514749d 429 cursor : pointer;
c4f52830 430 vertical-align : middle;
7514749d
AD
431}
432
0979b696 433div.tagCloudContainer {
a8328019 434 border : 1px solid #c0c0c0;
bec2ecd9 435 background-color : #ecf4ff;
0979b696 436 margin : 5px 0px 5px 0px;
9e6427ab 437 padding : 5px;
0979b696
AD
438 text-align : center;
439}
440
73495fd1 441div.errorExplained {
a8328019 442 border : 1px solid #c0c0c0;
bec2ecd9 443 background-color : #ecf4ff;
73495fd1
AD
444 margin : 5px 0px 5px 0px;
445 padding : 5px;
446}
447
e8dd519b 448ul.feedErrorsList {
bec2ecd9 449 max-height : 300px;
e8dd519b
AD
450 overflow : auto;
451 list-style-type : none;
f81b6815 452 border : 1px solid #c0c0c0;
bec2ecd9 453 background-color : #ecf4ff;
e8dd519b 454 margin : 0px 0px 5px 0px;
bec2ecd9 455 padding : 5px;
e8dd519b
AD
456}
457
f81b6815
AD
458ul.feedErrorsList em {
459 color : gray;
460}
461
f9cb39ac 462ul.browseFeedList {
e5d758e3
AD
463 height : 300px;
464 overflow : auto;
a8328019
AD
465 border-width : 0px 1px 1px 1px;
466 border-color : #c0c0c0;
467 border-style : solid;
e5d758e3 468 margin : 0px 0px 5px 0px;
e5d758e3 469 background-color : white;
a8328019
AD
470 list-style-type : none;
471 padding : 0px;
472
b92e6209
AD
473}
474
475ul.browseFeedList li {
e5d758e3 476 margin : 0px;
a8328019 477 padding : 2px 4px 2px 4px;
f9cb39ac
AD
478}
479
480span.subscribers {
e5d758e3 481 color : #808080;
f9cb39ac
AD
482}
483
c6232e43 484div.subscribers {
e5d758e3 485 color : #808080;
ae096313 486 font-size : 12px;
e5d758e3 487 float : right;
c6232e43
AD
488}
489
c6232e43 490div.browserDetails {
e5d758e3 491 margin : 5px 5px 5px 5px;
e5d758e3 492 padding : 5px;
c6232e43 493}
c2b2aee0
AD
494
495ul.compact {
e5d758e3
AD
496 list-style-type : none;
497 margin : 0px;
498 padding : 0px;
c2b2aee0
AD
499}
500
501ul.compact li {
e5d758e3
AD
502 margin : 0px;
503 padding : 0px;
c2b2aee0
AD
504}
505
69654950 506.noborder {
e5d758e3 507 border-width : 0px;
69654950 508}
0ee1d1a0 509
2055d4a6 510#overlay {
e5d758e3
AD
511 background : white;
512 left : 0;
513 top : 0;
514 height : 100%;
515 width : 100%;
516 z-index : 100;
517 position : absolute;
2055d4a6
AD
518}
519
520#overlay_inner {
e5d758e3 521 font-weight : bold;
fcc36744 522 margin : 1em;
2055d4a6 523}
af106b0e 524
79f3553b
AD
525form {
526 margin : 0px;
527 padding : 0px;
528}
86b682ce
AD
529
530#main_toolbar_form {
2df7a749
AD
531 margin : 0px;
532 padding : 0px;
fcf70c51
AD
533 display : table-cell;
534 white-space : nowrap;
535 width : 100%;
86b682ce 536}
78d5212c 537
33b8cab4
AD
538div.loadingPrompt {
539 padding : 1em;
540 text-align : center;
541 font-weight : bold;
542}
543
9251df44 544div.whiteBox {
9251df44 545 margin-left : 1px;
abbe0154 546 text-align : center;
b6adf039 547 padding : 1em;
9251df44
AD
548}
549
fcf70c51 550html, body#ttrssMain, #main {
2f01fe57
AD
551 width: 100%;
552 height: 100%;
553 border: 0;
554 padding: 0;
555 margin: 0;
fcf70c51 556}
6b4163cb 557
3af75631 558#toolbar div.actionChooser {
fcf70c51
AD
559 display : table-cell;
560 text-align : right;
f8ce21fc 561 padding-right : 3px;
6b4163cb
AD
562}
563
05fcdf52
AD
564div.autocomplete {
565 position : absolute;
566 width : 250px;
567 background-color : white;
568 border :1px solid #778899;
569 margin : 0px;
570 padding : 0px;
571}
572
573div.autocomplete ul {
574 list-style-type : none;
575 margin : 0px;
576 padding : 0px;
577}
578
579div.autocomplete ul li.selected {
580 background-color : #fff7d5;
581}
582
583div.autocomplete ul li {
584 list-style-type : none;
585 display : block;
586 margin : 0;
587 padding : 2px;
588 height : 32px;
589 cursor : pointer;
590}
591
e635d56a
AD
592a.visibleLink {
593 color : #4684ff;
e635d56a 594}
6cfea5c7 595
8cc5e965 596.hlContentH a, .hlContentH span {
546499a9
AD
597 color : #00cc00;
598}
599
8cc5e965 600.hlContentL a, .hlContentL span {
546499a9
AD
601 color : #909090;
602 text-decoration : line-through;
603}
5daa24f2
AD
604
605span.titleWrapH, span.titleWrapH a {
606 color : #00cc00;
607}
608
609span.titleWrapL, span.titleWrapL a {
610 color : #909090;
611 text-decoration : line-through;
612}
613
614img.hlScorePic {
615 vertical-align : middle;
616 width : 16px;
617 height : 16px;
618}
619
10fa6615 620div.dlgSec {
ae096313 621 font-size : 12px;
10fa6615
AD
622 color : gray;
623 font-weight : bold;
624 clear : both;
625 height : 20px;
626}
627
628div.dlgSecCont {
629 position : relative;
630 left : 150px;
631 top : -20px;
632 float : left;
ae096313 633 font-size : 12px;
baa2db9f 634 font-weight : normal;
d90868d7
AD
635}
636
bcf5ed46
AD
637div.dlgSecCont hr {
638 height : 0px;
639 line-height : 0px;
640 border : 0px solid transparent;
641 margin : 2px;
642}
643
d90868d7 644div.dlgSecCont > * {
bcf5ed46
AD
645 position : relative;
646 top : -2px;
10fa6615
AD
647}
648
649div.dlgButtons {
650 text-align : right;
651 clear : both;
652}
653
a740f4b5
AD
654span.labelColorIndicator {
655 height : 14px;
656 width : 14px;
657 line-height : 14px;
86edc737 658 font-size : 9px;
a740f4b5
AD
659 display : inline-block;
660 border : 1px solid black;
661 background-color : #fff7d5;
662 color : #063064;
663 text-align : center;
664 margin-right : 2px;
665}
666
fb8b2153
AD
667span.labelColorIndicator2 {
668 height : 14px;
669 width : 14px;
86edc737 670 font-size : 9px;
fb8b2153
AD
671 display : inline-block;
672 border : 1px solid black;
673 background-color : #fff7d5;
674 color : #063064;
675 text-align : center;
676 margin-right : 2px;
677 vertical-align : bottom;
678}
679
78935092
AD
680div#cmdline {
681 position : absolute;
682 left : 5px;
683 bottom : 5px;
684 font-size : 11px;
685 color : gray;
686 font-weight : bold;
687 background-color : white;
688 border : 1px solid #88b0f0;
689 padding : 3px 5px 3px 5px;
690 z-index : 5;
691}
f4280bdd
AD
692
693#feed_browser_spinner {
694 vertical-align : middle;
695 height : 18px;
696 width : 18px;
697}
37e93d6c 698
8cc5e965
AD
699div.hlTitle {
700 display : table-cell;
701 cursor : pointer;
702 width : 100%;
703 vertical-align : middle;
704 padding-top : 4px;
705 padding-bottom : 4px;
a0f98bbf
AD
706}
707
8cc5e965
AD
708div.hlLeft {
709 display : table-cell;
710 vertical-align : middle;
711 white-space: nowrap;
ad491d75
AD
712}
713
8cc5e965
AD
714div.hlRight {
715 display : table-cell;
716 white-space: nowrap;
717 text-align : right;
718 vertical-align : middle;
ad491d75
AD
719}
720
fcf70c51
AD
721div.hlRight img {
722 max-width : 16px;
723 max-height : 16px;
724}
725
8cc5e965
AD
726span.hlUpdated {
727 color : gray;
6edeede3
AD
728 min-width : 100px;
729 display : table-cell;
730 width : 100%;
731 vertical-align : middle;
6edeede3 732 text-align : right;
e17e99fb 733 font-size : 10px;
577399e8
AD
734}
735
f947467a
AD
736div.hlLeft {
737 padding-left : 8px;
738}
739
8cc5e965
AD
740div.hlLeft input {
741 margin-left : 4px;
742 margin-right : 4px;
ad491d75
AD
743}
744
8cc5e965
AD
745div.hlLeft img, div.hlRight img {
746 margin : 0px 4px 0px 4px;
cb1a012b 747}
8cc5e965 748
cb1a012b
AD
749div.hlLeft img {
750 width : 16px;
751 height : 16px;
8cc5e965 752}
31a53903 753
ba083651
AD
754div.fatalError {
755 margin-bottom : 10px;
756}
951906dc
AD
757
758div.fatalError button {
759 margin-top : 5px;
760}
761
762div.fatalError textarea {
763 width : 100%;
764 height : 100px;
765}
2f01fe57
AD
766
767#main {
768 border-width : 0px;
6e4f4ce1
AD
769 margin : 0px;
770 padding : 0px;
771}
772
2b25b79d
AD
773#header-wrap {
774 border-width : 0px;
775 margin : 0px;
776 padding : 0px;
777}
778
6e4f4ce1
AD
779#content-wrap {
780 padding : 0px;
2d1282d4 781 border-width : 0px 0px 1px 1px;
38325ad6
AD
782 border-style : solid;
783 border-color : #c0c0c0;
2d1282d4 784 margin : 0px;
2f01fe57
AD
785}
786
787#feeds-holder {
788 padding : 0px;
05aab603 789 border-color : #c0c0c0;
fcf70c51
AD
790 border-left-width : 0px;
791 border-bottom-width : 0px;
2b25b79d 792 border-top-width : 0px;
c3b06333 793 overflow : auto;
2f01fe57
AD
794}
795
6e4f4ce1
AD
796#headlines-wrap-inner {
797 padding : 0px;
798 margin : 0px;
799 border-width : 0px;
800}
801
2f01fe57
AD
802#headlines-frame {
803 padding : 0px;
05aab603 804 border-color : #c0c0c0;
6f3976c9 805 border-left-width : 0px;
fcf70c51 806 border-right-width : 0px;
0ce61157
AD
807 margin-top : 0px;
808 border-top-width : 0px;
809}
810
d4eebd8b 811#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 812 display : none;
2f01fe57
AD
813}
814
6f3976c9 815#toolbar {
f8ce21fc 816 padding : 0px;
6e4f4ce1 817 margin : 0px;
2f01fe57 818 border-width : 0px;
6e4f4ce1 819 white-space: nowrap;
1354d172 820 font-size : 11px;
2f01fe57
AD
821}
822
823#header {
2f01fe57 824 border-width : 0px;
2b25b79d
AD
825 text-align : right;
826 color : gray;
827 padding : 5px 5px 0px 0px;
828 margin : 0px;
829 position : absolute;
830 right : 0px;
831 top : 0px;
832 z-index : 5;
2f01fe57
AD
833}
834
835#footer {
836 text-align : center;
837 color : gray;
d62796de 838 padding : 4px 4px 8px 4px;
2f01fe57
AD
839 border-width : 0px;
840}
6e4f4ce1
AD
841
842#content-insert {
843 padding : 0px;
05aab603 844 border-color : #c0c0c0;
fcf70c51
AD
845 border-bottom-width : 0px;
846 border-right-width : 0px;
6f3976c9 847 border-left-width : 0px;
b93ad1e1 848 overflow : auto;
6e4f4ce1 849}
13e785e0
AD
850
851.dijitTreeLabel.Unread {
852 font-weight : bold;
853}
854
1644304f
AD
855.feedParam {
856 color : gray;
857 float : right;
858 margin-right : 1em;
859}
860
da46d21e
AD
861.labelParam {
862 float : right;
863 margin-right : 1em;
864}
865
a740f4b5
AD
866.dijitTreeLabel.Disabled, .labelParam.Disabled {
867 color : gray;
868}
869
fcf70c51
AD
870.dijitTreeRow.Error {
871 color : red;
872}
13e785e0 873
fcf70c51
AD
874.dijitTreeRow.Hidden {
875 display : none;
876}
2ef5c21f 877
8e289ca1 878img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
879 width : 16px;
880 height : 16px;
7c9f819f 881 vertical-align : middle;
dc544c94 882 display : inline-block;
2ef5c21f 883}
9c99281f 884
7ce0ea28
AD
885.dijitDialog .dijitToolbar {
886 border : 1px solid #c0c0c0;
887}
d2d75353 888
fcef9eea
AD
889.dijitDialog h2 {
890 margin-top : 0px;
891 margin-bottom : 4px;
892 border-width : 0px;
893}
894
c3edc667
AD
895.player {
896 display : inline-block;
897 color : gray;
898 font-size : 11px;
899 font-family : sans-serif;
900 border : 1px solid gray;
901 padding : 0px 4px 0px 4px;
902 margin : 0px 2px 0px 2px;
903 width : 50px;
904 text-align : center;
905 background : white;
906}
f820f205 907
c3edc667
AD
908.player.playing {
909 color : #00c000;
910 border-color : #00c000;
911}
912
913.player:hover {
914 background : #f0f0f0;
915 cursor : pointer;
916}
88e4e597 917
18eb64a8
AD
918#headlines-spacer {
919 height : 100%;
920 margin-left : 1px;
921 text-align : center;
922 padding : 1em;
923 color : gray;
924}
56fbb82c 925
6aff7845
AD
926ul#filterDlg_Matches, ul#filterDlg_Actions {
927 max-height : 100px;
928 overflow : auto;
929 list-style-type : none;
930 border-style : solid;
931 border-color : #c0c0c0;
932 border-width : 0px 1px 1px 1px;
933 background-color : #ecf4ff;
934 margin : 0px 0px 5px 0px;
935 padding : 0px;
936}
937
938ul#filterDlg_Matches li, ul#filterDlg_Actions li {
939 cursor : pointer;
04e41840
AD
940 padding : 0px 0px 0px 5px;
941}
942
943ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
944 margin-right : 5px;
6aff7845 945}
65d1e250 946
b8cb4d08
AD
947ul.helpKbList {
948 max-height : 300px;
949 overflow : auto;
950 list-style-type : none;
951 border : 1px solid #c0c0c0;
952 background-color : #ecf4ff;
953 margin : 0px 0px 5px 0px;
954 padding : 5px;
955}
956
957ul.helpKbList span.hksequence {
958 width : 6em;
959 margin-left : 20px;
960 color : #88b0f0;
961 font-weight : bold;
962 display : inline-block;
963}
964
965ul.helpKbList h2 {
966 margin-top : 0px;
967}
a122b507
AD
968
969.dijitTreeNode .loadingNode {
970 margin-left : 3px;
5973c74c 971 height : 9px;
a122b507 972}
414191d4
AD
973
974span.collapseBtn {
975 cursor : pointer;
976}
54bc5594
AD
977
978div.postContent p {
979 max-width : 650px;
980}
b5d4716a 981
922bfe73
AD
982div.postContent iframe {
983 min-width : 50%;
984}
11bd95b4
AD
985
986div.postHeader span.author {
987 color : gray;
988 font-size : 11px;
d080678c 989 font-weight : normal;
11bd95b4 990}
b87a625c
AD
991
992body#ttrssZoom {
993 margin-left : auto;
994 margin-right : auto;
52039010 995 padding : 2em;
8c82001b 996 max-width : 800px;
b87a625c
AD
997 background : #f0f0f0;
998}
999
8c82001b
AD
1000body#ttrssZoom div.postContent p {
1001 max-width : 650px;
1002}
1003
1004body#ttrssZoom div.postReply {
1005 border : 1px solid #ccc;
8c82001b
AD
1006 box-shadow : 0px 0px 3px #ccc;
1007}
1008
b7a6e754 1009body#ttrssZoom div.postContent {
b87a625c
AD
1010 background-color : white;
1011}
1012
1013body#ttrssZoom div.footer {
1014 margin-top : 1em;
1015 text-align : center;
1016}
d2f3467b 1017
a6e3554e
AD
1018body#ttrssZoom div.postContent img {
1019 max-width : 650px;
542c563c 1020 height : auto;
a6e3554e
AD
1021}
1022
bf6df236
AD
1023select.attachments {
1024 display : block;
255b0f65
AD
1025 margin-top : 10px;
1026 max-width : 120px;
bf6df236 1027}
67b9d740 1028
a7c0e150
AD
1029div.hl.active {
1030 border-color : #88b0f0;
1031}
1032
e43a9c4a
AD
1033#selected_prompt {
1034 margin-right : 25px;
1035}
2cf3500e 1036
75933cf0 1037#feedTree .dijitTreeRow, #feedTree .dijitFocused {
2cf3500e
AD
1038 padding : 1px 0px 1px;
1039 border-width : 1px;
1040 border-color : transparent;
1041}
1042
75933cf0
AD
1043#feedTree .dijitTreeNode {
1044 padding : 0px;
1045 border-width : 0px;
1046}
1047
2cf3500e
AD
1048#feedTree {
1049 height : 100%;
1050 overflow-x : hidden;
1051}
8d4b5b46
AD
1052
1053#feedTree span.counterNode {
8d4b5b46
AD
1054 font-weight : bold;
1055 display : inline-block;
1056 font-size : 9px;
1057 text-align : center;
1058 border : 1px solid #88b0f0;
1059 color : white;
1060 background : #88b0f0;
1061 border-radius : 4px;
1062 padding : 0px 4px 0px 4px;
1063 vertical-align : middle;
1064}
1065