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