]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
Merge remote-tracking branch 'origin/master'
[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
e635d56a
AD
723a.visibleLink {
724 color : #4684ff;
e635d56a 725}
6cfea5c7 726
cff7a3a2
AD
727a.visibleLinkB {
728 color : #4684ff;
729 border : 1px solid #4684ff;
730 padding : 2px;
731}
732
733a.visibleLinkB:hover {
734 background-color : #ecf4ff;
735}
736
8cc5e965 737.hlContentH a, .hlContentH span {
546499a9
AD
738 color : #00cc00;
739}
740
8cc5e965 741.hlContentL a, .hlContentL span {
546499a9
AD
742 color : #909090;
743 text-decoration : line-through;
744}
5daa24f2
AD
745
746span.titleWrapH, span.titleWrapH a {
747 color : #00cc00;
748}
749
750span.titleWrapL, span.titleWrapL a {
751 color : #909090;
752 text-decoration : line-through;
753}
754
755img.hlScorePic {
756 vertical-align : middle;
757 width : 16px;
758 height : 16px;
759}
760
10fa6615 761div.dlgSec {
ae096313 762 font-size : 12px;
10fa6615
AD
763 color : gray;
764 font-weight : bold;
765 clear : both;
766 height : 20px;
767}
768
769div.dlgSecCont {
770 position : relative;
771 left : 150px;
772 top : -20px;
773 float : left;
ae096313 774 font-size : 12px;
baa2db9f 775 font-weight : normal;
d90868d7
AD
776}
777
bcf5ed46
AD
778div.dlgSecCont hr {
779 height : 0px;
780 line-height : 0px;
781 border : 0px solid transparent;
782 margin : 2px;
783}
784
d90868d7 785div.dlgSecCont > * {
bcf5ed46
AD
786 position : relative;
787 top : -2px;
10fa6615
AD
788}
789
790div.dlgButtons {
791 text-align : right;
792 clear : both;
793}
794
a740f4b5
AD
795span.labelColorIndicator {
796 height : 14px;
797 width : 14px;
798 line-height : 14px;
86edc737 799 font-size : 9px;
a740f4b5
AD
800 display : inline-block;
801 border : 1px solid black;
802 background-color : #fff7d5;
803 color : #063064;
804 text-align : center;
805 margin-right : 2px;
806}
807
fb8b2153
AD
808span.labelColorIndicator2 {
809 height : 14px;
810 width : 14px;
86edc737 811 font-size : 9px;
fb8b2153
AD
812 display : inline-block;
813 border : 1px solid black;
814 background-color : #fff7d5;
815 color : #063064;
816 text-align : center;
817 margin-right : 2px;
818 vertical-align : bottom;
819}
820
78935092
AD
821div#cmdline {
822 position : absolute;
823 left : 5px;
824 bottom : 5px;
825 font-size : 11px;
826 color : gray;
827 font-weight : bold;
828 background-color : white;
829 border : 1px solid #88b0f0;
830 padding : 3px 5px 3px 5px;
831 z-index : 5;
832}
f4280bdd
AD
833
834#feed_browser_spinner {
835 vertical-align : middle;
836 height : 18px;
837 width : 18px;
838}
37e93d6c
AD
839
840div#auxDlg {
841 position : absolute;
842 z-index : 3;
7c057b1a
AD
843 bottom : 5px;
844 right : 25px;
37e93d6c
AD
845 padding : 5px;
846 border-width : 1px;
847 border-style : solid;
848 border-color : #d7c47a;
849 background-color : #fff7d5;
850 color : black;
851 text-align : center;
de0a6d93 852 font-size : 13px;
37e93d6c
AD
853}
854
855div#auxDlg a {
856 color : #4684ff;
857}
ad491d75 858
8cc5e965
AD
859div.hlTitle {
860 display : table-cell;
861 cursor : pointer;
862 width : 100%;
863 vertical-align : middle;
864 padding-top : 4px;
865 padding-bottom : 4px;
a0f98bbf
AD
866}
867
8cc5e965
AD
868div.hlLeft {
869 display : table-cell;
870 vertical-align : middle;
871 white-space: nowrap;
ad491d75
AD
872}
873
8cc5e965
AD
874div.hlRight {
875 display : table-cell;
876 white-space: nowrap;
877 text-align : right;
878 vertical-align : middle;
ad491d75
AD
879}
880
fcf70c51
AD
881div.hlRight img {
882 max-width : 16px;
883 max-height : 16px;
884}
885
8cc5e965
AD
886span.hlUpdated {
887 color : gray;
6edeede3
AD
888 min-width : 100px;
889 display : table-cell;
890 width : 100%;
891 vertical-align : middle;
6edeede3 892 text-align : right;
e17e99fb
AD
893 font-size : 10px;
894 font-weight : normal;
577399e8
AD
895}
896
f947467a
AD
897div.hlLeft {
898 padding-left : 8px;
899}
900
8cc5e965
AD
901div.hlLeft input {
902 margin-left : 4px;
903 margin-right : 4px;
ad491d75
AD
904}
905
8cc5e965
AD
906div.hlLeft img, div.hlRight img {
907 margin : 0px 4px 0px 4px;
cb1a012b 908}
8cc5e965 909
cb1a012b
AD
910div.hlLeft img {
911 width : 16px;
912 height : 16px;
8cc5e965 913}
31a53903 914
ba083651
AD
915div.fatalError {
916 margin-bottom : 10px;
917}
951906dc
AD
918
919div.fatalError button {
920 margin-top : 5px;
921}
922
923div.fatalError textarea {
924 width : 100%;
925 height : 100px;
926}
2f01fe57
AD
927
928#main {
929 border-width : 0px;
6e4f4ce1
AD
930 margin : 0px;
931 padding : 0px;
932}
933
2b25b79d
AD
934#header-wrap {
935 border-width : 0px;
936 margin : 0px;
937 padding : 0px;
938}
939
6e4f4ce1
AD
940#content-wrap {
941 padding : 0px;
2d1282d4 942 border-width : 0px 0px 1px 1px;
38325ad6
AD
943 border-style : solid;
944 border-color : #c0c0c0;
2d1282d4 945 margin : 0px;
2f01fe57
AD
946}
947
948#feeds-holder {
949 padding : 0px;
fcf70c51
AD
950 border-color : #88b0f0;
951 border-left-width : 0px;
952 border-bottom-width : 0px;
2b25b79d 953 border-top-width : 0px;
227cdb72 954 overflow : auto;
2f01fe57
AD
955}
956
6e4f4ce1
AD
957#headlines-wrap-inner {
958 padding : 0px;
959 margin : 0px;
960 border-width : 0px;
961}
962
2f01fe57
AD
963#headlines-frame {
964 padding : 0px;
fcf70c51 965 border-color : #88b0f0;
6f3976c9 966 border-left-width : 0px;
fcf70c51 967 border-right-width : 0px;
0ce61157
AD
968 margin-top : 0px;
969 border-top-width : 0px;
970}
971
d4eebd8b 972#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 973 display : none;
2f01fe57
AD
974}
975
6f3976c9 976#toolbar {
f8ce21fc 977 padding : 0px;
6e4f4ce1 978 margin : 0px;
2f01fe57 979 border-width : 0px;
6e4f4ce1 980 white-space: nowrap;
1354d172 981 font-size : 11px;
2f01fe57
AD
982}
983
984#header {
2f01fe57 985 border-width : 0px;
2b25b79d
AD
986 text-align : right;
987 color : gray;
988 padding : 5px 5px 0px 0px;
989 margin : 0px;
990 position : absolute;
991 right : 0px;
992 top : 0px;
993 z-index : 5;
2f01fe57
AD
994}
995
996#footer {
997 text-align : center;
998 color : gray;
d62796de 999 padding : 4px 4px 8px 4px;
2f01fe57
AD
1000 border-width : 0px;
1001}
6e4f4ce1
AD
1002
1003#content-insert {
1004 padding : 0px;
fcf70c51
AD
1005 border-color : #88b0f0;
1006 border-bottom-width : 0px;
1007 border-right-width : 0px;
6f3976c9 1008 border-left-width : 0px;
b93ad1e1 1009 overflow : auto;
6e4f4ce1 1010}
13e785e0
AD
1011
1012.dijitTreeLabel.Unread {
1013 font-weight : bold;
1014}
1015
1644304f
AD
1016.feedParam {
1017 color : gray;
1018 float : right;
1019 margin-right : 1em;
1020}
1021
a740f4b5
AD
1022.dijitTreeLabel.Disabled, .labelParam.Disabled {
1023 color : gray;
1024}
1025
fcf70c51
AD
1026.dijitTreeRow.Error {
1027 color : red;
1028}
13e785e0 1029
fcf70c51
AD
1030.dijitTreeRow.Hidden {
1031 display : none;
1032}
2ef5c21f 1033
8e289ca1 1034img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
1035 width : 16px;
1036 height : 16px;
7c9f819f 1037 vertical-align : middle;
2ef5c21f 1038}
9c99281f 1039
fb8b2153 1040div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
9c99281f
AD
1041 text-align : center;
1042 padding : 5px;
1043 color : gray;
1044}
d62796de 1045
fb8b2153 1046div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
a740f4b5
AD
1047 margin-right : 5px;
1048}
1049
d62796de
AD
1050div#pref-tabs .dijitContentPane {
1051 font-size : 12px;
1052}
1053
1054div#pref-tabs {
1055 margin : 0px 5px 0px 5px;
1056}
1057
1058div#pref-tabs .dijitContentPane h3 {
1059 font-size : 14px;
1060 font-weight : bold;
1061}
ab7a597c 1062
8df7184c
AD
1063#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
1064#pref-label-wrap, #pref-label-header, #pref-label-content,
373266eb
AD
1065#pref-user-wrap, #pref-user-header, #pref-user-content,
1066#pref-instance-wrap, #pref-instance-header, #pref-instance-content {
8df7184c
AD
1067 margin : 0px;
1068 padding : 0px;
1069 border-width : 0px;
1070}
1071
373266eb 1072#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab {
29f11825
AD
1073 padding : 0px;
1074}
1075
49c6c279
AD
1076#errorButton {
1077 color : red;
1078}
a740f4b5
AD
1079
1080span.labelFixedLength {
1081 display : inline-block;
1082 width : 70%;
1083}
d90868d7
AD
1084
1085#filter_dlg_date_chk_box {
1086 display : inline-block;
1087}
1088
7ce0ea28
AD
1089.dijitDialog .dijitToolbar {
1090 border : 1px solid #c0c0c0;
1091}
d2d75353
AD
1092
1093a.bookmarklet {
1094 color : #4684ff;
1095 border : 1px solid #ecf4ff;
1096 padding : 2px;
1097}
63855db1 1098
c3edc667
AD
1099.player {
1100 display : inline-block;
1101 color : gray;
1102 font-size : 11px;
1103 font-family : sans-serif;
1104 border : 1px solid gray;
1105 padding : 0px 4px 0px 4px;
1106 margin : 0px 2px 0px 2px;
1107 width : 50px;
1108 text-align : center;
1109 background : white;
1110}
1111.player.playing {
1112 color : #00c000;
1113 border-color : #00c000;
1114}
1115
1116.player:hover {
1117 background : #f0f0f0;
1118 cursor : pointer;
1119}
88e4e597 1120
18eb64a8
AD
1121#headlines-spacer {
1122 height : 100%;
1123 margin-left : 1px;
1124 text-align : center;
1125 padding : 1em;
1126 color : gray;
1127}
56fbb82c
AD
1128
1129td.error {
1130 color : red;
1131}
ca6a0741
AD
1132
1133div.dialogNotice {
1134 margin-bottom : 5px;
1135 color : gray;
1136}
6aff7845
AD
1137
1138ul#filterDlg_Matches, ul#filterDlg_Actions {
1139 max-height : 100px;
1140 overflow : auto;
1141 list-style-type : none;
1142 border-style : solid;
1143 border-color : #c0c0c0;
1144 border-width : 0px 1px 1px 1px;
1145 background-color : #ecf4ff;
1146 margin : 0px 0px 5px 0px;
1147 padding : 0px;
1148}
1149
1150ul#filterDlg_Matches li, ul#filterDlg_Actions li {
1151 cursor : pointer;
04e41840
AD
1152 padding : 0px 0px 0px 5px;
1153}
1154
1155ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
1156 margin-right : 5px;
6aff7845 1157}
65d1e250 1158
ad1a0687 1159table.prefPluginsList td label, table.prefUserList td {
65d1e250
AD
1160 cursor : pointer;
1161}
b8cb4d08
AD
1162
1163ul.helpKbList {
1164 max-height : 300px;
1165 overflow : auto;
1166 list-style-type : none;
1167 border : 1px solid #c0c0c0;
1168 background-color : #ecf4ff;
1169 margin : 0px 0px 5px 0px;
1170 padding : 5px;
1171}
1172
1173ul.helpKbList span.hksequence {
1174 width : 6em;
1175 margin-left : 20px;
1176 color : #88b0f0;
1177 font-weight : bold;
1178 display : inline-block;
1179}
1180
1181ul.helpKbList h2 {
1182 margin-top : 0px;
1183}
a122b507
AD
1184
1185.dijitTreeNode .loadingNode {
1186 margin-left : 3px;
1187}
414191d4
AD
1188
1189span.collapseBtn {
1190 cursor : pointer;
1191}
54bc5594
AD
1192
1193div.postContent p {
1194 max-width : 650px;
1195}