]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
improve contrast a bit
[tt-rss.git] / css / 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;
17809d7c
AD
6 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7 font-size: 14px;
1cd17194
AD
8}
9
64029210
AD
10body#ttrssPrefs {
11 background-color : #ecf4ff;
12}
13
14body#ttrssPrefs #footer, body#ttrssPrefs #header {
a1f4151e 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
e828e31e 24div.postReply div.postHeader {
1c3187cf 25 padding : 5px;
ea55c93c 26 margin-right : 4px;
64ab16ac 27 color : #909090;
752b3f64 28 background : #f5f5f5;
ea55c93c
AD
29 border-width : 1px;
30 border-color : #eee;
31 border-style : solid;
96b58583
AD
32}
33
c6c010d9
AD
34div.postReply div.postTitle {
35 overflow : hidden;
5f938254 36 text-overflow: ellipsis;
c6c010d9
AD
37 white-space : nowrap;
38}
39
40div.postReply div.postDate {
41 padding-left : 10px;
42}
43
e828e31e 44div.postReply div.postContent {
e5d758e3 45 padding : 10px;
f0601b87
AD
46}
47
f325d942
AD
48div.postReply div.postContent img {
49 border-width : 0px;
762c9064 50 max-width : 98%;
2eee8544 51 height: auto;
f325d942
AD
52}
53
ce53e200 54div.postReply div.postEnclosures {
ce53e200 55 margin-top : 1em;
81aa9e2b 56 color : #555;
ce53e200
AD
57}
58
5f014cf1
AD
59div.postReply img.tagsPic {
60 width : 16px;
61 height : 16px;
c7e51de1 62 margin-left : 4px;
5f014cf1
AD
63 vertical-align : middle;
64}
65
c7e51de1
AD
66div.articleNote {
67 background-color : #fff7d5;
c7e51de1 68 padding : 5px;
5e49db8d
AD
69 margin : 5px;
70 border-style : solid;
c7e51de1 71 border-color : #e7d796;
fcfa9ef1
AD
72 border-width : 1px;
73 background-color : #fff7d5;
c7e51de1 74 color : #9a8c59;
fcfa9ef1
AD
75}
76
77div.articleNote div.noteEdit {
78 float : right;
79 cursor : pointer;
c7e51de1
AD
80}
81
06202d88 82div.postReply span.author {
ae096313 83 font-size : 12px;
06202d88 84}
5f014cf1 85
e828e31e 86h1 {
442a9b8c 87 font-size : 18px;
f0601b87
AD
88}
89
e828e31e 90h2 {
442a9b8c 91 font-size : 16px;
e5d758e3
AD
92 font-weight : bold;
93 border-width : 0px 0px 1px 0px;
94 border-style : solid;
95 border-color : #ecf4ff;
1cd17194
AD
96}
97
f5a50b25 98h3 {
ae096313 99 font-size : 12px;
e5d758e3
AD
100 font-weight : bold;
101 border-width : 0px 0px 1px 0px;
102 border-style : solid;
103 border-color : #ecf4ff;
f5a50b25
AD
104}
105
e828e31e 106hr {
e5d758e3 107 border-width : 0px 0px 1px 0px;
14c53e4e 108 border-style : solid;
d44f3da4 109 border-color : #ccc;
e828e31e 110}
67824557 111
e828e31e 112a {
2a868b6b 113 color : #4684ff;
e5d758e3 114 text-decoration : none;
1cd17194
AD
115}
116
e828e31e 117a:hover {
2a868b6b 118 color : #88b0f0;
9b307248
AD
119}
120
e828e31e 121#piggie {
d437c8cf 122 z-index : 999;
e5d758e3 123 position : absolute;
9b307248
AD
124}
125
f407c086 126#notify {
95437e9e 127 bottom : 10px;
3e008206 128 right : 20px;
919984a4 129 border-width : 1px;
f407c086 130 border-style : solid;
0ceded7a 131 position : absolute;
95437e9e 132 font-size : 12px;
fcc36744 133 z-index : 99;
5973c74c
AD
134 max-width : 200px;
135 min-width : 100px;
919984a4 136 padding : 5px;
5973c74c 137 -width : 200px;
1cd17194
AD
138}
139
0d32b41e
AD
140#notify img {
141 vertical-align : middle;
95437e9e
AD
142 max-height : 14px;
143}
144
145#notify span.msg {
146 width : 100%;
147}
148
149#notify span.close {
150 text-align : right;
151}
152
153#notify span {
154 display : table-cell;
155 vertical-align : middle;
156 padding : 4px;
0d32b41e
AD
157}
158
919984a4 159.notify {
42c32916
AD
160 border-color : #d7c47a;
161 background-color : #fff7d5;
42c32916
AD
162}
163
919984a4 164.notify.progress {
f407c086
AD
165 border-color : #d7c47a;
166 background-color : #fff7d5;
f407c086
AD
167}
168
919984a4
AD
169.notify.info {
170 border-color : #88b0f0;
171 background-color : #ecf4ff;
172}
173
174.notify.error {
f407c086
AD
175 background-color : #ffcccc;
176 border-color : #ff0000;
f407c086
AD
177}
178
14c53e4e 179.hl div.hlTitle a {
f820f205 180 font-weight : bold;
8605ad4d 181 color : #777;
14c53e4e
AD
182}
183
184.hl.Unread div.hlTitle a {
185 color : black;
186}
187
188.hl.active div.hlTitle a {
189 color : #4684ff;
9e14c591
AD
190 text-shadow : 1px 1px 2px #fff;
191}
192
193.hl.Selected {
194 background : #f9fbff;
f820f205
AD
195}
196
8d090a91 197.hl.Grayed {
e5d758e3 198 color : #909090;
b7f4bda2
AD
199}
200
a7c0e150 201.hl {
14c53e4e 202 border-width : 0px 0px 1px 0px;
dc803347 203 border-style : solid;
d44f3da4 204 border-color : #eee;
ac43eba1 205}
a2015351 206
a7c0e150
AD
207.hl.active {
208 background : #ecf4ff ! important;
f28b542c
AD
209}
210
f820f205 211div.filterTestHolder {
bec2ecd9 212 height : 300px;
9c483746 213 overflow : auto;
a1f4151e 214 border-color : #eee;
a8328019
AD
215 border-style : solid;
216 margin : 0px 0px 5px 0px;
752b3f64 217 background-color : #f5f5f5;
f127eacb 218 border-width : 1px;
e1218480
AD
219}
220
f820f205 221
5f8b2573 222#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
18bfbb0c 223 margin : 5px 0px 5px 0px;
81aa9e2b 224 color : #555;
45a4531f
AD
225 padding-left : 10px;
226 border-width : 0px 0px 0px 4px;
a1f4151e 227 border-color : #ccc;
083020ad 228 border-style : solid;
7dc66a61 229}
e2f8f7b4 230
5f8b2573 231#content-insert code, #headlines-frame code, .dijitContentPane code {
8bebe198 232 color : #009900;
48a8d154 233 font-family : monospace;
48a8d154 234 font-size : 12px;
8bebe198
AD
235}
236
237#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
238 margin : 5px 0px 5px 0px;
239 padding : 10px;
81aa9e2b 240 color : #555;
8bebe198
AD
241 font-family : monospace;
242 font-size : 12px;
243 border-width : 0px;
a1f4151e 244 border-color : #ccc;
8bebe198 245 border-style : solid;
752b3f64 246 background : #f5f5f5;
8bebe198 247 display : block;
526f6906
AD
248 max-width : 98%;
249 overflow : auto;
48a8d154
AD
250}
251
6deafe90
AD
252div.notice, div.warning, div.error {
253 padding : 4px 10px 4px 4px;
254 display : inline-block;
fcef9eea 255 margin : 2px 0px 4px 0px;
0f2c4755 256 font-size : 12px;
bb660dca
AD
257 border-style : solid;
258 border-color : #ccc;
bb660dca 259 border-width : 1px;
6deafe90
AD
260}
261
fcef9eea
AD
262div.notice div.inner, div.warning div.inner, div.error div.inner {
263 vertical-align : middle;
264}
265
0d32b41e 266div.notice {
6deafe90 267 background : #ecf4ff;
bb660dca 268 border-color : #88b0f0;
0d32b41e
AD
269}
270
ab3d0b99 271div.warning {
e5d758e3 272 background : #fff7d5;
5e49db8d 273 border-color : #e7d796;;
1b74062f
AD
274}
275
84916243 276div.error {
84916243 277 background : #ffcccc;
bb660dca 278 border-color : #ff0000;
6deafe90
AD
279}
280
281div.warning img, div.notice img, div.error img {
2f20dd58 282 margin : 4px;
6deafe90 283 vertical-align : middle;
3c200461
AD
284}
285
286div.warning span, div.notice span, div.error span {
6d9426fe 287 display : table-cell;
3c200461
AD
288 vertical-align : middle;
289
84916243
AD
290}
291
ab3d0b99 292ul.nomarks {
e5d758e3
AD
293 list-style-type : none;
294 margin : 0px;
295 padding : 10px;
ab3d0b99
AD
296}
297
b7ade39d 298div.prefHelp {
81aa9e2b 299 color : #555;
abe4d057 300 padding : 5px;
8cb74804
AD
301}
302
746dcf42 303.insensitive {
81aa9e2b 304 color : #555;
bca02305 305}
afb7a1d6 306
1bffd106
AD
307#main-toolbar > * {
308 white-space : nowrap;
309 display : table-cell;
310 color : #999;
0e2d03a7 311 font-family : "Segoe UI", Tahoma, sans-serif;
8b27182a
AD
312}
313
1bffd106
AD
314#main-toolbar #headlines-toolbar {
315 padding-right : 4px;
316 width : 100%;
317}
318
319#main-toolbar #headlines-toolbar span.holder {
320 display : table;
321 width : 100%;
fcf70c51
AD
322}
323
1bffd106
AD
324#main-toolbar #headlines-toolbar span.holder > * {
325 display : table-cell;
326}
327
328#main-toolbar #headlines-toolbar .main {
fcf70c51 329 text-align : right;
1bffd106
AD
330}
331
332#headlines-toolbar span.r img {
333 margin-right : 4px;
334 position : relative;
335 top : 3px;
336}
f1080825 337
1a545dcb 338#headlines-toolbar span.r .error a {
f1080825 339 color : red;
1a545dcb 340}
f1080825 341
1bffd106
AD
342#main-toolbar #selected_prompt {
343 font-style : italic;
ea55c93c
AD
344 text-align : right;
345 margin-right : 4px;
c1c9df00
AD
346}
347
591c396d 348span.contentPreview {
9e14c591 349 color : #999;
e5d758e3 350 font-weight : normal;
9e14c591 351 text-shadow : 1px 1px 2px #fff;
f8900c31 352 font-size : 11px;
0f172fff
AD
353}
354
8cc5e965 355span.hlLabelRef {
e2549229 356 background-color : #fff7d5;
86edc737 357 font-size : 8px;
e2549229
AD
358 color : #063064;
359 font-weight : normal;
48e5a756
AD
360 margin-left : 2px;
361 padding : 1px 4px 1px 4px;
362 display : inline-block;
363 vertical-align : middle;
e2549229 364 white-space: nowrap;
d44f3da4 365 border-radius : 4px;
e2549229
AD
366}
367
b810a0f1 368div.postHeader div.postDate {
e5d758e3 369 text-align : right;
f035e6dc 370 color : #909090;
b810a0f1 371 float : right;
9167e250 372}
36aab70f 373
b810a0f1
AD
374div.postHeader div {
375 padding-bottom : 3px;
ed51e128
AD
376}
377
36aab70f 378#feedUpdateErrors {
e5d758e3 379 display : none;
36aab70f
AD
380}
381
42918a07 382#allEntryTags {
e5d758e3
AD
383 border-width : 0px 0px 1px 0px;
384 border-style : solid;
a1f4151e 385 border-color : #eee;
e5d758e3
AD
386 padding-bottom : 5px;
387 display : none;
42918a07 388}
13ce14e8 389
d3103484
AD
390a.hlFeed {
391 display : block;
392 white-space : nowrap;
393 font-size : 9px;
e17e99fb
AD
394 font-style : italic;
395 font-weight : normal;
d3103484
AD
396 display : inline-block;
397 padding : 1px 2px 1px 2px;
398 margin-bottom : 2px;
399 margin-top : 2px;
81aa9e2b 400 color : #555;
df456bb0
AD
401}
402
d3103484 403a.hlFeed: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 {
a1f4151e 413 border : 1px solid #eee;
752b3f64 414 background-color : #f5f5f5;
0979b696 415 margin : 5px 0px 5px 0px;
9e6427ab 416 padding : 5px;
0979b696
AD
417 text-align : center;
418}
419
73495fd1 420div.errorExplained {
a1f4151e 421 border : 1px solid #eee;
752b3f64 422 background-color : #f5f5f5;
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;
a1f4151e 431 border : 1px solid #eee;
752b3f64 432 background-color : #f5f5f5;
e8dd519b 433 margin : 0px 0px 5px 0px;
bec2ecd9 434 padding : 5px;
e8dd519b
AD
435}
436
f81b6815 437ul.feedErrorsList em {
81aa9e2b 438 color : #555;
f81b6815
AD
439}
440
f9cb39ac 441ul.browseFeedList {
e5d758e3
AD
442 height : 300px;
443 overflow : auto;
a8328019 444 border-width : 0px 1px 1px 1px;
a1f4151e 445 border-color : #eee;
a8328019 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 508
33b8cab4
AD
509div.loadingPrompt {
510 padding : 1em;
511 text-align : center;
512 font-weight : bold;
513}
514
9251df44 515div.whiteBox {
9251df44 516 margin-left : 1px;
abbe0154 517 text-align : center;
b6adf039 518 padding : 1em;
9251df44
AD
519}
520
05fcdf52
AD
521div.autocomplete {
522 position : absolute;
523 width : 250px;
524 background-color : white;
525 border :1px solid #778899;
526 margin : 0px;
527 padding : 0px;
528}
529
530div.autocomplete ul {
531 list-style-type : none;
532 margin : 0px;
533 padding : 0px;
534}
535
536div.autocomplete ul li.selected {
537 background-color : #fff7d5;
538}
539
540div.autocomplete ul li {
541 list-style-type : none;
542 display : block;
543 margin : 0;
544 padding : 2px;
545 height : 32px;
546 cursor : pointer;
547}
548
ffc21d2b
AD
549.hlTitle {
550 overflow : hidden;
551 white-space : nowrap;
552 max-width : 500px;
553 text-overflow : ellipsis;
554}
555
15a82901
AD
556div#headlines-frame.wide .hlTitle {
557 max-width : auto;
558 overflow : visible;
559 white-space : normal;
560}
561
4b7ebe93
AD
562.hl a.title.high, span.hlContent.high .contentPreview {
563 color : #00aa00;
546499a9 564}
4b7ebe93
AD
565.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
566 color : #00dd00;
5daa24f2
AD
567}
568
4b7ebe93
AD
569.hl a.title.low, span.hlContent.low .contentPreview,
570.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
5daa24f2
AD
571 color : #909090;
572 text-decoration : line-through;
573}
574
575img.hlScorePic {
576 vertical-align : middle;
577 width : 16px;
578 height : 16px;
579}
580
10fa6615 581div.dlgSec {
ae096313 582 font-size : 12px;
81aa9e2b 583 color : #555;
10fa6615
AD
584 font-weight : bold;
585 clear : both;
586 height : 20px;
587}
588
589div.dlgSecCont {
590 position : relative;
591 left : 150px;
592 top : -20px;
593 float : left;
ae096313 594 font-size : 12px;
baa2db9f 595 font-weight : normal;
d90868d7
AD
596}
597
bcf5ed46
AD
598div.dlgSecCont hr {
599 height : 0px;
600 line-height : 0px;
601 border : 0px solid transparent;
602 margin : 2px;
603}
604
d90868d7 605div.dlgSecCont > * {
bcf5ed46
AD
606 position : relative;
607 top : -2px;
10fa6615
AD
608}
609
610div.dlgButtons {
611 text-align : right;
612 clear : both;
613}
614
a740f4b5 615span.labelColorIndicator {
2f20dd58
AD
616 height : 16px;
617 width : 16px;
618 border-radius : 4px;
a740f4b5 619 line-height : 14px;
2f20dd58 620 vertical-align : middle;
86edc737 621 font-size : 9px;
a740f4b5 622 display : inline-block;
2f20dd58 623 border : 1px solid #ccc;
fb8b2153
AD
624 background-color : #fff7d5;
625 color : #063064;
626 text-align : center;
fb8b2153
AD
627}
628
78935092
AD
629div#cmdline {
630 position : absolute;
631 left : 5px;
632 bottom : 5px;
633 font-size : 11px;
81aa9e2b 634 color : #555;
78935092
AD
635 font-weight : bold;
636 background-color : white;
637 border : 1px solid #88b0f0;
638 padding : 3px 5px 3px 5px;
639 z-index : 5;
640}
f4280bdd
AD
641
642#feed_browser_spinner {
643 vertical-align : middle;
644 height : 18px;
645 width : 18px;
646}
37e93d6c 647
8cc5e965
AD
648div.hlTitle {
649 display : table-cell;
650 cursor : pointer;
651 width : 100%;
652 vertical-align : middle;
653 padding-top : 4px;
654 padding-bottom : 4px;
a0f98bbf
AD
655}
656
8cc5e965
AD
657div.hlLeft {
658 display : table-cell;
659 vertical-align : middle;
660 white-space: nowrap;
ad491d75
AD
661}
662
8cc5e965
AD
663div.hlRight {
664 display : table-cell;
665 white-space: nowrap;
666 text-align : right;
667 vertical-align : middle;
ad491d75
AD
668}
669
fcf70c51
AD
670div.hlRight img {
671 max-width : 16px;
672 max-height : 16px;
673}
674
8cc5e965 675span.hlUpdated {
81aa9e2b 676 color : #555;
6edeede3
AD
677 min-width : 100px;
678 display : table-cell;
679 width : 100%;
680 vertical-align : middle;
6edeede3 681 text-align : right;
e17e99fb 682 font-size : 10px;
577399e8
AD
683}
684
f947467a
AD
685div.hlLeft {
686 padding-left : 8px;
687}
688
8cc5e965
AD
689div.hlLeft input {
690 margin-left : 4px;
691 margin-right : 4px;
ad491d75
AD
692}
693
8cc5e965 694div.hlLeft img, div.hlRight img {
0e70e4a4 695 margin : 0px 4px;
cb1a012b 696}
8cc5e965 697
cb1a012b
AD
698div.hlLeft img {
699 width : 16px;
700 height : 16px;
8cc5e965 701}
31a53903 702
ba083651
AD
703div.fatalError {
704 margin-bottom : 10px;
705}
951906dc
AD
706
707div.fatalError button {
708 margin-top : 5px;
709}
710
711div.fatalError textarea {
712 width : 100%;
713 height : 100px;
714}
2f01fe57 715
c068b98b 716#ttrssMain #main {
2f01fe57 717 border-width : 0px;
6e4f4ce1
AD
718 margin : 0px;
719 padding : 0px;
720}
721
2b25b79d
AD
722#header-wrap {
723 border-width : 0px;
724 margin : 0px;
725 padding : 0px;
726}
727
6e4f4ce1
AD
728#content-wrap {
729 padding : 0px;
a1f4151e 730 border-width : 0px;
38325ad6 731 border-style : solid;
a1f4151e 732 border-color : #eee;
2d1282d4 733 margin : 0px;
2f01fe57
AD
734}
735
736#feeds-holder {
737 padding : 0px;
d44f3da4
AD
738 border-width : 0px 1px 0px 0px;
739 border-style : solid;
740 border-color : #eee;
654532b7 741 overflow : hidden;
752b3f64 742 background : #f5f5f5;
2f01fe57
AD
743}
744
6e4f4ce1
AD
745#headlines-wrap-inner {
746 padding : 0px;
747 margin : 0px;
748 border-width : 0px;
749}
750
2f01fe57
AD
751#headlines-frame {
752 padding : 0px;
d728015d 753 border-color : #eee;
d34a32a8
AD
754 border-style : solid;
755 border-width : 0px;
0ce61157 756 margin-top : 0px;
0ce61157
AD
757}
758
d4eebd8b 759#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 760 display : none;
2f01fe57
AD
761}
762
6f3976c9 763#toolbar {
f8ce21fc 764 padding : 0px;
6e4f4ce1 765 margin : 0px;
2f01fe57 766 border-width : 0px;
6e4f4ce1 767 white-space: nowrap;
17809d7c 768 font-size : 12px;
d44f3da4
AD
769}
770
771#main-toolbar {
752b3f64 772 background : white;
ea55c93c
AD
773 border-width : 0px 0px 1px 1px;
774 border-color : #eee;
775 border-style : solid;
776 padding-left : 4px;
777 height : 26px;
778
2f01fe57
AD
779}
780
781#header {
2f01fe57 782 border-width : 0px;
2b25b79d 783 text-align : right;
81aa9e2b 784 color : #555;
2b25b79d
AD
785 padding : 5px 5px 0px 0px;
786 margin : 0px;
787 position : absolute;
788 right : 0px;
789 top : 0px;
790 z-index : 5;
2f01fe57
AD
791}
792
793#footer {
794 text-align : center;
81aa9e2b 795 color : #555;
d62796de 796 padding : 4px 4px 8px 4px;
2f01fe57
AD
797 border-width : 0px;
798}
6e4f4ce1
AD
799
800#content-insert {
801 padding : 0px;
d44f3da4 802 border-color : #eee;
d728015d 803 border-width : 0px;
17809d7c 804 line-height: 20px;
b93ad1e1 805 overflow : auto;
6e4f4ce1 806}
13e785e0 807
e21ea11c 808#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
13e785e0
AD
809 font-weight : bold;
810}
811
e21ea11c
AD
812#feedTree .dijitTreeRow.Error .dijitTreeLabel {
813 color : red;
814}
815
a1f4151e 816.claro .dijitTreeLabel {
4128abee
AD
817 outline : 0;
818}
819
1644304f 820.feedParam {
81aa9e2b 821 color : #555;
1644304f
AD
822 float : right;
823 margin-right : 1em;
824}
825
da46d21e
AD
826.labelParam {
827 float : right;
828 margin-right : 1em;
829}
830
a740f4b5 831.dijitTreeLabel.Disabled, .labelParam.Disabled {
81aa9e2b 832 color : #555;
a740f4b5
AD
833}
834
fcf70c51
AD
835.dijitTreeRow.Error {
836 color : red;
837}
13e785e0 838
fcf70c51
AD
839.dijitTreeRow.Hidden {
840 display : none;
841}
2ef5c21f 842
8e289ca1 843img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
844 width : 16px;
845 height : 16px;
2f20dd58 846 line-height : 16px;
7c9f819f 847 vertical-align : middle;
dc544c94 848 display : inline-block;
2ef5c21f 849}
9c99281f 850
19baecc6
AD
851.dijitToolbar {
852 text-shadow : 1px 1px 2px #fff;
853}
854
855.dijitAccordionTitleFocus {
856 text-shadow : 1px 1px 2px #fff;
857}
858
7ce0ea28 859.dijitDialog .dijitToolbar {
a1f4151e 860 border : 1px solid #eee;
7ce0ea28 861}
d2d75353 862
fcef9eea
AD
863.dijitDialog h2 {
864 margin-top : 0px;
865 margin-bottom : 4px;
866 border-width : 0px;
867}
868
c3edc667
AD
869.player {
870 display : inline-block;
81aa9e2b 871 color : #555;
c3edc667
AD
872 font-size : 11px;
873 font-family : sans-serif;
81aa9e2b 874 border : 1px solid #555;
c3edc667
AD
875 padding : 0px 4px 0px 4px;
876 margin : 0px 2px 0px 2px;
877 width : 50px;
878 text-align : center;
879 background : white;
880}
f820f205 881
c3edc667
AD
882.player.playing {
883 color : #00c000;
884 border-color : #00c000;
885}
886
887.player:hover {
888 background : #f0f0f0;
889 cursor : pointer;
890}
88e4e597 891
18eb64a8
AD
892#headlines-spacer {
893 height : 100%;
894 margin-left : 1px;
895 text-align : center;
896 padding : 1em;
81aa9e2b 897 color : #555;
18eb64a8 898}
56fbb82c 899
d44f3da4 900
6aff7845
AD
901ul#filterDlg_Matches, ul#filterDlg_Actions {
902 max-height : 100px;
903 overflow : auto;
904 list-style-type : none;
905 border-style : solid;
a1f4151e 906 border-color : #eee;
6aff7845 907 border-width : 0px 1px 1px 1px;
752b3f64 908 background-color : #f5f5f5;
6aff7845
AD
909 margin : 0px 0px 5px 0px;
910 padding : 0px;
911}
912
913ul#filterDlg_Matches li, ul#filterDlg_Actions li {
914 cursor : pointer;
04e41840
AD
915 padding : 0px 0px 0px 5px;
916}
917
918ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
919 margin-right : 5px;
6aff7845 920}
65d1e250 921
b8cb4d08
AD
922ul.helpKbList {
923 max-height : 300px;
924 overflow : auto;
925 list-style-type : none;
a1f4151e 926 border : 1px solid #eee;
752b3f64 927 background-color : #f5f5f5;
b8cb4d08
AD
928 margin : 0px 0px 5px 0px;
929 padding : 5px;
930}
931
932ul.helpKbList span.hksequence {
933 width : 6em;
934 margin-left : 20px;
935 color : #88b0f0;
936 font-weight : bold;
937 display : inline-block;
938}
939
940ul.helpKbList h2 {
941 margin-top : 0px;
942}
a122b507
AD
943
944.dijitTreeNode .loadingNode {
945 margin-left : 3px;
5973c74c 946 height : 9px;
a122b507 947}
414191d4
AD
948
949span.collapseBtn {
950 cursor : pointer;
951}
54bc5594
AD
952
953div.postContent p {
954 max-width : 650px;
ac57b9dd
AD
955 -webkit-hyphens: auto;
956 -moz-hyphens: auto;
957 hyphens: auto;
54bc5594 958}
b5d4716a 959
922bfe73
AD
960div.postContent iframe {
961 min-width : 50%;
962}
11bd95b4
AD
963
964div.postHeader span.author {
81aa9e2b 965 color : #555;
11bd95b4 966 font-size : 11px;
d080678c 967 font-weight : normal;
11bd95b4 968}
b87a625c
AD
969
970body#ttrssZoom {
971 margin-left : auto;
972 margin-right : auto;
dcab541d 973 padding : 20px;
f035e6dc 974 max-width : 670px;
dcab541d 975 background : #f9fbff;
b87a625c
AD
976}
977
ff04fe06
AD
978body#ttrssZoom div.postHeader div.postFeedTitle {
979 float : left;
980 text-align : right;
981 padding-left : 0px;
982 font-size : 10px;
983}
984
985body#ttrssZoom div.postHeader a.postComments {
986 text-align : right;
987 padding-left : 0px;
988 font-size : 10px;
989}
990
f035e6dc
AD
991body#ttrssZoom div.postHeader div.postDate {
992 float : none;
d2d6c8db 993 text-align : right;
f035e6dc
AD
994 padding-left : 0px;
995 color : #777;
996 font-size : 10px;
997}
998
d2d6c8db
AD
999body#ttrssZoom div.postHeader div.postTags {
1000 color : #777;
1001 font-size : 10px;
1002}
1003
22e2ea41
AD
1004body#ttrssZoom div.postHeader div.postTitle {
1005 white-space : normal;
1006}
1007
8c82001b
AD
1008body#ttrssZoom div.postContent p {
1009 max-width : 650px;
ac57b9dd
AD
1010 -webkit-hyphens: auto;
1011 -moz-hyphens: auto;
1012 hyphens: auto;
8c82001b
AD
1013}
1014
dcab541d
AD
1015body#ttrssZoom div.postHeader {
1016 margin : 10px;
1017 border : 1px solid #ccc;
dcab541d
AD
1018}
1019
8c82001b
AD
1020body#ttrssZoom div.postReply {
1021 border : 1px solid #ccc;
dcab541d 1022 background : white;
8c82001b
AD
1023}
1024
b7a6e754 1025body#ttrssZoom div.postContent {
dcab541d 1026
b87a625c
AD
1027}
1028
1029body#ttrssZoom div.footer {
1030 margin-top : 1em;
1031 text-align : center;
1032}
d2f3467b 1033
a6e3554e
AD
1034body#ttrssZoom div.postContent img {
1035 max-width : 650px;
542c563c 1036 height : auto;
dcab541d 1037}
a6e3554e 1038
bf6df236
AD
1039select.attachments {
1040 display : block;
255b0f65
AD
1041 margin-top : 10px;
1042 max-width : 120px;
bf6df236 1043}
67b9d740 1044
e43a9c4a
AD
1045#selected_prompt {
1046 margin-right : 25px;
1047}
2cf3500e 1048
2f20dd58
AD
1049#feedTree img.feedIcon {
1050 position : relative;
1051 top : -2px;
1052}
1053
33e2d26b 1054body#ttrssMain #feedTree .dijitTreeRow {
17809d7c 1055 padding : 2px 0px 2px;
cf1cd5a0 1056 height : 22px;
2cf3500e 1057 border-width : 1px;
be95c9d2 1058 color : #333;
2cf3500e
AD
1059}
1060
a1f4151e
AD
1061.claro .dijitTreeRow {
1062 border-color : transparent;
1063}
1064
1065.claro .dijitFolderClosed,
1066.claro .dijitFolderOpened {
f890372a
AD
1067 display : none;
1068}
1069
a1f4151e 1070.claro .dijitTreeNode .dijitCheckBox {
10e1b517
AD
1071 margin-left : 4px;
1072}
1073
a1f4151e 1074.claro .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
f890372a
AD
1075 margin-left : 5px;
1076}
1077
a1f4151e 1078.claro .dijitTree .dijitTreeExpando {
cf1cd5a0
AD
1079 margin-top : 0px;
1080 opacity : 0.6;
1081}
1082
a1f4151e 1083.claro .dijitTreeNode {
75933cf0
AD
1084 padding : 0px;
1085 border-width : 0px;
1086}
1087
33e2d26b 1088body#ttrssMain #feedTree {
2cf3500e
AD
1089 height : 100%;
1090 overflow-x : hidden;
65807ccf 1091 font-family : "Segoe UI", Tahoma, sans-serif;
2cf3500e 1092}
8d4b5b46 1093
a1f4151e 1094body#ttrssMain #feedTree .counterNode.aux {
c594eca0
AD
1095 background : #f0f0f0;
1096 color : #999;
1097 border-color : #f0f0f0;
1098}
1099
a1f4151e 1100body#ttrssMain #feedTree .counterNode {
8d4b5b46
AD
1101 font-weight : bold;
1102 display : inline-block;
1103 font-size : 9px;
1104 text-align : center;
1105 border : 1px solid #88b0f0;
1106 color : white;
1107 background : #88b0f0;
1108 border-radius : 4px;
8d4b5b46 1109 vertical-align : middle;
f5d3c77a 1110 float : right;
39d61109 1111 position : relative;
cf1cd5a0 1112 line-height : 14px;
d44f3da4 1113 margin-right : 8px;
cf1cd5a0 1114 margin-top : 3px;
41bcaef1 1115 min-width : 23px;
cf1cd5a0 1116 height : 14px;
8d4b5b46
AD
1117}
1118
a1f4151e 1119.claro .dijitTree .dijitTreeRow {
4835d72f
VL
1120 max-width: 100%;
1121 overflow: hidden;
1122 text-overflow: ellipsis;
1123}
d34a32a8 1124
bb660dca
AD
1125body#ttrssPrefs hr {
1126 border-color : #ecf4ff;
1127 max-width : 100%;
1128}
c068b98b 1129
a1f4151e 1130.claro .dijitMenuItemLabel {
175dd079
AD
1131 font-size : 13px;
1132}
9e14c591 1133
a1f4151e 1134.claro .dijitTree .dijitTreeRowSelected {
d728015d 1135 background : white;
d44f3da4
AD
1136}
1137
a1f4151e 1138.claro .dijitTree .dijitTreeRowHover {
d728015d 1139 background : #ecf4ff;
d44f3da4
AD
1140}
1141
a1f4151e 1142.claro .dijitTree .dijitTreeRowActive {
d44f3da4
AD
1143 background-color : transparent;
1144 background-image : none;
1145 border-color : transparent;
1146}
1147
a1f4151e
AD
1148.claro .dijitTreeRowSelected .dijitTreeLabel,
1149.claro .dijitTreeRowSelected .dijitTreeLabel {
d44f3da4
AD
1150 color : #4684ff;
1151 font-weight : bold;
1152}
1153
a1f4151e
AD
1154.claro .dijitTreeRowHover .dijitTreeLabel,
1155.claro .dijitTreeRowHover .dijitTreeLabel {
d44f3da4
AD
1156 color : #4684ff;
1157}
1158
a1f4151e 1159.claro .dijitTreeRowSelected .dijitTreeLabel {
9e14c591
AD
1160 text-shadow : 1px 1px 2px #fff;
1161}
08820be7 1162
ab25a806
AD
1163#feedTree img[src*='indicator_white.gif'] {
1164 position : relative;
1165 top : -2px;
1166}
dd90eb2c
AD
1167
1168span.highlight {
1169 background-color : #ffff00;
1170 color : #cc90cc;
1171}
5c54e683 1172
a1f4151e 1173.claro .dijitTreeRow .dijitTreeExpando {
d44f3da4
AD
1174 background-image: url("../images/treeExpandImages.png");
1175 position : relative;
1176 top : -1px;
1177}
1178
a1f4151e
AD
1179.claro .dijitTreeRow .dijitTreeExpandoLeaf {
1180 background : none;
1181}
1182
93015e27 1183body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
d44f3da4
AD
1184 display : none;
1185}
1186
5c54e683
AD
1187div.enclosure_title {
1188
1189}
1190
a1f4151e 1191