]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
add tooltip
[tt-rss.git] / tt-rss.css
CommitLineData
83cd33fc 1body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
e5d758e3
AD
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
0e2d03a7 6 font-family : sans-serif;
e5df6e9e 7 font-size : 12px;
1cd17194
AD
8}
9
64029210
AD
10body#ttrssPrefs {
11 background-color : #ecf4ff;
12}
13
14body#ttrssPrefs #footer, body#ttrssPrefs #header {
07a0c540 15 background-color : #ecf4ff;
e243d2c3
AD
16 padding-left : 8px;
17 padding-right : 8px;
64029210
AD
18}
19
e828e31e 20div.postReply {
1c3187cf 21 padding : 0px;
1cd17194
AD
22}
23
f7181e9b 24div.postReply a {
e5d758e3 25 color : #4684ff;
f7181e9b
AD
26}
27
28div.postReply a:hover {
e5d758e3 29 color : black;
f7181e9b
AD
30}
31
e828e31e 32div.postReply div.postHeader {
1c3187cf 33 border-width : 0px 0px 1px 0px;
64ab16ac 34 border-style : solid;
b7a6e754 35 border-color : #c0c0c0;
b6173bd5 36 background : #fafafa;
88d305f4 37 box-shadow : 0px 0px 3px 0px #ccc;
1c3187cf 38 padding : 5px;
64ab16ac 39 color : #909090;
96b58583
AD
40}
41
c6c010d9
AD
42div.postReply div.postTitle {
43 overflow : hidden;
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
AD
115 border-width : 0px 0px 1px 0px;
116 border-style : dashed;
117 border-color : #e0e0e0;
e828e31e 118}
67824557 119
e828e31e 120a {
e5d758e3
AD
121 color : black;
122 text-decoration : none;
1cd17194
AD
123}
124
e828e31e 125a:hover {
e5d758e3 126 color : #4684ff;
9b307248
AD
127}
128
e828e31e 129#piggie {
d437c8cf 130 z-index : 999;
e5d758e3 131 position : absolute;
9b307248
AD
132}
133
f407c086 134#notify {
95437e9e 135 bottom : 10px;
919984a4
AD
136 right : 10px;
137 border-width : 1px;
f407c086 138 border-style : solid;
0ceded7a 139 position : absolute;
95437e9e 140 font-size : 12px;
fcc36744 141 z-index : 99;
919984a4
AD
142 padding : 5px;
143 min-width : 200px;
144 box-shadow : 0px 0px 2px #ccc;
1cd17194
AD
145}
146
0d32b41e
AD
147#notify img {
148 vertical-align : middle;
95437e9e
AD
149 max-height : 14px;
150}
151
152#notify span.msg {
153 width : 100%;
154}
155
156#notify span.close {
157 text-align : right;
158}
159
160#notify span {
161 display : table-cell;
162 vertical-align : middle;
163 padding : 4px;
0d32b41e
AD
164}
165
919984a4 166.notify {
42c32916
AD
167 border-color : #d7c47a;
168 background-color : #fff7d5;
42c32916
AD
169}
170
919984a4 171.notify.progress {
f407c086
AD
172 border-color : #d7c47a;
173 background-color : #fff7d5;
f407c086
AD
174}
175
919984a4
AD
176.notify.info {
177 border-color : #88b0f0;
178 background-color : #ecf4ff;
179}
180
181.notify.error {
f407c086
AD
182 background-color : #ffcccc;
183 border-color : #ff0000;
f407c086
AD
184}
185
a0ddecb9 186.hl.Unread div.hlTitle {
f820f205
AD
187 font-weight : bold;
188}
189
8d090a91 190.hl.Grayed {
e5d758e3 191 color : #909090;
b7f4bda2
AD
192}
193
8d090a91
AD
194#headlines-frame div.hl:nth-child(even) {
195 background : #f0f0f0;
f07c0eb4
AD
196}
197
a7c0e150
AD
198.hl {
199 border-width : 0px 1px 1px 0px;
dc803347
AD
200 border-style : solid;
201 border-color : #c0c0c0;
ac43eba1 202}
a2015351 203
a7c0e150
AD
204.hl.active {
205 background : #ecf4ff ! important;
f28b542c
AD
206}
207
f820f205 208div.filterTestHolder {
bec2ecd9 209 height : 300px;
9c483746 210 overflow : auto;
a8328019
AD
211 border-color : #c0c0c0;
212 border-style : solid;
213 margin : 0px 0px 5px 0px;
bec2ecd9 214 background-color : #ecf4ff;
e1218480
AD
215 border-width : 1px 1px 1px 1px;
216}
217
f820f205 218
5f8b2573 219#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
18bfbb0c
AD
220 margin : 5px 0px 5px 0px;
221 padding : 10px;
222 color : gray;
223 border-width : 0px 0px 0px 3px;
083020ad
AD
224 border-color : #c0c0c0;
225 border-style : solid;
18bfbb0c 226 background : #fafafa;
7dc66a61 227}
e2f8f7b4 228
5f8b2573 229#content-insert code, #headlines-frame code, .dijitContentPane code {
8bebe198 230 color : #009900;
48a8d154 231 font-family : monospace;
48a8d154 232 font-size : 12px;
8bebe198
AD
233}
234
235#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
236 margin : 5px 0px 5px 0px;
237 padding : 10px;
238 color : gray;
239 font-family : monospace;
240 font-size : 12px;
241 border-width : 0px;
242 border-color : #c0c0c0;
243 border-style : solid;
244 background : #fafafa;
245 display : block;
526f6906
AD
246 max-width : 98%;
247 overflow : auto;
48a8d154
AD
248}
249
6deafe90
AD
250div.notice, div.warning, div.error {
251 padding : 4px 10px 4px 4px;
252 display : inline-block;
fcef9eea 253 margin : 2px 0px 4px 0px;
0f2c4755 254 font-size : 12px;
6deafe90
AD
255 box-shadow : 0px 0px 2px #ccc;
256}
257
fcef9eea
AD
258div.notice div.inner, div.warning div.inner, div.error div.inner {
259 vertical-align : middle;
260}
261
0d32b41e 262div.notice {
6deafe90 263 background : #ecf4ff;
0d32b41e
AD
264}
265
ab3d0b99 266div.warning {
e5d758e3 267 background : #fff7d5;
1b74062f
AD
268}
269
84916243 270div.error {
84916243 271 background : #ffcccc;
6deafe90
AD
272}
273
274div.warning img, div.notice img, div.error img {
275 margin-right : 4px;
276 vertical-align : middle;
3c200461
AD
277}
278
279div.warning span, div.notice span, div.error span {
6d9426fe 280 display : table-cell;
3c200461
AD
281 vertical-align : middle;
282
84916243
AD
283}
284
ab3d0b99 285ul.nomarks {
e5d758e3
AD
286 list-style-type : none;
287 margin : 0px;
288 padding : 10px;
ab3d0b99
AD
289}
290
b7ade39d 291div.prefHelp {
e5d758e3 292 color : gray;
abe4d057 293 padding : 5px;
8cb74804
AD
294}
295
365f95dc
AD
296span.feed_error {
297 color : red;
298}
299
746dcf42 300.insensitive {
e5d758e3 301 color : gray;
bca02305 302}
afb7a1d6 303
d4d6d528
AD
304.insensitive a {
305 color : #4684ff;
306}
307
308.insensitive a:hover {
309 color : black;
310}
311
6e4f4ce1 312div#headlines-toolbar {
d4eebd8b 313 border-width : 0px 0px 1px 0px;
f1080825 314 background-color : #f0f0f0;
a0ddecb9 315 border-color : #c0c0c0;
ae096313 316 font-size : 11px;
0e2d03a7 317 font-family : "Segoe UI", Tahoma, sans-serif;
442a9b8c 318 color : gray;
fcf70c51 319 padding : 0px;
6e4f4ce1
AD
320 margin : 0px;
321 overflow : hidden;
f1080825
AD
322 height : 25px;
323 line-height : 25px;
324 padding-left : 4px;
8b27182a
AD
325}
326
fcf70c51
AD
327div#headlines-toolbar .dijitSelect {
328 font-size : 11px;
f1080825
AD
329 position : relative;
330 top : -2px;
fcf70c51
AD
331}
332
f1080825
AD
333div#headlines-toolbar span.r {
334 float: right;
335 position: relative;
f1080825 336 padding : 0 4px 0px 4px;
fcf70c51 337 text-align : right;
f1080825
AD
338}
339
f1080825
AD
340div#headlines-toolbar span.r span.error {
341 color : red;
342}
343
344div#headlines-toolbar span.r a {
db23a8ee 345 color : gray;
c1c9df00
AD
346}
347
f1080825
AD
348div#headlines-toolbar span.r a:hover {
349 color : black;
26a1e185
AD
350}
351
591c396d 352span.contentPreview {
e5d758e3
AD
353 color : gray;
354 font-weight : normal;
591c396d 355}
179d6f57 356
0f172fff 357span.contentPreview:hover {
e5d758e3 358 color : #4684ff;
0f172fff
AD
359}
360
8cc5e965 361span.hlLabelRef {
e2549229 362 background-color : #fff7d5;
86edc737 363 font-size : 8px;
e2549229
AD
364 color : #063064;
365 font-weight : normal;
366 margin : 0px 3px 0px 3px;
367 padding : 0px 4px 0px 4px;
368 white-space: nowrap;
369}
370
b810a0f1 371div.postHeader div.postDate {
e5d758e3
AD
372 text-align : right;
373 color : gray;
b810a0f1 374 float : right;
9167e250 375}
36aab70f 376
b810a0f1
AD
377div.postHeader div {
378 padding-bottom : 3px;
ae096313 379 font-size : 12px;
ed51e128
AD
380}
381
36aab70f 382#feedUpdateErrors {
e5d758e3 383 display : none;
36aab70f
AD
384}
385
42918a07 386#allEntryTags {
ae096313 387 font-size : 12px;
e5d758e3
AD
388 border-width : 0px 0px 1px 0px;
389 border-style : solid;
390 border-color : #c0c0c0;
391 padding-bottom : 5px;
392 display : none;
42918a07 393}
13ce14e8 394
cf2f643e 395div.hlFeed, div.hlFeed a {
e17e99fb 396 font-size : 10px;
df456bb0 397 color : gray;
e17e99fb
AD
398 font-style : italic;
399 font-weight : normal;
051174c3 400 white-space: nowrap;
df456bb0
AD
401}
402
cf2f643e 403div.hlFeed a: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 {
a8328019 413 border : 1px solid #c0c0c0;
bec2ecd9 414 background-color : #ecf4ff;
0979b696 415 margin : 5px 0px 5px 0px;
9e6427ab 416 padding : 5px;
0979b696
AD
417 text-align : center;
418}
419
73495fd1 420div.errorExplained {
a8328019 421 border : 1px solid #c0c0c0;
bec2ecd9 422 background-color : #ecf4ff;
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;
f81b6815 431 border : 1px solid #c0c0c0;
bec2ecd9 432 background-color : #ecf4ff;
e8dd519b 433 margin : 0px 0px 5px 0px;
bec2ecd9 434 padding : 5px;
e8dd519b
AD
435}
436
f81b6815
AD
437ul.feedErrorsList em {
438 color : gray;
439}
440
f9cb39ac 441ul.browseFeedList {
e5d758e3
AD
442 height : 300px;
443 overflow : auto;
a8328019
AD
444 border-width : 0px 1px 1px 1px;
445 border-color : #c0c0c0;
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
AD
508
509#main_toolbar_form {
2df7a749
AD
510 margin : 0px;
511 padding : 0px;
fcf70c51
AD
512 display : table-cell;
513 white-space : nowrap;
514 width : 100%;
86b682ce 515}
78d5212c 516
33b8cab4
AD
517div.loadingPrompt {
518 padding : 1em;
519 text-align : center;
520 font-weight : bold;
521}
522
9251df44 523div.whiteBox {
9251df44 524 margin-left : 1px;
abbe0154 525 text-align : center;
b6adf039 526 padding : 1em;
9251df44
AD
527}
528
fcf70c51 529html, body#ttrssMain, #main {
2f01fe57
AD
530 width: 100%;
531 height: 100%;
532 border: 0;
533 padding: 0;
534 margin: 0;
fcf70c51 535}
6b4163cb 536
3af75631 537#toolbar div.actionChooser {
fcf70c51
AD
538 display : table-cell;
539 text-align : right;
f8ce21fc 540 padding-right : 3px;
6b4163cb
AD
541}
542
05fcdf52
AD
543div.autocomplete {
544 position : absolute;
545 width : 250px;
546 background-color : white;
547 border :1px solid #778899;
548 margin : 0px;
549 padding : 0px;
550}
551
552div.autocomplete ul {
553 list-style-type : none;
554 margin : 0px;
555 padding : 0px;
556}
557
558div.autocomplete ul li.selected {
559 background-color : #fff7d5;
560}
561
562div.autocomplete ul li {
563 list-style-type : none;
564 display : block;
565 margin : 0;
566 padding : 2px;
567 height : 32px;
568 cursor : pointer;
569}
570
e635d56a
AD
571a.visibleLink {
572 color : #4684ff;
e635d56a 573}
6cfea5c7 574
8cc5e965 575.hlContentH a, .hlContentH span {
546499a9
AD
576 color : #00cc00;
577}
578
8cc5e965 579.hlContentL a, .hlContentL span {
546499a9
AD
580 color : #909090;
581 text-decoration : line-through;
582}
5daa24f2
AD
583
584span.titleWrapH, span.titleWrapH a {
585 color : #00cc00;
586}
587
588span.titleWrapL, span.titleWrapL a {
589 color : #909090;
590 text-decoration : line-through;
591}
592
593img.hlScorePic {
594 vertical-align : middle;
595 width : 16px;
596 height : 16px;
597}
598
10fa6615 599div.dlgSec {
ae096313 600 font-size : 12px;
10fa6615
AD
601 color : gray;
602 font-weight : bold;
603 clear : both;
604 height : 20px;
605}
606
607div.dlgSecCont {
608 position : relative;
609 left : 150px;
610 top : -20px;
611 float : left;
ae096313 612 font-size : 12px;
baa2db9f 613 font-weight : normal;
d90868d7
AD
614}
615
bcf5ed46
AD
616div.dlgSecCont hr {
617 height : 0px;
618 line-height : 0px;
619 border : 0px solid transparent;
620 margin : 2px;
621}
622
d90868d7 623div.dlgSecCont > * {
bcf5ed46
AD
624 position : relative;
625 top : -2px;
10fa6615
AD
626}
627
628div.dlgButtons {
629 text-align : right;
630 clear : both;
631}
632
a740f4b5
AD
633span.labelColorIndicator {
634 height : 14px;
635 width : 14px;
636 line-height : 14px;
86edc737 637 font-size : 9px;
a740f4b5
AD
638 display : inline-block;
639 border : 1px solid black;
640 background-color : #fff7d5;
641 color : #063064;
642 text-align : center;
643 margin-right : 2px;
644}
645
fb8b2153
AD
646span.labelColorIndicator2 {
647 height : 14px;
648 width : 14px;
86edc737 649 font-size : 9px;
fb8b2153
AD
650 display : inline-block;
651 border : 1px solid black;
652 background-color : #fff7d5;
653 color : #063064;
654 text-align : center;
655 margin-right : 2px;
656 vertical-align : bottom;
657}
658
78935092
AD
659div#cmdline {
660 position : absolute;
661 left : 5px;
662 bottom : 5px;
663 font-size : 11px;
664 color : gray;
665 font-weight : bold;
666 background-color : white;
667 border : 1px solid #88b0f0;
668 padding : 3px 5px 3px 5px;
669 z-index : 5;
670}
f4280bdd
AD
671
672#feed_browser_spinner {
673 vertical-align : middle;
674 height : 18px;
675 width : 18px;
676}
37e93d6c 677
8cc5e965
AD
678div.hlTitle {
679 display : table-cell;
680 cursor : pointer;
681 width : 100%;
682 vertical-align : middle;
683 padding-top : 4px;
684 padding-bottom : 4px;
a0f98bbf
AD
685}
686
8cc5e965
AD
687div.hlLeft {
688 display : table-cell;
689 vertical-align : middle;
690 white-space: nowrap;
ad491d75
AD
691}
692
8cc5e965
AD
693div.hlRight {
694 display : table-cell;
695 white-space: nowrap;
696 text-align : right;
697 vertical-align : middle;
ad491d75
AD
698}
699
fcf70c51
AD
700div.hlRight img {
701 max-width : 16px;
702 max-height : 16px;
703}
704
8cc5e965
AD
705span.hlUpdated {
706 color : gray;
6edeede3
AD
707 min-width : 100px;
708 display : table-cell;
709 width : 100%;
710 vertical-align : middle;
6edeede3 711 text-align : right;
e17e99fb
AD
712 font-size : 10px;
713 font-weight : normal;
577399e8
AD
714}
715
f947467a
AD
716div.hlLeft {
717 padding-left : 8px;
718}
719
8cc5e965
AD
720div.hlLeft input {
721 margin-left : 4px;
722 margin-right : 4px;
ad491d75
AD
723}
724
8cc5e965
AD
725div.hlLeft img, div.hlRight img {
726 margin : 0px 4px 0px 4px;
cb1a012b 727}
8cc5e965 728
cb1a012b
AD
729div.hlLeft img {
730 width : 16px;
731 height : 16px;
8cc5e965 732}
31a53903 733
ba083651
AD
734div.fatalError {
735 margin-bottom : 10px;
736}
951906dc
AD
737
738div.fatalError button {
739 margin-top : 5px;
740}
741
742div.fatalError textarea {
743 width : 100%;
744 height : 100px;
745}
2f01fe57
AD
746
747#main {
748 border-width : 0px;
6e4f4ce1
AD
749 margin : 0px;
750 padding : 0px;
751}
752
2b25b79d
AD
753#header-wrap {
754 border-width : 0px;
755 margin : 0px;
756 padding : 0px;
757}
758
6e4f4ce1
AD
759#content-wrap {
760 padding : 0px;
2d1282d4 761 border-width : 0px 0px 1px 1px;
38325ad6
AD
762 border-style : solid;
763 border-color : #c0c0c0;
2d1282d4 764 margin : 0px;
2f01fe57
AD
765}
766
767#feeds-holder {
768 padding : 0px;
05aab603 769 border-color : #c0c0c0;
fcf70c51
AD
770 border-left-width : 0px;
771 border-bottom-width : 0px;
2b25b79d 772 border-top-width : 0px;
c3b06333 773 overflow : auto;
2f01fe57
AD
774}
775
6e4f4ce1
AD
776#headlines-wrap-inner {
777 padding : 0px;
778 margin : 0px;
779 border-width : 0px;
780}
781
2f01fe57
AD
782#headlines-frame {
783 padding : 0px;
05aab603 784 border-color : #c0c0c0;
6f3976c9 785 border-left-width : 0px;
fcf70c51 786 border-right-width : 0px;
0ce61157
AD
787 margin-top : 0px;
788 border-top-width : 0px;
789}
790
d4eebd8b 791#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 792 display : none;
2f01fe57
AD
793}
794
6f3976c9 795#toolbar {
f8ce21fc 796 padding : 0px;
6e4f4ce1 797 margin : 0px;
2f01fe57 798 border-width : 0px;
6e4f4ce1 799 white-space: nowrap;
1354d172 800 font-size : 11px;
2f01fe57
AD
801}
802
803#header {
2f01fe57 804 border-width : 0px;
2b25b79d
AD
805 text-align : right;
806 color : gray;
807 padding : 5px 5px 0px 0px;
808 margin : 0px;
809 position : absolute;
810 right : 0px;
811 top : 0px;
812 z-index : 5;
2f01fe57
AD
813}
814
815#footer {
816 text-align : center;
817 color : gray;
d62796de 818 padding : 4px 4px 8px 4px;
2f01fe57
AD
819 border-width : 0px;
820}
6e4f4ce1
AD
821
822#content-insert {
823 padding : 0px;
05aab603 824 border-color : #c0c0c0;
fcf70c51
AD
825 border-bottom-width : 0px;
826 border-right-width : 0px;
6f3976c9 827 border-left-width : 0px;
b93ad1e1 828 overflow : auto;
6e4f4ce1 829}
13e785e0
AD
830
831.dijitTreeLabel.Unread {
832 font-weight : bold;
833}
834
1644304f
AD
835.feedParam {
836 color : gray;
837 float : right;
838 margin-right : 1em;
839}
840
da46d21e
AD
841.labelParam {
842 float : right;
843 margin-right : 1em;
844}
845
a740f4b5
AD
846.dijitTreeLabel.Disabled, .labelParam.Disabled {
847 color : gray;
848}
849
fcf70c51
AD
850.dijitTreeRow.Error {
851 color : red;
852}
13e785e0 853
fcf70c51
AD
854.dijitTreeRow.Hidden {
855 display : none;
856}
2ef5c21f 857
8e289ca1 858img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
859 width : 16px;
860 height : 16px;
7c9f819f 861 vertical-align : middle;
dc544c94 862 display : inline-block;
2ef5c21f 863}
9c99281f 864
7ce0ea28
AD
865.dijitDialog .dijitToolbar {
866 border : 1px solid #c0c0c0;
867}
d2d75353 868
fcef9eea
AD
869.dijitDialog h2 {
870 margin-top : 0px;
871 margin-bottom : 4px;
872 border-width : 0px;
873}
874
c3edc667
AD
875.player {
876 display : inline-block;
877 color : gray;
878 font-size : 11px;
879 font-family : sans-serif;
880 border : 1px solid gray;
881 padding : 0px 4px 0px 4px;
882 margin : 0px 2px 0px 2px;
883 width : 50px;
884 text-align : center;
885 background : white;
886}
f820f205 887
c3edc667
AD
888.player.playing {
889 color : #00c000;
890 border-color : #00c000;
891}
892
893.player:hover {
894 background : #f0f0f0;
895 cursor : pointer;
896}
88e4e597 897
18eb64a8
AD
898#headlines-spacer {
899 height : 100%;
900 margin-left : 1px;
901 text-align : center;
902 padding : 1em;
903 color : gray;
904}
56fbb82c 905
6aff7845
AD
906ul#filterDlg_Matches, ul#filterDlg_Actions {
907 max-height : 100px;
908 overflow : auto;
909 list-style-type : none;
910 border-style : solid;
911 border-color : #c0c0c0;
912 border-width : 0px 1px 1px 1px;
913 background-color : #ecf4ff;
914 margin : 0px 0px 5px 0px;
915 padding : 0px;
916}
917
918ul#filterDlg_Matches li, ul#filterDlg_Actions li {
919 cursor : pointer;
04e41840
AD
920 padding : 0px 0px 0px 5px;
921}
922
923ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
924 margin-right : 5px;
6aff7845 925}
65d1e250 926
b8cb4d08
AD
927ul.helpKbList {
928 max-height : 300px;
929 overflow : auto;
930 list-style-type : none;
931 border : 1px solid #c0c0c0;
932 background-color : #ecf4ff;
933 margin : 0px 0px 5px 0px;
934 padding : 5px;
935}
936
937ul.helpKbList span.hksequence {
938 width : 6em;
939 margin-left : 20px;
940 color : #88b0f0;
941 font-weight : bold;
942 display : inline-block;
943}
944
945ul.helpKbList h2 {
946 margin-top : 0px;
947}
a122b507
AD
948
949.dijitTreeNode .loadingNode {
950 margin-left : 3px;
951}
414191d4
AD
952
953span.collapseBtn {
954 cursor : pointer;
955}
54bc5594
AD
956
957div.postContent p {
958 max-width : 650px;
959}
b5d4716a 960
922bfe73
AD
961div.postContent iframe {
962 min-width : 50%;
963}
11bd95b4
AD
964
965div.postHeader span.author {
966 color : gray;
967 font-size : 11px;
d080678c 968 font-weight : normal;
11bd95b4 969}
b87a625c
AD
970
971body#ttrssZoom {
972 margin-left : auto;
973 margin-right : auto;
52039010 974 padding : 2em;
8c82001b 975 max-width : 800px;
b87a625c
AD
976 background : #f0f0f0;
977}
978
8c82001b
AD
979body#ttrssZoom div.postContent p {
980 max-width : 650px;
981}
982
983body#ttrssZoom div.postReply {
984 border : 1px solid #ccc;
8c82001b
AD
985 box-shadow : 0px 0px 3px #ccc;
986}
987
b7a6e754 988body#ttrssZoom div.postContent {
b87a625c
AD
989 background-color : white;
990}
991
992body#ttrssZoom div.footer {
993 margin-top : 1em;
994 text-align : center;
995}
d2f3467b 996
a6e3554e
AD
997body#ttrssZoom div.postContent img {
998 max-width : 650px;
542c563c 999 height : auto;
a6e3554e
AD
1000}
1001
bf6df236
AD
1002select.attachments {
1003 display : block;
255b0f65
AD
1004 margin-top : 10px;
1005 max-width : 120px;
bf6df236 1006}
67b9d740 1007
a7c0e150
AD
1008div.hl.active {
1009 border-color : #88b0f0;
1010}
1011
1012div.hl.active a.title {
1013 color : #4684ff;
a7c0e150
AD
1014}
1015
e43a9c4a
AD
1016#selected_prompt {
1017 margin-right : 25px;
1018}
2cf3500e 1019
75933cf0 1020#feedTree .dijitTreeRow, #feedTree .dijitFocused {
2cf3500e
AD
1021 padding : 1px 0px 1px;
1022 border-width : 1px;
1023 border-color : transparent;
1024}
1025
75933cf0
AD
1026#feedTree .dijitTreeNode {
1027 padding : 0px;
1028 border-width : 0px;
1029}
1030
2cf3500e
AD
1031#feedTree {
1032 height : 100%;
1033 overflow-x : hidden;
1034}