]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
hide floatingTitle when first batch of headlines is received
[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
15a82901
AD
595div#headlines-frame.wide .hlTitle {
596 max-width : auto;
597 overflow : visible;
598 white-space : normal;
599}
600
8cc5e965 601.hlContentH a, .hlContentH span {
546499a9
AD
602 color : #00cc00;
603}
604
8cc5e965 605.hlContentL a, .hlContentL span {
546499a9
AD
606 color : #909090;
607 text-decoration : line-through;
608}
5daa24f2
AD
609
610span.titleWrapH, span.titleWrapH a {
611 color : #00cc00;
612}
613
614span.titleWrapL, span.titleWrapL a {
615 color : #909090;
616 text-decoration : line-through;
617}
618
619img.hlScorePic {
620 vertical-align : middle;
621 width : 16px;
622 height : 16px;
623}
624
10fa6615 625div.dlgSec {
ae096313 626 font-size : 12px;
81aa9e2b 627 color : #555;
10fa6615
AD
628 font-weight : bold;
629 clear : both;
630 height : 20px;
631}
632
633div.dlgSecCont {
634 position : relative;
635 left : 150px;
636 top : -20px;
637 float : left;
ae096313 638 font-size : 12px;
baa2db9f 639 font-weight : normal;
d90868d7
AD
640}
641
bcf5ed46
AD
642div.dlgSecCont hr {
643 height : 0px;
644 line-height : 0px;
645 border : 0px solid transparent;
646 margin : 2px;
647}
648
d90868d7 649div.dlgSecCont > * {
bcf5ed46
AD
650 position : relative;
651 top : -2px;
10fa6615
AD
652}
653
654div.dlgButtons {
655 text-align : right;
656 clear : both;
657}
658
a740f4b5
AD
659span.labelColorIndicator {
660 height : 14px;
661 width : 14px;
662 line-height : 14px;
86edc737 663 font-size : 9px;
a740f4b5
AD
664 display : inline-block;
665 border : 1px solid black;
666 background-color : #fff7d5;
667 color : #063064;
668 text-align : center;
669 margin-right : 2px;
670}
671
fb8b2153
AD
672span.labelColorIndicator2 {
673 height : 14px;
674 width : 14px;
86edc737 675 font-size : 9px;
fb8b2153
AD
676 display : inline-block;
677 border : 1px solid black;
678 background-color : #fff7d5;
679 color : #063064;
680 text-align : center;
681 margin-right : 2px;
682 vertical-align : bottom;
683}
684
78935092
AD
685div#cmdline {
686 position : absolute;
687 left : 5px;
688 bottom : 5px;
689 font-size : 11px;
81aa9e2b 690 color : #555;
78935092
AD
691 font-weight : bold;
692 background-color : white;
693 border : 1px solid #88b0f0;
694 padding : 3px 5px 3px 5px;
695 z-index : 5;
696}
f4280bdd
AD
697
698#feed_browser_spinner {
699 vertical-align : middle;
700 height : 18px;
701 width : 18px;
702}
37e93d6c 703
8cc5e965
AD
704div.hlTitle {
705 display : table-cell;
706 cursor : pointer;
707 width : 100%;
708 vertical-align : middle;
709 padding-top : 4px;
710 padding-bottom : 4px;
a0f98bbf
AD
711}
712
8cc5e965
AD
713div.hlLeft {
714 display : table-cell;
715 vertical-align : middle;
716 white-space: nowrap;
ad491d75
AD
717}
718
8cc5e965
AD
719div.hlRight {
720 display : table-cell;
721 white-space: nowrap;
722 text-align : right;
723 vertical-align : middle;
ad491d75
AD
724}
725
fcf70c51
AD
726div.hlRight img {
727 max-width : 16px;
728 max-height : 16px;
729}
730
8cc5e965 731span.hlUpdated {
81aa9e2b 732 color : #555;
6edeede3
AD
733 min-width : 100px;
734 display : table-cell;
735 width : 100%;
736 vertical-align : middle;
6edeede3 737 text-align : right;
e17e99fb 738 font-size : 10px;
577399e8
AD
739}
740
f947467a
AD
741div.hlLeft {
742 padding-left : 8px;
743}
744
8cc5e965
AD
745div.hlLeft input {
746 margin-left : 4px;
747 margin-right : 4px;
ad491d75
AD
748}
749
8cc5e965 750div.hlLeft img, div.hlRight img {
0e70e4a4 751 margin : 0px 4px;
cb1a012b 752}
8cc5e965 753
cb1a012b
AD
754div.hlLeft img {
755 width : 16px;
756 height : 16px;
8cc5e965 757}
31a53903 758
ba083651
AD
759div.fatalError {
760 margin-bottom : 10px;
761}
951906dc
AD
762
763div.fatalError button {
764 margin-top : 5px;
765}
766
767div.fatalError textarea {
768 width : 100%;
769 height : 100px;
770}
2f01fe57 771
c068b98b 772#ttrssMain #main {
2f01fe57 773 border-width : 0px;
6e4f4ce1
AD
774 margin : 0px;
775 padding : 0px;
776}
777
2b25b79d
AD
778#header-wrap {
779 border-width : 0px;
780 margin : 0px;
781 padding : 0px;
782}
783
6e4f4ce1
AD
784#content-wrap {
785 padding : 0px;
d34a32a8 786 border-width : 0px 0px 0px 1px;
38325ad6
AD
787 border-style : solid;
788 border-color : #c0c0c0;
2d1282d4 789 margin : 0px;
2f01fe57
AD
790}
791
792#feeds-holder {
793 padding : 0px;
05aab603 794 border-color : #c0c0c0;
fcf70c51
AD
795 border-left-width : 0px;
796 border-bottom-width : 0px;
2b25b79d 797 border-top-width : 0px;
654532b7 798 overflow : hidden;
c068b98b 799 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
7dbb33c1 800 background : #f9fbff;
2f01fe57
AD
801}
802
6e4f4ce1
AD
803#headlines-wrap-inner {
804 padding : 0px;
805 margin : 0px;
806 border-width : 0px;
807}
808
2f01fe57
AD
809#headlines-frame {
810 padding : 0px;
05aab603 811 border-color : #c0c0c0;
d34a32a8
AD
812 border-style : solid;
813 border-width : 0px;
0ce61157 814 margin-top : 0px;
c068b98b 815 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
0ce61157
AD
816}
817
d4eebd8b 818#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 819 display : none;
2f01fe57
AD
820}
821
6f3976c9 822#toolbar {
f8ce21fc 823 padding : 0px;
6e4f4ce1 824 margin : 0px;
2f01fe57 825 border-width : 0px;
6e4f4ce1 826 white-space: nowrap;
17809d7c 827 font-size : 12px;
c068b98b 828 box-shadow : 0px 0px 2px rgba(0,0,0,0.1);
2f01fe57
AD
829}
830
831#header {
2f01fe57 832 border-width : 0px;
2b25b79d 833 text-align : right;
81aa9e2b 834 color : #555;
2b25b79d
AD
835 padding : 5px 5px 0px 0px;
836 margin : 0px;
837 position : absolute;
838 right : 0px;
839 top : 0px;
840 z-index : 5;
2f01fe57
AD
841}
842
843#footer {
844 text-align : center;
81aa9e2b 845 color : #555;
d62796de 846 padding : 4px 4px 8px 4px;
2f01fe57
AD
847 border-width : 0px;
848}
6e4f4ce1
AD
849
850#content-insert {
851 padding : 0px;
05aab603 852 border-color : #c0c0c0;
fcf70c51
AD
853 border-bottom-width : 0px;
854 border-right-width : 0px;
6f3976c9 855 border-left-width : 0px;
17809d7c 856 line-height: 20px;
b93ad1e1 857 overflow : auto;
6e4f4ce1 858}
13e785e0
AD
859
860.dijitTreeLabel.Unread {
861 font-weight : bold;
862}
863
4128abee
AD
864.dijitTreeLabel {
865 outline : 0;
866}
867
1644304f 868.feedParam {
81aa9e2b 869 color : #555;
1644304f
AD
870 float : right;
871 margin-right : 1em;
872}
873
da46d21e
AD
874.labelParam {
875 float : right;
876 margin-right : 1em;
877}
878
a740f4b5 879.dijitTreeLabel.Disabled, .labelParam.Disabled {
81aa9e2b 880 color : #555;
a740f4b5
AD
881}
882
fcf70c51
AD
883.dijitTreeRow.Error {
884 color : red;
885}
13e785e0 886
fcf70c51
AD
887.dijitTreeRow.Hidden {
888 display : none;
889}
2ef5c21f 890
8e289ca1 891img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
892 width : 16px;
893 height : 16px;
7c9f819f 894 vertical-align : middle;
dc544c94 895 display : inline-block;
2ef5c21f 896}
9c99281f 897
19baecc6
AD
898.dijitToolbar {
899 text-shadow : 1px 1px 2px #fff;
900}
901
902.dijitAccordionTitleFocus {
903 text-shadow : 1px 1px 2px #fff;
904}
905
7ce0ea28
AD
906.dijitDialog .dijitToolbar {
907 border : 1px solid #c0c0c0;
908}
d2d75353 909
fcef9eea
AD
910.dijitDialog h2 {
911 margin-top : 0px;
912 margin-bottom : 4px;
913 border-width : 0px;
914}
915
c3edc667
AD
916.player {
917 display : inline-block;
81aa9e2b 918 color : #555;
c3edc667
AD
919 font-size : 11px;
920 font-family : sans-serif;
81aa9e2b 921 border : 1px solid #555;
c3edc667
AD
922 padding : 0px 4px 0px 4px;
923 margin : 0px 2px 0px 2px;
924 width : 50px;
925 text-align : center;
926 background : white;
927}
f820f205 928
c3edc667
AD
929.player.playing {
930 color : #00c000;
931 border-color : #00c000;
932}
933
934.player:hover {
935 background : #f0f0f0;
936 cursor : pointer;
937}
88e4e597 938
18eb64a8
AD
939#headlines-spacer {
940 height : 100%;
941 margin-left : 1px;
942 text-align : center;
943 padding : 1em;
81aa9e2b 944 color : #555;
18eb64a8 945}
56fbb82c 946
6aff7845
AD
947ul#filterDlg_Matches, ul#filterDlg_Actions {
948 max-height : 100px;
949 overflow : auto;
950 list-style-type : none;
951 border-style : solid;
952 border-color : #c0c0c0;
953 border-width : 0px 1px 1px 1px;
954 background-color : #ecf4ff;
955 margin : 0px 0px 5px 0px;
956 padding : 0px;
957}
958
959ul#filterDlg_Matches li, ul#filterDlg_Actions li {
960 cursor : pointer;
04e41840
AD
961 padding : 0px 0px 0px 5px;
962}
963
964ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
965 margin-right : 5px;
6aff7845 966}
65d1e250 967
b8cb4d08
AD
968ul.helpKbList {
969 max-height : 300px;
970 overflow : auto;
971 list-style-type : none;
972 border : 1px solid #c0c0c0;
973 background-color : #ecf4ff;
974 margin : 0px 0px 5px 0px;
975 padding : 5px;
976}
977
978ul.helpKbList span.hksequence {
979 width : 6em;
980 margin-left : 20px;
981 color : #88b0f0;
982 font-weight : bold;
983 display : inline-block;
984}
985
986ul.helpKbList h2 {
987 margin-top : 0px;
988}
a122b507
AD
989
990.dijitTreeNode .loadingNode {
991 margin-left : 3px;
5973c74c 992 height : 9px;
a122b507 993}
414191d4
AD
994
995span.collapseBtn {
996 cursor : pointer;
997}
54bc5594
AD
998
999div.postContent p {
1000 max-width : 650px;
1001}
b5d4716a 1002
922bfe73
AD
1003div.postContent iframe {
1004 min-width : 50%;
1005}
11bd95b4
AD
1006
1007div.postHeader span.author {
81aa9e2b 1008 color : #555;
11bd95b4 1009 font-size : 11px;
d080678c 1010 font-weight : normal;
11bd95b4 1011}
b87a625c
AD
1012
1013body#ttrssZoom {
1014 margin-left : auto;
1015 margin-right : auto;
dcab541d 1016 padding : 20px;
8c82001b 1017 max-width : 800px;
dcab541d 1018 background : #f9fbff;
b87a625c
AD
1019}
1020
8c82001b
AD
1021body#ttrssZoom div.postContent p {
1022 max-width : 650px;
1023}
1024
dcab541d
AD
1025body#ttrssZoom div.postHeader {
1026 margin : 10px;
1027 border : 1px solid #ccc;
1028 box-shadow : none;
1029 border-radius : 4px;
1030}
1031
8c82001b
AD
1032body#ttrssZoom div.postReply {
1033 border : 1px solid #ccc;
dcab541d
AD
1034 border-radius : 4px;
1035 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
1036 background : white;
8c82001b
AD
1037}
1038
b7a6e754 1039body#ttrssZoom div.postContent {
dcab541d 1040
b87a625c
AD
1041}
1042
1043body#ttrssZoom div.footer {
1044 margin-top : 1em;
1045 text-align : center;
1046}
d2f3467b 1047
a6e3554e
AD
1048body#ttrssZoom div.postContent img {
1049 max-width : 650px;
542c563c 1050 height : auto;
dcab541d 1051}
a6e3554e 1052
bf6df236
AD
1053select.attachments {
1054 display : block;
255b0f65
AD
1055 margin-top : 10px;
1056 max-width : 120px;
bf6df236 1057}
67b9d740 1058
a7c0e150
AD
1059div.hl.active {
1060 border-color : #88b0f0;
1061}
1062
e43a9c4a
AD
1063#selected_prompt {
1064 margin-right : 25px;
1065}
2cf3500e 1066
33e2d26b 1067body#ttrssMain #feedTree .dijitTreeRow {
17809d7c 1068 padding : 2px 0px 2px;
2cf3500e
AD
1069 border-width : 1px;
1070 border-color : transparent;
be95c9d2 1071 color : #333;
2cf3500e
AD
1072}
1073
33e2d26b
AD
1074body#ttrssMain #feedTree .dijitFolderClosed,
1075body#ttrssMain #feedTree .dijitFolderOpened {
f890372a
AD
1076 display : none;
1077}
1078
33e2d26b 1079body#ttrssMain #feedTree .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
f890372a
AD
1080 margin-left : 5px;
1081}
1082
33e2d26b 1083body#ttrssMain #feedTree .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
c594eca0
AD
1094#feedTree .counterNode.aux {
1095 background : #f0f0f0;
1096 color : #999;
1097 border-color : #f0f0f0;
1098}
1099
f5d3c77a 1100#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
AD
1110 float : right;
1111 margin-right : 5px;
1112 position : relative;
1113 top : 2px;
41bcaef1 1114 min-width : 23px;
8d4b5b46
AD
1115}
1116
4835d72f
VL
1117#feedTree .dijitTreeRow {
1118 max-width: 100%;
1119 overflow: hidden;
1120 text-overflow: ellipsis;
1121}
d34a32a8 1122
bb660dca
AD
1123body#ttrssPrefs hr {
1124 border-color : #ecf4ff;
1125 max-width : 100%;
1126}
c068b98b 1127
175dd079
AD
1128.dijitMenuItemLabel {
1129 font-size : 13px;
1130}
9e14c591
AD
1131
1132.dijitTreeRowSelected .dijitTreeLabel {
1133 text-shadow : 1px 1px 2px #fff;
1134}
08820be7 1135