]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
feeds/view: periodically bump login timestamp
[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;
96841013 35 border-color : #88b0f0;
db23a8ee
AD
36 background-color : white;
37 background : url("images/toolbar.png");
38 background-position : bottom left;
39 background-repeat : repeat-x;
1c3187cf 40 padding : 5px;
64ab16ac 41 color : #909090;
96b58583
AD
42}
43
c6c010d9
AD
44div.postReply div.postTitle {
45 overflow : hidden;
46 white-space : nowrap;
47}
48
49div.postReply div.postDate {
50 padding-left : 10px;
51}
52
e828e31e 53div.postReply div.postContent {
e5d758e3 54 padding : 10px;
ae096313 55 font-size : 12px;
f0601b87
AD
56}
57
f325d942
AD
58div.postReply div.postContent img {
59 border-width : 0px;
762c9064 60 max-width : 98%;
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 {
958e3f4f 135 border-width : 0px 1px 1px 1px;
f407c086 136 border-style : solid;
958e3f4f 137 top : 0px;
8b184d75
AD
138 right : 35%;
139 min-width : 30%;
0ceded7a 140 position : absolute;
33b8cab4 141 display : none;
ce3bf408 142 float : right;
ae096313 143 font-size : 12px;
fcc36744 144 z-index : 99;
106689b0 145 padding : 5px 5px 5px 5px;
1cd17194
AD
146}
147
0d32b41e
AD
148#notify img {
149 vertical-align : middle;
150}
151
42c32916
AD
152.notifyProgress {
153 border-color : #d7c47a;
154 background-color : #fff7d5;
155 color : black;
156}
157
158.notifyInfo {
159 border-color : #7AD78E;
160 background-color : #D5FFDB;
161 color : black;
162}
163
f407c086
AD
164.notify {
165 border-color : #d7c47a;
166 background-color : #fff7d5;
167 color : black;
168}
169
170.notifyError {
171 background-color : #ffcccc;
172 border-color : #ff0000;
173 color : black;
174}
175
ef16ae37
AD
176.notifyError span:hover {
177 color : red;
178 cursor : pointer;
179}
180
b7ade39d 181.Selected, .Selected {
30c337cf 182 background-color : #fff7d5 ! important;
a8328019
AD
183}
184
b7ade39d 185.even.Unread.Selected {
f65ede50 186 background : #fff7d5 ! important;
f28b542c 187 border-width : 0px 0px 1px 0px;
dc803347
AD
188 border-style : solid;
189 border-color : #e7d796;
a3ee2a38
AD
190}
191
b7ade39d 192.odd.Unread.Selected {
f65ede50 193 background : #fff7d5 ! important;
f28b542c
AD
194 border-width : 0px 0px 1px 0px;
195 border-style : solid;
196 border-color : #e7d796;
a3ee2a38
AD
197}
198
b7ade39d 199.even.Selected {
8a06b1db 200 background : #fff7d5 ! important;
f28b542c 201 border-width : 0px 0px 1px 0px;
dc803347
AD
202 border-style : solid;
203 border-color : #e7d796;
204 border-collapse : collapse;
007bda35
AD
205}
206
b7ade39d 207.odd.Selected {
8a06b1db 208 background : #fff7d5 ! important;
f28b542c
AD
209 border-width : 0px 0px 1px 0px;
210 border-style : solid;
211 border-color : #e7d796;
212 border-collapse : collapse;
0b68215c 213}
3745788e 214
b7ade39d 215.even.Grayed {
8a06b1db 216 background : #f0f0f0;
e5d758e3 217 color : #909090;
f28b542c 218 border-width : 0px 0px 1px 0px;
dc803347
AD
219 border-style : solid;
220 border-color : #c0c0c0;
221 border-collapse : collapse;
b7f4bda2
AD
222}
223
ca8e3d75 224.odd.Grayed {
e5d758e3 225 color : #909090;
f07c0eb4
AD
226}
227
b7ade39d 228.even {
f28b542c 229 border-width : 0px 0px 1px 0px;
dc803347
AD
230 border-style : solid;
231 border-color : #c0c0c0;
8a06b1db 232 background : #f0f0f0;
dc803347 233 border-collapse : collapse;
ac43eba1 234}
a2015351 235
b7ade39d 236.odd {
f28b542c
AD
237 border-width : 0px 0px 1px 0px;
238 border-style : solid;
239 border-color : #c0c0c0;
240 border-collapse : collapse;
241}
242
b7ade39d 243.even.Unread {
8a06b1db 244 background : #f0f0f0;
f28b542c 245 border-width : 0px 0px 1px 0px;
dc803347
AD
246 border-style : solid;
247 border-color : #c0c0c0;
248 border-collapse : collapse;
f07c0eb4
AD
249}
250
b7ade39d 251.odd.Unread {
f28b542c
AD
252 border-width : 0px 0px 1px 0px;
253 border-style : solid;
254 border-color : #c0c0c0;
f07c0eb4 255}
508a81e1 256
e828e31e 257.invisible {
e5d758e3 258 display : none;
508a81e1 259}
b7f4bda2 260
e828e31e 261/* preferences */
603c27f8 262
8df7184c 263table.prefPrefsList h3 {
bf261119
AD
264 margin-top : 0.5em;
265 margin-bottom : 0px;
8df7184c
AD
266}
267
327a3bbe 268tr.title td {
e5d758e3
AD
269 border-width : 0px 0px 1px 0px;
270 border-color : #ecf4ff;
271 border-style : solid;
73bdfa53 272 color : #4684ff;
0ea4fb50
AD
273}
274
a426e532 275tr.title td a {
73bdfa53 276 color : #4684ff;
a426e532
AD
277}
278
279tr.title td a:hover {
73bdfa53 280 color : black;
a426e532 281}
327a3bbe 282
82ace1ab 283div.prefFeedCatHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder, div.filterTestHolder {
bec2ecd9 284 height : 300px;
9c483746 285 overflow : auto;
a8328019
AD
286 border-width : 0px 1px 1px 1px;
287 border-color : #c0c0c0;
288 border-style : solid;
289 margin : 0px 0px 5px 0px;
bec2ecd9 290 background-color : #ecf4ff;
9c483746
AD
291}
292
82ace1ab 293div.prefFeedOPMLHolder, div.filterTestHolder {
e1218480
AD
294 border-width : 1px 1px 1px 1px;
295}
296
7dc66a61 297a.helpLink {
e5d758e3 298 color : #808080;
7dc66a61
AD
299}
300
301a.helpLink:hover {
e5d758e3 302 color : #4684ff;
7dc66a61
AD
303}
304
5f8b2573 305#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
18bfbb0c
AD
306 margin : 5px 0px 5px 0px;
307 padding : 10px;
308 color : gray;
309 border-width : 0px 0px 0px 3px;
083020ad
AD
310 border-color : #c0c0c0;
311 border-style : solid;
18bfbb0c 312 background : #fafafa;
7dc66a61 313}
e2f8f7b4 314
5f8b2573 315#content-insert code, #headlines-frame code, .dijitContentPane code {
8bebe198 316 color : #009900;
48a8d154 317 font-family : monospace;
48a8d154 318 font-size : 12px;
8bebe198
AD
319}
320
321#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
322 margin : 5px 0px 5px 0px;
323 padding : 10px;
324 color : gray;
325 font-family : monospace;
326 font-size : 12px;
327 border-width : 0px;
328 border-color : #c0c0c0;
329 border-style : solid;
330 background : #fafafa;
331 display : block;
48a8d154
AD
332}
333
0d32b41e
AD
334div.notice {
335 background : #ffffff;
336 border : 1px solid #88b0f0;
e400230e 337 width : 60%;
0d32b41e
AD
338 padding : 5px;
339 margin : 0px 0px 5px 0px;
ae096313 340 font-size : 12px;
0d32b41e
AD
341}
342
ab3d0b99 343div.warning {
e5d758e3
AD
344 background : #fff7d5;
345 border : 1px solid #d7c47a;
ae096313 346 font-size : 12px;
e400230e 347 width : 60%;
3f59e8cd 348 padding : 5px;
c93d8e07 349 margin : 0px 0px 5px 0px;
e6cb77a0
AD
350}
351
9e21a571 352div.warning img, div.notice img, div.error img {
0d32b41e 353 vertical-align : middle;
e5d758e3 354 padding : 5px;
ab3d0b99
AD
355}
356
1b74062f
AD
357span.filterDateError {
358 color : #ff0000;
359}
360
84916243
AD
361div.error {
362 border : 1px solid #ff0000;
363 background : #ffcccc;
364 padding : 5px;
365 margin : 0px 0px 5px 0px;
ae096313 366 font-size : 12px;
84916243
AD
367}
368
ab3d0b99 369ul.nomarks {
e5d758e3
AD
370 list-style-type : none;
371 margin : 0px;
372 padding : 10px;
ab3d0b99
AD
373}
374
b7ade39d 375div.prefHelp {
e5d758e3 376 color : gray;
abe4d057 377 padding : 5px;
8cb74804
AD
378}
379
365f95dc
AD
380span.feed_error {
381 color : red;
382}
383
746dcf42 384.insensitive {
e5d758e3 385 color : gray;
bca02305 386}
afb7a1d6 387
d4d6d528
AD
388.insensitive a {
389 color : #4684ff;
390}
391
392.insensitive a:hover {
393 color : black;
394}
395
d9dde1d6 396.small {
ae096313 397 font-size : 11px;
d9dde1d6 398}
28fa9253 399
6e4f4ce1 400div#headlines-toolbar {
d4eebd8b 401 border-width : 0px 0px 1px 0px;
f1080825 402 background-color : #f0f0f0;
0ce61157 403 border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
ae096313 404 font-size : 11px;
0e2d03a7 405 font-family : "Segoe UI", Tahoma, sans-serif;
442a9b8c 406 color : gray;
fcf70c51 407 padding : 0px;
6e4f4ce1
AD
408 margin : 0px;
409 overflow : hidden;
f1080825
AD
410 height : 25px;
411 line-height : 25px;
412 padding-left : 4px;
8b27182a
AD
413}
414
fcf70c51
AD
415div#headlines-toolbar .dijitSelect {
416 font-size : 11px;
f1080825
AD
417 position : relative;
418 top : -2px;
fcf70c51
AD
419}
420
f1080825
AD
421div#headlines-toolbar span.r {
422 float: right;
423 position: relative;
f1080825 424 padding : 0 4px 0px 4px;
fcf70c51 425 text-align : right;
f1080825
AD
426}
427
f1080825
AD
428div#headlines-toolbar span.r span.error {
429 color : red;
430}
431
432div#headlines-toolbar span.r a {
db23a8ee 433 color : gray;
c1c9df00
AD
434}
435
f1080825
AD
436div#headlines-toolbar span.r a:hover {
437 color : black;
26a1e185
AD
438}
439
591c396d 440span.contentPreview {
e5d758e3
AD
441 color : gray;
442 font-weight : normal;
591c396d 443}
179d6f57 444
0f172fff 445span.contentPreview:hover {
e5d758e3 446 color : #4684ff;
0f172fff
AD
447}
448
8cc5e965 449span.hlLabelRef {
e2549229 450 background-color : #fff7d5;
86edc737 451 font-size : 8px;
e2549229
AD
452 color : #063064;
453 font-weight : normal;
454 margin : 0px 3px 0px 3px;
455 padding : 0px 4px 0px 4px;
456 white-space: nowrap;
457}
458
b810a0f1 459div.postHeader div.postDate {
e5d758e3
AD
460 text-align : right;
461 color : gray;
b810a0f1 462 float : right;
9167e250 463}
36aab70f 464
b810a0f1
AD
465div.postHeader div {
466 padding-bottom : 3px;
ae096313 467 font-size : 12px;
ed51e128
AD
468}
469
36aab70f 470#feedUpdateErrors {
e5d758e3 471 display : none;
36aab70f
AD
472}
473
42918a07 474#allEntryTags {
ae096313 475 font-size : 12px;
e5d758e3
AD
476 border-width : 0px 0px 1px 0px;
477 border-style : solid;
478 border-color : #c0c0c0;
479 padding-bottom : 5px;
480 display : none;
42918a07 481}
13ce14e8 482
cf2f643e 483div.hlFeed, div.hlFeed a {
e17e99fb 484 font-size : 10px;
df456bb0 485 color : gray;
e17e99fb
AD
486 font-style : italic;
487 font-weight : normal;
051174c3 488 white-space: nowrap;
df456bb0
AD
489}
490
cf2f643e 491div.hlFeed a:hover {
df456bb0
AD
492 color : #4684ff;
493}
494
7514749d
AD
495img.markedPic {
496 cursor : pointer;
c4f52830 497 vertical-align : middle;
7514749d
AD
498}
499
1e471f3b 500a.warning {
e5d758e3 501 color : #f04040;
1e471f3b 502}
a9b0bfd5 503
0979b696 504div.tagCloudContainer {
a8328019 505 border : 1px solid #c0c0c0;
bec2ecd9 506 background-color : #ecf4ff;
0979b696 507 margin : 5px 0px 5px 0px;
9e6427ab 508 padding : 5px;
0979b696
AD
509 text-align : center;
510}
511
73495fd1 512div.errorExplained {
a8328019 513 border : 1px solid #c0c0c0;
bec2ecd9 514 background-color : #ecf4ff;
73495fd1
AD
515 margin : 5px 0px 5px 0px;
516 padding : 5px;
517}
518
e8dd519b 519ul.feedErrorsList {
bec2ecd9 520 max-height : 300px;
e8dd519b
AD
521 overflow : auto;
522 list-style-type : none;
f81b6815 523 border : 1px solid #c0c0c0;
bec2ecd9 524 background-color : #ecf4ff;
e8dd519b 525 margin : 0px 0px 5px 0px;
bec2ecd9 526 padding : 5px;
e8dd519b
AD
527}
528
808dd053 529ul.selfUpdateList {
27211afe 530 height : 200px;
27211afe
AD
531 overflow : auto;
532 list-style-type : none;
533 border : 1px solid #c0c0c0;
534 background-color : #ecf4ff;
535 margin : 0px 0px 5px 0px;
536 padding : 5px;
537}
538
f81b6815
AD
539ul.feedErrorsList em {
540 color : gray;
541}
542
9b3e2cc7 543ul.userFeedList {
e5d758e3
AD
544 height : 300px;
545 overflow : auto;
546 list-style-type : none;
8df7184c 547 border : 1px solid gray;
e5d758e3
AD
548 background-color : white;
549 margin : 0px 0px 5px 0px;
550 padding : 0px;
9b3e2cc7 551}
f9cb39ac
AD
552
553ul.browseFeedList {
e5d758e3
AD
554 height : 300px;
555 overflow : auto;
a8328019
AD
556 border-width : 0px 1px 1px 1px;
557 border-color : #c0c0c0;
558 border-style : solid;
e5d758e3 559 margin : 0px 0px 5px 0px;
e5d758e3 560 background-color : white;
a8328019
AD
561 list-style-type : none;
562 padding : 0px;
563
b92e6209
AD
564}
565
566ul.browseFeedList li {
e5d758e3 567 margin : 0px;
a8328019 568 padding : 2px 4px 2px 4px;
f9cb39ac
AD
569}
570
571span.subscribers {
e5d758e3 572 color : #808080;
f9cb39ac
AD
573}
574
c6232e43 575div.subscribers {
e5d758e3 576 color : #808080;
ae096313 577 font-size : 12px;
e5d758e3 578 float : right;
c6232e43
AD
579}
580
c6232e43 581div.browserDetails {
e5d758e3 582 margin : 5px 5px 5px 5px;
e5d758e3 583 padding : 5px;
c6232e43 584}
c2b2aee0
AD
585
586ul.compact {
e5d758e3
AD
587 list-style-type : none;
588 margin : 0px;
589 padding : 0px;
c2b2aee0
AD
590}
591
592ul.compact li {
e5d758e3
AD
593 margin : 0px;
594 padding : 0px;
c2b2aee0
AD
595}
596
69654950 597.noborder {
e5d758e3 598 border-width : 0px;
69654950 599}
0ee1d1a0 600
2055d4a6 601#overlay {
e5d758e3
AD
602 background : white;
603 left : 0;
604 top : 0;
605 height : 100%;
606 width : 100%;
607 z-index : 100;
608 position : absolute;
2055d4a6
AD
609}
610
611#overlay_inner {
e5d758e3 612 font-weight : bold;
fcc36744 613 margin : 1em;
2055d4a6 614}
af106b0e 615
79f3553b
AD
616form {
617 margin : 0px;
618 padding : 0px;
619}
86b682ce
AD
620
621#main_toolbar_form {
2df7a749
AD
622 margin : 0px;
623 padding : 0px;
fcf70c51
AD
624 display : table-cell;
625 white-space : nowrap;
626 width : 100%;
86b682ce 627}
78d5212c 628
33b8cab4
AD
629div.loadingPrompt {
630 padding : 1em;
631 text-align : center;
632 font-weight : bold;
633}
634
9251df44 635div.whiteBox {
9251df44 636 margin-left : 1px;
abbe0154 637 text-align : center;
b6adf039 638 padding : 1em;
9251df44
AD
639}
640
fcf70c51 641html, body#ttrssMain, #main {
2f01fe57
AD
642 width: 100%;
643 height: 100%;
644 border: 0;
645 padding: 0;
646 margin: 0;
fcf70c51 647}
6b4163cb 648
d62796de
AD
649html, body#ttrssPrefs, #main {
650 width: 100%;
651 height: 100%;
652 border: 0;
653 padding: 0;
654 margin: 0;
655}
656
3af75631 657#toolbar div.actionChooser {
fcf70c51
AD
658 display : table-cell;
659 text-align : right;
f8ce21fc 660 padding-right : 3px;
6b4163cb
AD
661}
662
fcf70c51 663/* preferences layout */
f3169d7e 664
656f4b6c 665div.return {
3f59e8cd 666 float : right;
ae096313 667 font-size : 12px;
656f4b6c 668 margin-right : 10px;
3f59e8cd
AD
669}
670
656f4b6c 671div.return a {
3f59e8cd
AD
672 color : #4684ff;
673}
674
656f4b6c 675div.return a:hover {
3f59e8cd
AD
676 color : black;
677}
678
2b25b79d
AD
679#header a {
680 color : #4684ff;
681}
682
683#header a:hover {
684 color : black;
685}
686
687#header img {
d9fa39f1
AD
688 vertical-align : middle;
689 cursor : pointer;
69ea0cdd
AD
690}
691
05fcdf52
AD
692div.autocomplete {
693 position : absolute;
694 width : 250px;
695 background-color : white;
696 border :1px solid #778899;
697 margin : 0px;
698 padding : 0px;
699}
700
701div.autocomplete ul {
702 list-style-type : none;
703 margin : 0px;
704 padding : 0px;
705}
706
707div.autocomplete ul li.selected {
708 background-color : #fff7d5;
709}
710
711div.autocomplete ul li {
712 list-style-type : none;
713 display : block;
714 margin : 0;
715 padding : 2px;
716 height : 32px;
717 cursor : pointer;
718}
719
e635d56a
AD
720a.visibleLink {
721 color : #4684ff;
e635d56a 722}
6cfea5c7 723
cff7a3a2
AD
724a.visibleLinkB {
725 color : #4684ff;
726 border : 1px solid #4684ff;
727 padding : 2px;
728}
729
730a.visibleLinkB:hover {
731 background-color : #ecf4ff;
732}
733
8cc5e965 734.hlContentH a, .hlContentH span {
546499a9
AD
735 color : #00cc00;
736}
737
8cc5e965 738.hlContentL a, .hlContentL span {
546499a9
AD
739 color : #909090;
740 text-decoration : line-through;
741}
5daa24f2
AD
742
743span.titleWrapH, span.titleWrapH a {
744 color : #00cc00;
745}
746
747span.titleWrapL, span.titleWrapL a {
748 color : #909090;
749 text-decoration : line-through;
750}
751
752img.hlScorePic {
753 vertical-align : middle;
754 width : 16px;
755 height : 16px;
756}
757
10fa6615 758div.dlgSec {
ae096313 759 font-size : 12px;
10fa6615
AD
760 color : gray;
761 font-weight : bold;
762 clear : both;
763 height : 20px;
764}
765
766div.dlgSecCont {
767 position : relative;
768 left : 150px;
769 top : -20px;
770 float : left;
ae096313 771 font-size : 12px;
baa2db9f 772 font-weight : normal;
d90868d7
AD
773}
774
bcf5ed46
AD
775div.dlgSecCont hr {
776 height : 0px;
777 line-height : 0px;
778 border : 0px solid transparent;
779 margin : 2px;
780}
781
d90868d7 782div.dlgSecCont > * {
bcf5ed46
AD
783 position : relative;
784 top : -2px;
10fa6615
AD
785}
786
787div.dlgButtons {
788 text-align : right;
789 clear : both;
790}
791
a740f4b5
AD
792span.labelColorIndicator {
793 height : 14px;
794 width : 14px;
795 line-height : 14px;
86edc737 796 font-size : 9px;
a740f4b5
AD
797 display : inline-block;
798 border : 1px solid black;
799 background-color : #fff7d5;
800 color : #063064;
801 text-align : center;
802 margin-right : 2px;
803}
804
fb8b2153
AD
805span.labelColorIndicator2 {
806 height : 14px;
807 width : 14px;
86edc737 808 font-size : 9px;
fb8b2153
AD
809 display : inline-block;
810 border : 1px solid black;
811 background-color : #fff7d5;
812 color : #063064;
813 text-align : center;
814 margin-right : 2px;
815 vertical-align : bottom;
816}
817
78935092
AD
818div#cmdline {
819 position : absolute;
820 left : 5px;
821 bottom : 5px;
822 font-size : 11px;
823 color : gray;
824 font-weight : bold;
825 background-color : white;
826 border : 1px solid #88b0f0;
827 padding : 3px 5px 3px 5px;
828 z-index : 5;
829}
f4280bdd
AD
830
831#feed_browser_spinner {
832 vertical-align : middle;
833 height : 18px;
834 width : 18px;
835}
37e93d6c
AD
836
837div#auxDlg {
838 position : absolute;
839 z-index : 3;
7c057b1a
AD
840 bottom : 5px;
841 right : 25px;
37e93d6c
AD
842 padding : 5px;
843 border-width : 1px;
844 border-style : solid;
845 border-color : #d7c47a;
846 background-color : #fff7d5;
847 color : black;
848 text-align : center;
de0a6d93 849 font-size : 13px;
37e93d6c
AD
850}
851
852div#auxDlg a {
853 color : #4684ff;
854}
ad491d75 855
8cc5e965
AD
856div.hlTitle {
857 display : table-cell;
858 cursor : pointer;
859 width : 100%;
860 vertical-align : middle;
861 padding-top : 4px;
862 padding-bottom : 4px;
a0f98bbf
AD
863}
864
8cc5e965
AD
865div.hlLeft {
866 display : table-cell;
867 vertical-align : middle;
868 white-space: nowrap;
ad491d75
AD
869}
870
8cc5e965
AD
871div.hlRight {
872 display : table-cell;
873 white-space: nowrap;
874 text-align : right;
875 vertical-align : middle;
ad491d75
AD
876}
877
fcf70c51
AD
878div.hlRight img {
879 max-width : 16px;
880 max-height : 16px;
881}
882
8cc5e965
AD
883span.hlUpdated {
884 color : gray;
6edeede3
AD
885 min-width : 100px;
886 display : table-cell;
887 width : 100%;
888 vertical-align : middle;
6edeede3 889 text-align : right;
e17e99fb
AD
890 font-size : 10px;
891 font-weight : normal;
577399e8
AD
892}
893
f947467a
AD
894div.hlLeft {
895 padding-left : 8px;
896}
897
8cc5e965
AD
898div.hlLeft input {
899 margin-left : 4px;
900 margin-right : 4px;
ad491d75
AD
901}
902
8cc5e965
AD
903div.hlLeft img, div.hlRight img {
904 margin : 0px 4px 0px 4px;
cb1a012b 905}
8cc5e965 906
cb1a012b
AD
907div.hlLeft img {
908 width : 16px;
909 height : 16px;
8cc5e965 910}
31a53903 911
ba083651
AD
912div.fatalError {
913 margin-bottom : 10px;
914}
951906dc
AD
915
916div.fatalError button {
917 margin-top : 5px;
918}
919
920div.fatalError textarea {
921 width : 100%;
922 height : 100px;
923}
2f01fe57
AD
924
925#main {
926 border-width : 0px;
6e4f4ce1
AD
927 margin : 0px;
928 padding : 0px;
929}
930
2b25b79d
AD
931#header-wrap {
932 border-width : 0px;
933 margin : 0px;
934 padding : 0px;
935}
936
6e4f4ce1
AD
937#content-wrap {
938 padding : 0px;
2d1282d4 939 border-width : 0px 0px 1px 1px;
38325ad6
AD
940 border-style : solid;
941 border-color : #c0c0c0;
2d1282d4 942 margin : 0px;
2f01fe57
AD
943}
944
945#feeds-holder {
946 padding : 0px;
fcf70c51
AD
947 border-color : #88b0f0;
948 border-left-width : 0px;
949 border-bottom-width : 0px;
2b25b79d 950 border-top-width : 0px;
227cdb72 951 overflow : auto;
2f01fe57
AD
952}
953
6e4f4ce1
AD
954#headlines-wrap-inner {
955 padding : 0px;
956 margin : 0px;
957 border-width : 0px;
958}
959
2f01fe57
AD
960#headlines-frame {
961 padding : 0px;
fcf70c51 962 border-color : #88b0f0;
6f3976c9 963 border-left-width : 0px;
fcf70c51 964 border-right-width : 0px;
0ce61157
AD
965 margin-top : 0px;
966 border-top-width : 0px;
967}
968
d4eebd8b 969#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 970 display : none;
2f01fe57
AD
971}
972
6f3976c9 973#toolbar {
f8ce21fc 974 padding : 0px;
6e4f4ce1 975 margin : 0px;
2f01fe57 976 border-width : 0px;
6e4f4ce1 977 white-space: nowrap;
1354d172 978 font-size : 11px;
2f01fe57
AD
979}
980
981#header {
2f01fe57 982 border-width : 0px;
2b25b79d
AD
983 text-align : right;
984 color : gray;
985 padding : 5px 5px 0px 0px;
986 margin : 0px;
987 position : absolute;
988 right : 0px;
989 top : 0px;
990 z-index : 5;
2f01fe57
AD
991}
992
993#footer {
994 text-align : center;
995 color : gray;
d62796de 996 padding : 4px 4px 8px 4px;
2f01fe57
AD
997 border-width : 0px;
998}
6e4f4ce1
AD
999
1000#content-insert {
1001 padding : 0px;
fcf70c51
AD
1002 border-color : #88b0f0;
1003 border-bottom-width : 0px;
1004 border-right-width : 0px;
6f3976c9 1005 border-left-width : 0px;
b93ad1e1 1006 overflow : auto;
6e4f4ce1 1007}
13e785e0
AD
1008
1009.dijitTreeLabel.Unread {
1010 font-weight : bold;
1011}
1012
1644304f
AD
1013.feedParam {
1014 color : gray;
1015 float : right;
1016 margin-right : 1em;
1017}
1018
a740f4b5
AD
1019.dijitTreeLabel.Disabled, .labelParam.Disabled {
1020 color : gray;
1021}
1022
fcf70c51
AD
1023.dijitTreeRow.Error {
1024 color : red;
1025}
13e785e0 1026
fcf70c51
AD
1027.dijitTreeRow.Hidden {
1028 display : none;
1029}
2ef5c21f 1030
8e289ca1 1031img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
1032 width : 16px;
1033 height : 16px;
7c9f819f 1034 vertical-align : middle;
2ef5c21f 1035}
9c99281f 1036
fb8b2153 1037div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
9c99281f
AD
1038 text-align : center;
1039 padding : 5px;
1040 color : gray;
1041}
d62796de 1042
fb8b2153 1043div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
a740f4b5
AD
1044 margin-right : 5px;
1045}
1046
d62796de
AD
1047div#pref-tabs .dijitContentPane {
1048 font-size : 12px;
1049}
1050
1051div#pref-tabs {
1052 margin : 0px 5px 0px 5px;
1053}
1054
1055div#pref-tabs .dijitContentPane h3 {
1056 font-size : 14px;
1057 font-weight : bold;
1058}
ab7a597c 1059
8df7184c
AD
1060#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
1061#pref-label-wrap, #pref-label-header, #pref-label-content,
373266eb
AD
1062#pref-user-wrap, #pref-user-header, #pref-user-content,
1063#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
8df7184c
AD
1064 margin : 0px;
1065 padding : 0px;
1066 border-width : 0px;
1067}
1068
373266eb 1069#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab {
29f11825
AD
1070 padding : 0px;
1071}
1072
49c6c279
AD
1073#errorButton {
1074 color : red;
1075}
a740f4b5
AD
1076
1077span.labelFixedLength {
1078 display : inline-block;
1079 width : 70%;
1080}
d90868d7
AD
1081
1082#filter_dlg_date_chk_box {
1083 display : inline-block;
1084}
1085
7ce0ea28
AD
1086.dijitDialog .dijitToolbar {
1087 border : 1px solid #c0c0c0;
1088}
d2d75353
AD
1089
1090a.bookmarklet {
1091 color : #4684ff;
1092 border : 1px solid #ecf4ff;
1093 padding : 2px;
1094}
63855db1 1095
c3edc667
AD
1096.player {
1097 display : inline-block;
1098 color : gray;
1099 font-size : 11px;
1100 font-family : sans-serif;
1101 border : 1px solid gray;
1102 padding : 0px 4px 0px 4px;
1103 margin : 0px 2px 0px 2px;
1104 width : 50px;
1105 text-align : center;
1106 background : white;
1107}
1108.player.playing {
1109 color : #00c000;
1110 border-color : #00c000;
1111}
1112
1113.player:hover {
1114 background : #f0f0f0;
1115 cursor : pointer;
1116}
88e4e597 1117
18eb64a8
AD
1118#headlines-spacer {
1119 height : 100%;
1120 margin-left : 1px;
1121 text-align : center;
1122 padding : 1em;
1123 color : gray;
1124}
56fbb82c
AD
1125
1126td.error {
1127 color : red;
1128}
ca6a0741
AD
1129
1130div.dialogNotice {
1131 margin-bottom : 5px;
1132 color : gray;
1133}
6aff7845
AD
1134
1135ul#filterDlg_Matches, ul#filterDlg_Actions {
1136 max-height : 100px;
1137 overflow : auto;
1138 list-style-type : none;
1139 border-style : solid;
1140 border-color : #c0c0c0;
1141 border-width : 0px 1px 1px 1px;
1142 background-color : #ecf4ff;
1143 margin : 0px 0px 5px 0px;
1144 padding : 0px;
1145}
1146
1147ul#filterDlg_Matches li, ul#filterDlg_Actions li {
1148 cursor : pointer;
04e41840
AD
1149 padding : 0px 0px 0px 5px;
1150}
1151
1152ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
1153 margin-right : 5px;
6aff7845 1154}
65d1e250 1155
ad1a0687 1156table.prefPluginsList td label, table.prefUserList td {
65d1e250
AD
1157 cursor : pointer;
1158}
b8cb4d08
AD
1159
1160ul.helpKbList {
1161 max-height : 300px;
1162 overflow : auto;
1163 list-style-type : none;
1164 border : 1px solid #c0c0c0;
1165 background-color : #ecf4ff;
1166 margin : 0px 0px 5px 0px;
1167 padding : 5px;
1168}
1169
1170ul.helpKbList span.hksequence {
1171 width : 6em;
1172 margin-left : 20px;
1173 color : #88b0f0;
1174 font-weight : bold;
1175 display : inline-block;
1176}
1177
1178ul.helpKbList h2 {
1179 margin-top : 0px;
1180}
a122b507
AD
1181
1182.dijitTreeNode .loadingNode {
1183 margin-left : 3px;
1184}
414191d4
AD
1185
1186span.collapseBtn {
1187 cursor : pointer;
1188}
54bc5594
AD
1189
1190div.postContent p {
1191 max-width : 650px;
1192}
b5d4716a
AD
1193
1194.Unread div.hlTitle {
1195 font-weight : bold;
1196}
922bfe73
AD
1197
1198div.postContent iframe {
1199 min-width : 50%;
1200}