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