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