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