]> git.wh0rd.org - tt-rss.git/blame - tt-rss.css
rework version checking
[tt-rss.git] / tt-rss.css
CommitLineData
e605954f 1body#ttrssMain, body#ttrssPrefs, body#ttrssLogin {
e5d758e3
AD
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
84e0e3bb 6 font-family : "Lucida Grande", Arial, 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 {
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;
20983286
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
e828e31e 44div.postReply div.postContent {
e5d758e3 45 padding : 10px;
ae096313 46 font-size : 12px;
f0601b87
AD
47}
48
f325d942
AD
49div.postReply div.postContent img {
50 border-width : 0px;
762c9064 51 max-width : 98%;
f325d942
AD
52}
53
e828e31e 54div.postReply div.postIcon {
e5d758e3
AD
55 float : right;
56 border : 0px;
3505baeb 57 margin : 5px;
73d1378f
AD
58}
59
60div.postReply div.postIcon img {
61 max-width : 120px;
f412e5ad 62 display : inline;
5f89f780 63}
e828e31e 64
ce53e200 65div.postReply div.postEnclosures {
ce53e200 66 margin-top : 1em;
ce53e200
AD
67 color : gray;
68}
69
5f014cf1
AD
70div.postReply img.tagsPic {
71 width : 16px;
72 height : 16px;
c7e51de1 73 margin-left : 4px;
5f014cf1
AD
74 vertical-align : middle;
75}
76
c7e51de1 77div.articleNote div.articleNoteOps {
db54143e 78 text-align : center;
c7e51de1 79 color : #9a8c59;
db54143e
AD
80 font-style : italic;
81 margin-top : 5px;
c7e51de1
AD
82}
83
84div.articleNote div.articleNoteOps a {
85 color : #9a8c59;
86}
87
88div.articleNote div.articleNoteOps a:hover {
89 color : black;
90}
91
92div.articleNote {
93 background-color : #fff7d5;
94 border-width : 1px;
95 padding : 5px;
96 border-style : dashed;
97 border-color : #e7d796;
98 font-size : 8px;
db54143e 99 margin-bottom : 5px;
b7268281 100 margin-top : 5px;
db54143e
AD
101 margin-left : 5px;
102 float : right;
c7e51de1 103 color : #9a8c59;
db54143e
AD
104 max-width : 150px;
105 text-align : justify;
c7e51de1
AD
106}
107
06202d88 108div.postReply span.author {
ae096313 109 font-size : 12px;
06202d88 110}
5f014cf1 111
e828e31e 112h1 {
442a9b8c 113 font-size : 18px;
f0601b87
AD
114}
115
e828e31e 116h2 {
442a9b8c 117 font-size : 16px;
e5d758e3
AD
118 font-weight : bold;
119 border-width : 0px 0px 1px 0px;
120 border-style : solid;
121 border-color : #ecf4ff;
1cd17194
AD
122}
123
f5a50b25 124h3 {
ae096313 125 font-size : 12px;
e5d758e3
AD
126 font-weight : bold;
127 border-width : 0px 0px 1px 0px;
128 border-style : solid;
129 border-color : #ecf4ff;
f5a50b25
AD
130}
131
e828e31e 132hr {
e5d758e3
AD
133 border-width : 0px 0px 1px 0px;
134 border-style : dashed;
135 border-color : #e0e0e0;
e828e31e 136}
67824557 137
e828e31e 138a {
e5d758e3
AD
139 color : black;
140 text-decoration : none;
1cd17194
AD
141}
142
e828e31e 143a:hover {
e5d758e3 144 color : #4684ff;
9b307248
AD
145}
146
e828e31e 147#piggie {
d437c8cf 148 z-index : 999;
e5d758e3 149 position : absolute;
9b307248
AD
150}
151
a4dbc524
AD
152textarea.iedit {
153 width : 100%;
154}
155
0666e120 156input.iedit {
14f69488
AD
157 width : 100%;
158 padding-left : 2px;
1cd17194
AD
159}
160
0666e120
AD
161select.iedit {
162 width : 100%;
163}
164
77e96719 165input.editbox {
e5d758e3
AD
166 width : 200px;
167 padding-left : 2px;
77e96719
AD
168}
169
f407c086 170#notify {
958e3f4f 171 border-width : 0px 1px 1px 1px;
f407c086 172 border-style : solid;
958e3f4f 173 top : 0px;
8b184d75
AD
174 right : 35%;
175 min-width : 30%;
0ceded7a 176 position : absolute;
33b8cab4 177 display : none;
ce3bf408 178 float : right;
ae096313 179 font-size : 12px;
fcc36744 180 z-index : 99;
106689b0 181 padding : 5px 5px 5px 5px;
1cd17194
AD
182}
183
0d32b41e
AD
184#notify img {
185 vertical-align : middle;
186}
187
42c32916
AD
188.notifyProgress {
189 border-color : #d7c47a;
190 background-color : #fff7d5;
191 color : black;
192}
193
194.notifyInfo {
195 border-color : #7AD78E;
196 background-color : #D5FFDB;
197 color : black;
198}
199
f407c086
AD
200.notify {
201 border-color : #d7c47a;
202 background-color : #fff7d5;
203 color : black;
204}
205
206.notifyError {
207 background-color : #ffcccc;
208 border-color : #ff0000;
209 color : black;
210}
211
ef16ae37
AD
212.notifyError span:hover {
213 color : red;
214 cursor : pointer;
215}
216
a8328019
AD
217.blankborder, .blankborder td {
218 border-style : solid;
219 border-color : transparent;
220 border-width : 0px 0px 1px 0px;
221}
222
223.Selected, .Selected td {
224 background-color : #fff7d5;
225}
226
ca8e3d75 227.even.Unread.Selected, .even.Unread.Selected td {
e5d758e3
AD
228 background-color : #fff7d5;
229 font-weight : bold;
f28b542c 230 border-width : 0px 0px 1px 0px;
dc803347
AD
231 border-style : solid;
232 border-color : #e7d796;
a3ee2a38
AD
233}
234
ca8e3d75 235.odd.Unread.Selected, .odd.Unread.Selected td {
e5d758e3
AD
236 background-color : #fff7d5;
237 font-weight : bold;
f28b542c
AD
238 border-width : 0px 0px 1px 0px;
239 border-style : solid;
240 border-color : #e7d796;
a3ee2a38
AD
241}
242
ca8e3d75 243.even.Selected, .even.Selected td {
e5d758e3 244 background-color : #fff7d5;
f28b542c 245 border-width : 0px 0px 1px 0px;
dc803347
AD
246 border-style : solid;
247 border-color : #e7d796;
248 border-collapse : collapse;
007bda35
AD
249}
250
ca8e3d75 251.odd.Selected, .odd.Selected td {
e5d758e3 252 background-color : #fff7d5;
f28b542c
AD
253 border-width : 0px 0px 1px 0px;
254 border-style : solid;
255 border-color : #e7d796;
256 border-collapse : collapse;
0b68215c 257}
3745788e 258
ca8e3d75 259.even.Grayed, .even.Grayed td {
e5d758e3
AD
260 background-color : #f0f0f0;
261 color : #909090;
f28b542c 262 border-width : 0px 0px 1px 0px;
dc803347
AD
263 border-style : solid;
264 border-color : #c0c0c0;
265 border-collapse : collapse;
b7f4bda2
AD
266}
267
ca8e3d75 268.odd.Grayed {
e5d758e3 269 color : #909090;
f07c0eb4
AD
270}
271
0b68215c 272.even, .even td {
f28b542c 273 border-width : 0px 0px 1px 0px;
dc803347
AD
274 border-style : solid;
275 border-color : #c0c0c0;
e5d758e3 276 background-color : #f0f0f0;
dc803347 277 border-collapse : collapse;
ac43eba1 278}
a2015351 279
f28b542c
AD
280.odd, .odd td {
281 border-width : 0px 0px 1px 0px;
282 border-style : solid;
283 border-color : #c0c0c0;
284 border-collapse : collapse;
285}
286
ca8e3d75 287.even.Unread, .even.Unread td {
e5d758e3
AD
288 background-color : #f0f0f0;
289 font-weight : bold;
f28b542c 290 border-width : 0px 0px 1px 0px;
dc803347
AD
291 border-style : solid;
292 border-color : #c0c0c0;
293 border-collapse : collapse;
f07c0eb4
AD
294}
295
ca8e3d75 296.odd.Unread, .odd.Unread td {
e5d758e3 297 font-weight : bold;
f28b542c
AD
298 border-width : 0px 0px 1px 0px;
299 border-style : solid;
300 border-color : #c0c0c0;
f07c0eb4 301}
508a81e1 302
e828e31e 303.invisible {
e5d758e3 304 display : none;
508a81e1 305}
b7f4bda2 306
e828e31e 307/* preferences */
603c27f8 308
e351c494
AD
309table.prefPrefsList tr:hover td.prefValue {
310 color : #88b0f0;
311}
312
313table.prefPrefsList tr:hover td.prefValue input {
314 color : #88b0f0;
315}
316
8df7184c
AD
317table.prefPrefsList h3 {
318 margin-top : 0px;
319}
320
327a3bbe 321tr.title td {
e5d758e3
AD
322 border-width : 0px 0px 1px 0px;
323 border-color : #ecf4ff;
324 border-style : solid;
73bdfa53 325 color : #4684ff;
0ea4fb50
AD
326}
327
a426e532 328tr.title td a {
73bdfa53 329 color : #4684ff;
a426e532
AD
330}
331
332tr.title td a:hover {
73bdfa53 333 color : black;
a426e532 334}
327a3bbe 335
0ea4fb50 336table.prefFeedList td.feedEditCat {
e5d758e3 337 font-weight : bold;
73bdfa53
AD
338 border-width : 0px 0px 1px 0px;
339 border-style : solid;
340 border-color : #88b0f0;
35d33b9d 341 padding-top : 0.5em;
70830c87 342}
f0601b87 343
a82dc5e4
AD
344table.prefFilterList td.filterEditCat {
345 font-weight : bold;
346 border-width : 0px 0px 1px 0px;
347 border-style : solid;
348 border-color : #88b0f0;
349 padding-top : 0.5em;
350}
351
a95da136
AD
352/* oh for the love of... */
353
354table.prefFilterList tr.even,
355table.prefFilterList tr.odd,
356table.prefFilterList tr.evenSelected,
357table.prefFilterList tr.oddSelected,
358table.prefLabelList tr.even,
359table.prefLabelList tr.odd,
360table.prefLabelList tr.evenSelected,
361table.prefLabelList tr.oddSelected,
362table.prefUserList tr.even,
363table.prefUserList tr.odd,
364table.prefUserList tr.evenSelected,
365table.prefUserList tr.oddSelected,
366table.prefFeedList tr.even,
367table.prefFeedList tr.odd,
368table.prefFeedList tr.evenSelected,
369table.prefFeedList tr.oddSelected
370{
371 cursor : pointer;
372}
373
374table.prefFilterList tr.even:hover td,
375table.prefFilterList tr.odd:hover td,
376table.prefFilterList tr.evenSelected:hover td,
377table.prefFilterList tr.oddSelected:hover td
378table.prefLabelList tr.even:hover td,
379table.prefLabelList tr.odd:hover td,
380table.prefLabelList tr.evenSelected:hover td,
381table.prefLabelList tr.oddSelected:hover td,
382table.prefUserList tr.even:hover td,
383table.prefUserList tr.odd:hover td,
384table.prefUserList tr.evenSelected:hover td,
385table.prefUserList tr.oddSelected:hover td,
386table.prefFeedList tr.even:hover td,
387table.prefFeedList tr.odd:hover td,
388table.prefFeedList tr.evenSelected:hover td,
389table.prefFeedList tr.oddSelected:hover td
390{
391 color : #88b0f0;
392}
393
62ac0cc8 394table.prefFeedList td.feedIcon {
e5d758e3 395 text-align : center;
62ac0cc8
AD
396}
397
398table.prefFeedList td.feedSelect {
e5d758e3 399 text-align : center;
62ac0cc8
AD
400}
401
e1218480 402div.prefFeedCatHolder, div.prefFeedOPMLHolder {
bec2ecd9 403 height : 300px;
9c483746 404 overflow : auto;
a8328019
AD
405 border-width : 0px 1px 1px 1px;
406 border-color : #c0c0c0;
407 border-style : solid;
408 margin : 0px 0px 5px 0px;
bec2ecd9 409 background-color : #ecf4ff;
9c483746
AD
410}
411
e1218480
AD
412div.prefFeedOPMLHolder {
413 border-width : 1px 1px 1px 1px;
414}
415
7dc66a61 416a.helpLink {
e5d758e3 417 color : #808080;
7dc66a61
AD
418}
419
420a.helpLink:hover {
e5d758e3 421 color : #4684ff;
7dc66a61
AD
422}
423
083020ad
AD
424#content-insert pre, #headlines-frame pre {
425 margin : 0px 0px 0px 1em;
426 padding : 0px;
427 font-family : monospace;
428 font-size : 12px;
429 background : white;
430 border-width : 0px;
431}
432
433#content-insert blockquote, #headlines-frame blockquote {
434 margin : 0px 0px 0px 1em;
435 border-width : 0px 0px 0px 2px;
436 border-color : #c0c0c0;
437 border-style : solid;
438 font-style : italic;
439 padding : 0px 0px 0px 1em;
440 font-size : 12px;
441 color : gray;
7dc66a61 442}
e2f8f7b4 443
d62796de 444/*
656f4b6c 445div.firstTab {
a715eb58 446 width : 10px;
6a244e6e
AD
447 float : left;
448}
449
450div.prefsTab:hover {
451 cursor : pointer;
f5a50b25
AD
452}
453
ca8e3d75 454div.prefsTab.Selected:hover {
10b443bd
AD
455 cursor : pointer;
456}
457
656f4b6c
AD
458div.prefsTab {
459 float : left;
460 border-width : 1px 1px 0px 1px;
772f0404 461 border-color : #C4D1E4;
656f4b6c
AD
462 border-style : solid;
463 margin : 0px 0px 0px 5px;
464 padding : 3px 5px 3px 5px;
ae096313 465 font-size : 12px;
3a4d6df3 466 font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
656f4b6c 467 border-collapse : collapse;
656f4b6c
AD
468 min-width : 100px;
469 text-align : center;
1f8274d3 470 cursor : pointer;
727b0e56
AD
471 position : relative;
472 bottom : -1px;
473 height : 30px;
f5a50b25
AD
474}
475
ca8e3d75 476div.prefsTab.Selected {
656f4b6c
AD
477 float : left;
478 border-width : 1px 1px 0px 1px;
479 border-color : #88b0f0;
480 border-style : solid;
481 margin : 0px 0px 0px 5px;
482 padding : 3px 5px 3px 5px;
483 background-color : #ecf4ff;
ae096313 484 font-size : 12px;
3a4d6df3 485 font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
656f4b6c 486 border-collapse : collapse;
656f4b6c
AD
487 font-weight : bold;
488 min-width : 100px;
489 text-align : center;
1f8274d3 490 cursor : pointer;
727b0e56
AD
491 position : relative;
492 bottom : -1px;
493 z-index : 3;
494 height : 30px;
d62796de 495} */
ab3d0b99 496
0d32b41e
AD
497div.notice {
498 background : #ffffff;
499 border : 1px solid #88b0f0;
e400230e 500 width : 60%;
0d32b41e
AD
501 padding : 5px;
502 margin : 0px 0px 5px 0px;
ae096313 503 font-size : 12px;
0d32b41e
AD
504}
505
ab3d0b99 506div.warning {
e5d758e3
AD
507 background : #fff7d5;
508 border : 1px solid #d7c47a;
ae096313 509 font-size : 12px;
e400230e 510 width : 60%;
3f59e8cd 511 padding : 5px;
c93d8e07 512 margin : 0px 0px 5px 0px;
e6cb77a0
AD
513}
514
9e21a571 515div.warning img, div.notice img, div.error img {
0d32b41e 516 vertical-align : middle;
e5d758e3 517 padding : 5px;
ab3d0b99
AD
518}
519
1b74062f
AD
520span.filterDateError {
521 color : #ff0000;
522}
523
84916243
AD
524div.error {
525 border : 1px solid #ff0000;
526 background : #ffcccc;
527 padding : 5px;
528 margin : 0px 0px 5px 0px;
ae096313 529 font-size : 12px;
84916243
AD
530}
531
ab3d0b99 532ul.nomarks {
e5d758e3
AD
533 list-style-type : none;
534 margin : 0px;
535 padding : 10px;
ab3d0b99
AD
536}
537
b1895692 538div.prefHelp, td.prefHelp {
e5d758e3 539 color : gray;
abe4d057 540 padding : 5px;
8cb74804
AD
541}
542
f1cdb8c6 543table.loginForm {
e5d758e3 544 background-color : #ecf4ff;
f1cdb8c6
AD
545}
546
365f95dc
AD
547span.feed_error {
548 color : red;
549}
550
746dcf42 551.insensitive {
e5d758e3 552 color : gray;
bca02305 553}
afb7a1d6 554
d4d6d528
AD
555.insensitive a {
556 color : #4684ff;
557}
558
559.insensitive a:hover {
560 color : black;
561}
562
d9dde1d6 563.small {
ae096313 564 font-size : 11px;
d9dde1d6 565}
28fa9253
AD
566
567table.innerFeedTable td {
e5d758e3
AD
568 margin : 0px;
569 padding : 0px;
28fa9253 570}
35f3c923
AD
571
572td.selectPrompt {
ae096313 573 font-size : 12px;
e5d758e3 574 color : gray;
35f3c923 575}
1572afe5 576
6e4f4ce1 577div#headlines-toolbar {
6f3976c9 578 border-width : 1px 0px 1px 0px;
0ce61157
AD
579 background-color : #ecf4ff;
580 border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0;
ae096313 581 font-size : 11px;
3a4d6df3 582 font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
442a9b8c 583 color : gray;
fcf70c51 584 padding : 0px;
6e4f4ce1
AD
585 margin : 0px;
586 overflow : hidden;
0ce61157 587 height : 23px;
8b27182a
AD
588}
589
fcf70c51
AD
590div#headlines-toolbar .dijitSelect {
591 font-size : 11px;
592}
593
594div#headlines-toolbar div#subtoolbar_main {
595 display : table-cell;
596 width : 100%;
597 white-space : nowrap;
598 vertical-align : middle;
0ce61157 599 padding-left : 5px;
fcf70c51 600}
e81d0308 601
6e4f4ce1 602div#headlines-toolbar div#subtoolbar_ftitle {
fcf70c51
AD
603 display : table-cell;
604 text-align : right;
605 vertical-align : middle;
606 white-space : nowrap;
607 padding-right : 5px;
c1c9df00
AD
608}
609
591c396d 610span.contentPreview {
e5d758e3
AD
611 color : gray;
612 font-weight : normal;
591c396d 613}
179d6f57 614
0f172fff 615span.contentPreview:hover {
e5d758e3 616 color : #4684ff;
0f172fff
AD
617}
618
8cc5e965 619span.hlLabelRef {
e2549229
AD
620 background-color : #fff7d5;
621 font-height : 8px;
622 color : #063064;
623 font-weight : normal;
624 margin : 0px 3px 0px 3px;
625 padding : 0px 4px 0px 4px;
626 white-space: nowrap;
627}
628
67343d9f 629td.hlSelectRow, td.hlUpdPic {
e5d758e3
AD
630 width : 25px;
631 text-align : center;
179d6f57
AD
632}
633
b810a0f1 634div.postHeader div.postDate {
e5d758e3
AD
635 text-align : right;
636 color : gray;
b810a0f1 637 float : right;
9167e250 638}
36aab70f 639
b810a0f1 640div.postHeader div.postDateRTL {
e5d758e3
AD
641 text-align : left;
642 color : gray;
b810a0f1
AD
643 float : right;
644}
645
646div.postHeader div {
647 padding-bottom : 3px;
ae096313 648 font-size : 12px;
e9aecd4d 649 /* font-family : "Lucida Grande", Tahoma, sans-serif; */
ed51e128
AD
650}
651
36aab70f 652#feedUpdateErrors {
e5d758e3 653 display : none;
36aab70f
AD
654}
655
42918a07 656#allEntryTags {
ae096313 657 font-size : 12px;
e5d758e3
AD
658 border-width : 0px 0px 1px 0px;
659 border-style : solid;
660 border-color : #c0c0c0;
661 padding-bottom : 5px;
662 display : none;
42918a07 663}
13ce14e8 664
4663f9c6 665td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
e5d758e3 666 height : 1em;
4663f9c6 667}
386cbf27 668
afad6f38
AD
669td.hlFeed {
670 text-align : right;
671}
672
df456bb0 673span.hlFeed, span.hlFeed a {
ae096313 674 font-size : 12px;
df456bb0
AD
675 color : gray;
676}
677
678span.hlFeed a:hover {
679 color : #4684ff;
680}
681
7514749d
AD
682img.markedPic {
683 cursor : pointer;
684}
685
1e471f3b 686a.warning {
e5d758e3 687 color : #f04040;
1e471f3b 688}
a9b0bfd5
AD
689
690img.closeButton {
e5d758e3
AD
691 border-width : 0px;
692 float : right;
a9b0bfd5 693}
1da7e457
AD
694
695span.groupPrompt {
ae096313 696 font-size : 12px;
e5d758e3 697 color : #4684ff;
1da7e457 698}
9b3e2cc7 699
0979b696 700div.tagCloudContainer {
a8328019 701 border : 1px solid #c0c0c0;
bec2ecd9 702 background-color : #ecf4ff;
0979b696 703 margin : 5px 0px 5px 0px;
9e6427ab 704 padding : 5px;
0979b696
AD
705 text-align : center;
706}
707
73495fd1 708div.errorExplained {
a8328019 709 border : 1px solid #c0c0c0;
bec2ecd9 710 background-color : #ecf4ff;
73495fd1
AD
711 margin : 5px 0px 5px 0px;
712 padding : 5px;
713}
714
e8dd519b 715ul.feedErrorsList {
bec2ecd9 716 max-height : 300px;
e8dd519b
AD
717 overflow : auto;
718 list-style-type : none;
f81b6815 719 border : 1px solid #c0c0c0;
bec2ecd9 720 background-color : #ecf4ff;
e8dd519b 721 margin : 0px 0px 5px 0px;
bec2ecd9 722 padding : 5px;
e8dd519b
AD
723}
724
f81b6815
AD
725ul.feedErrorsList em {
726 color : gray;
727}
728
9b3e2cc7 729ul.userFeedList {
e5d758e3
AD
730 height : 300px;
731 overflow : auto;
732 list-style-type : none;
8df7184c 733 border : 1px solid gray;
e5d758e3
AD
734 background-color : white;
735 margin : 0px 0px 5px 0px;
736 padding : 0px;
9b3e2cc7 737}
f9cb39ac
AD
738
739ul.browseFeedList {
e5d758e3
AD
740 height : 300px;
741 overflow : auto;
a8328019
AD
742 border-width : 0px 1px 1px 1px;
743 border-color : #c0c0c0;
744 border-style : solid;
e5d758e3 745 margin : 0px 0px 5px 0px;
e5d758e3 746 background-color : white;
a8328019
AD
747 list-style-type : none;
748 padding : 0px;
749
b92e6209
AD
750}
751
752ul.browseFeedList li {
e5d758e3 753 margin : 0px;
a8328019 754 padding : 2px 4px 2px 4px;
f9cb39ac
AD
755}
756
757span.subscribers {
e5d758e3 758 color : #808080;
f9cb39ac
AD
759}
760
c6232e43 761div.subscribers {
e5d758e3 762 color : #808080;
ae096313 763 font-size : 12px;
e5d758e3 764 float : right;
c6232e43
AD
765}
766
c6232e43 767div.browserDetails {
e5d758e3 768 margin : 5px 5px 5px 5px;
e5d758e3 769 padding : 5px;
c6232e43 770}
c2b2aee0
AD
771
772ul.compact {
e5d758e3
AD
773 list-style-type : none;
774 margin : 0px;
775 padding : 0px;
c2b2aee0
AD
776}
777
778ul.compact li {
e5d758e3
AD
779 margin : 0px;
780 padding : 0px;
c2b2aee0
AD
781}
782
072f1ee2 783div.browserFeedInfo {
ae096313 784 font-size : 12px;
21613c4a 785/* border : 1px solid #88b0f0;
e5d758e3 786 background-color : #ecf4ff;
21613c4a
AD
787 -moz-border-radius : 5px; */
788 padding : 5px;
072f1ee2
AD
789}
790
791div.browserFeedInfo div.detailsPart {
e5d758e3 792 margin : 5px 0px 5px 5px;
c2b2aee0 793}
1a3eb77e 794
69654950 795.noborder {
e5d758e3 796 border-width : 0px;
69654950 797}
0ee1d1a0 798
5ede560f 799#dialog_overlay {
5ede560f
AD
800 left : 0;
801 top : 0;
802 height : 100%;
803 width : 100%;
727b0e56 804 z-index : 4;
5ede560f 805 position : absolute;
3a391f67 806 background-image : url("images/shadow_white.png");
5ede560f
AD
807}
808
2055d4a6 809#overlay {
e5d758e3
AD
810 background : white;
811 left : 0;
812 top : 0;
813 height : 100%;
814 width : 100%;
815 z-index : 100;
816 position : absolute;
2055d4a6
AD
817}
818
819#overlay_inner {
e5d758e3 820 font-weight : bold;
fcc36744 821 margin : 1em;
2055d4a6 822}
af106b0e 823
71ad883b 824#noDaemonWarning {
e5d758e3
AD
825 position : absolute;
826 background-color : #ecf4ff;
827 border : 1px solid #88b0f0;
828 padding : 10px;
829 margin : 5px;
830 z-index : 2;
71ad883b 831 display : none;
e5d758e3
AD
832}
833
834#qafInput {
835 width : 100%;
7e3e8f74 836}
14f69488 837
79f3553b
AD
838form {
839 margin : 0px;
840 padding : 0px;
841}
86b682ce
AD
842
843#main_toolbar_form {
2df7a749
AD
844 margin : 0px;
845 padding : 0px;
fcf70c51
AD
846 display : table-cell;
847 white-space : nowrap;
848 width : 100%;
86b682ce 849}
78d5212c
AD
850
851div.feedExtInfo {
852 margin-left : 2em;
853 font-size : 7pt;
854 color : gray;
855 font-weight : normal;
856}
e8614131
AD
857
858span.debugTS {
859 color : #4684ff;
860}
0b7cb301
AD
861
862#backReqBox {
863 display : none;
864}
d48d160c 865
60452879 866/*.scriptWarn:before {
d48d160c 867 content : "Disabled script:";
60452879 868}*/
d48d160c
AD
869
870.scriptWarn {
871 color : white;
872 background-color : #903030;
873 border : 1px solid #601010;
874 padding : 3px;
875 font-weight : bold;
5d8ddfed 876 display : none;
d48d160c 877}
660c059f 878
a262b161
AD
879.objectWarn {
880 color : gray;
a262b161 881 font-style: italic;
2271e805 882 text-align : center;
a262b161
AD
883}
884
660c059f
AD
885table.loginForm2 {
886 padding : 1em;
887}
888
889table.loginForm2 .loginTop {
890 border-width : 0px 0px 1px 0px;
891 border-color : #88b0f0;
892 border-style : solid;
893 padding : 0.5em;
894}
895
896table.loginForm2 .loginMiddle {
897 padding : 3em;
898}
899
900table.loginForm2 .loginBottom {
901 border-width : 1px 0px 0px 0px;
902 border-color : #88b0f0;
903 border-style : solid;
ae096313 904 font-size : 12px;
660c059f
AD
905 text-align : center;
906 color : #909090;
907 padding : 0.5em;
908}
909
910table.loginForm2 .loginBottom a {
52db9978
AD
911 color : gray;
912}
913
914table.loginForm2 .loginBottom a:hover {
915 color : #4684ff;
660c059f
AD
916}
917
104ddfe0 918table.loginForm2 .loginError {
660c059f
AD
919 color : red;
920 margin : 0.5em;
921}
104ddfe0
AD
922
923table.loginForm2 .innerLoginCell {
924 padding-top : 0.5em;
925}
926
8a797376
AD
927#milestoneDetails {
928 display : none;
929}
6b4163cb 930
33b8cab4
AD
931div.loadingPrompt {
932 padding : 1em;
933 text-align : center;
934 font-weight : bold;
935}
936
9251df44 937div.whiteBox {
9251df44 938 margin-left : 1px;
abbe0154 939 text-align : center;
b6adf039 940 padding : 1em;
9251df44
AD
941}
942
fcf70c51 943html, body#ttrssMain, #main {
2f01fe57
AD
944 width: 100%;
945 height: 100%;
946 border: 0;
947 padding: 0;
948 margin: 0;
fcf70c51 949}
6b4163cb 950
d62796de
AD
951html, body#ttrssPrefs, #main {
952 width: 100%;
953 height: 100%;
954 border: 0;
955 padding: 0;
956 margin: 0;
957}
958
3af75631 959#toolbar div.actionChooser {
fcf70c51
AD
960 display : table-cell;
961 text-align : right;
f8ce21fc 962 padding-right : 3px;
6b4163cb
AD
963}
964
fcf70c51 965/* preferences layout */
f3169d7e 966
d62796de 967/* #prefFooter {
6b4163cb
AD
968 position : absolute;
969 bottom : 0px;
9e498255 970 height : 20px;
6b4163cb
AD
971 text-align : center;
972 color : gray;
ae096313 973 font-size : 12px;
6b4163cb
AD
974 background-image : url("images/footer.png");
975 background-position : top left;
976 background-repeat : repeat-x;
977 background-color : white;
978 right : 0px;
5713a439 979 left : 261px;
9e498255 980 padding : 10px;
935f235d 981 border-collapse : collapse;
07185aea 982 border-width : 1px 0px 0px 0px;
935f235d
AD
983 border-style : solid;
984 border-color : #88b0f0;
985
6b4163cb
AD
986}
987
6b5544ca
AD
988#prefFooter {
989 left : 0px;
990}
991
f4fb82c5 992#footer a, #prefFooter a {
c2625f8e
AD
993 color : gray;
994}
995
f4fb82c5
AD
996#footer a:hover, #prefFooter a:hover {
997 color : black;
998}
999
3f59e8cd 1000#prefHeader {
3f59e8cd 1001 color : #4684ff;
ae096313 1002 font-size : 12px;
6a244e6e 1003 margin : 10px;
17ec931d 1004 height : 33px;
d62796de 1005} */
3f59e8cd 1006
656f4b6c 1007div.return {
3f59e8cd 1008 float : right;
ae096313 1009 font-size : 12px;
656f4b6c 1010 margin-right : 10px;
3f59e8cd
AD
1011}
1012
656f4b6c 1013div.return a {
3f59e8cd
AD
1014 color : #4684ff;
1015}
1016
656f4b6c 1017div.return a:hover {
3f59e8cd
AD
1018 color : black;
1019}
1020
d62796de 1021/* #prefContentOuter {
656f4b6c 1022 clear : left;
f4fb82c5 1023 position : absolute;
727b0e56 1024 bottom : 41px;
f4fb82c5
AD
1025 top : 75px;
1026 left : 0px;
1027 right : 0px;
3f59e8cd 1028 min-height : 300px;
656f4b6c
AD
1029 border-width : 1px 0px 0px 0px;
1030 border-color : #88b0f0;
1031 border-style : solid;
ae096313 1032 font-size : 12px;
3f59e8cd 1033}
461766f3 1034
727b0e56
AD
1035#prefContent {
1036 z-index : 4;
1037 background-image : url("images/prefs-content.png");
1038 background-position : top left;
1039 background-repeat : repeat-x;
1040 position : absolute;
1041 bottom : 0px;
1042 top : 0px;
1043 left : 0px;
1044 right : 0px;
1045 padding : 1em;
1046 overflow : auto;
d62796de 1047} */
727b0e56 1048
69ea0cdd 1049div.topLinks img {
d9fa39f1
AD
1050 vertical-align : middle;
1051 cursor : pointer;
69ea0cdd
AD
1052}
1053
cc17c205
AD
1054a.helpLinkPic img {
1055 border-width : 0px;
7483f892 1056 vertical-align : middle;
cc17c205 1057}
f27de515 1058
df0539c7 1059table.prefFeedCatList {
bec2ecd9 1060
df0539c7 1061}
3fc2eed5 1062
05fcdf52
AD
1063div.autocomplete {
1064 position : absolute;
1065 width : 250px;
1066 background-color : white;
1067 border :1px solid #778899;
1068 margin : 0px;
1069 padding : 0px;
1070}
1071
1072div.autocomplete ul {
1073 list-style-type : none;
1074 margin : 0px;
1075 padding : 0px;
1076}
1077
1078div.autocomplete ul li.selected {
1079 background-color : #fff7d5;
1080}
1081
1082div.autocomplete ul li {
1083 list-style-type : none;
1084 display : block;
1085 margin : 0;
1086 padding : 2px;
1087 height : 32px;
1088 cursor : pointer;
1089}
1090
19d96beb
AD
1091#feedOpToolbar {
1092 float : right;
1093}
efae7595
AD
1094
1095div.topLinks {
1096 float : right;
efae7595 1097 color : gray;
6ab04189 1098 font-size : 12px;
63855db1 1099 line-height : 120%;
efae7595
AD
1100}
1101
1102div.topLinks a {
1103 color : #4684ff;
1104}
1105
1106div.topLinks a:hover {
1107 color : black;
1108}
b5dabd1a
AD
1109
1110div.topLinks a.feedback {
db499b67 1111 color : #009900;
b5dabd1a
AD
1112}
1113
e635d56a
AD
1114a.visibleLink {
1115 color : #4684ff;
e635d56a 1116}
6cfea5c7 1117
cff7a3a2
AD
1118a.visibleLinkB {
1119 color : #4684ff;
1120 border : 1px solid #4684ff;
1121 padding : 2px;
1122}
1123
1124a.visibleLinkB:hover {
1125 background-color : #ecf4ff;
1126}
1127
8cc5e965 1128.hlContentH a, .hlContentH span {
546499a9
AD
1129 color : #00cc00;
1130}
1131
8cc5e965 1132.hlContentL a, .hlContentL span {
546499a9
AD
1133 color : #909090;
1134 text-decoration : line-through;
1135}
5daa24f2
AD
1136
1137span.titleWrapH, span.titleWrapH a {
1138 color : #00cc00;
1139}
1140
1141span.titleWrapL, span.titleWrapL a {
1142 color : #909090;
1143 text-decoration : line-through;
1144}
1145
1146img.hlScorePic {
1147 vertical-align : middle;
1148 width : 16px;
1149 height : 16px;
1150}
1151
4298481d
AD
1152div#hotkey_help_overlay {
1153 position : absolute;
d97e02ad
AD
1154 left : 30px;
1155 right : 30px;
1156 top : 30px;
4298481d 1157 z-index : 999;
4298481d 1158 color : white;
442a9b8c 1159 font-size : 15px;
4298481d
AD
1160}
1161
1162div#hotkey_help_overlay h1 {
1163 text-align : center;
1164}
1165
1166div#hotkey_help_overlay ul {
1167 list-style-type : none;
1168 margin : 0px;
1169}
1170
d4dcf8e9
AD
1171div#hotkey_help_overlay a {
1172 color : #88b0f0;
1173}
1174
1175div#hotkey_help_overlay a:hover {
1176 color : white;
1177}
1178
4298481d
AD
1179div#hotkey_help_overlay li {
1180 margin : 0px;
1181}
1182
1183div#hotkey_help_overlay p {
1184 text-align : center;
1185}
1186
1187div#hotkey_help_overlay td.n {
1188 text-align : right;
1189 font-weight : bold;
1190 width : 6em;
1191 color : #a0ffa0;
1192 padding-right : 5px;
1193}
1194
db5e5265
AD
1195div#hotkey_help_overlay td {
1196 vertical-align : top;
1197}
1198
4298481d 1199div#hotkey_help_overlay h1 {
d97e02ad 1200 margin : 0px;
4298481d
AD
1201}
1202
1203div#hotkey_help_overlay h2 {
442a9b8c 1204 font-size : 16px;
4298481d 1205 border-width : 0px;
d97e02ad 1206 margin : 0.3em 0px 0.3em 0px;
4298481d
AD
1207 text-align : center;
1208 color : #88b0f0;
1209}
93f66472 1210
ec92c9d1
AD
1211div#hotkey_help_overlay table.hho td.c1 {
1212 height : 30px;
1213 width : 30px;
1214 background : url("images/c1.png");
1215 background-repeat : no-repeat;
1216
1217}
1218
1219div#hotkey_help_overlay table.hho td.c2 {
1220 height : 30px;
1221 width : 30px;
1222 background : url("images/c2.png");
1223 background-repeat : no-repeat;
1224}
1225
1226div#hotkey_help_overlay table.hho td.c3 {
1227 height : 30px;
1228 width : 30px;
1229 background : url("images/c3.png");
1230 background-repeat : no-repeat;
1231}
93f66472 1232
ec92c9d1
AD
1233div#hotkey_help_overlay table.hho td.c4 {
1234 height : 30px;
1235 width : 30px;
1236 background : url("images/c4.png");
1237 background-repeat : no-repeat;
1238}
1239
1240div#hotkey_help_overlay table.hho td.top,
1241div#hotkey_help_overlay table.hho td.left,
1242div#hotkey_help_overlay table.hho td.right,
1243div#hotkey_help_overlay table.hho td.bottom,
1244div#hotkey_help_overlay table.hho td.content {
1245 background : url("images/shadow_dark.png");
1246}
0745839a
AD
1247
1248div#hotkey_help_overlay table.hho td.top,
1249div#hotkey_help_overlay table.hho td.bottom {
1250 text-align : center;
ae096313 1251 font-size : 11px;
0745839a
AD
1252}
1253
730dbf19
AD
1254div#l_progress_o {
1255 width : 200px;
1256 border : 1px solid black;
1257 background-color : white;
1258 margin-top : 10px;
1259}
1260
1261div#l_progress_i {
1262 width : 10px;
1263 background-color : #88b0f0;
99509451 1264 height : 10px;
730dbf19 1265}
17042fc0 1266
10fa6615 1267div.dlgSec {
ae096313 1268 font-size : 12px;
10fa6615
AD
1269 color : gray;
1270 font-weight : bold;
1271 clear : both;
1272 height : 20px;
1273}
1274
1275div.dlgSecCont {
1276 position : relative;
1277 left : 150px;
1278 top : -20px;
1279 float : left;
ae096313 1280 font-size : 12px;
baa2db9f 1281 font-weight : normal;
d90868d7
AD
1282}
1283
bcf5ed46
AD
1284div.dlgSecCont hr {
1285 height : 0px;
1286 line-height : 0px;
1287 border : 0px solid transparent;
1288 margin : 2px;
1289}
1290
d90868d7 1291div.dlgSecCont > * {
bcf5ed46
AD
1292 position : relative;
1293 top : -2px;
10fa6615
AD
1294}
1295
1296div.dlgButtons {
1297 text-align : right;
1298 clear : both;
1299}
1300
2eb9c95c
AD
1301span.prefsLabelEntry {
1302 padding : 2px;
1303}
273d1e29 1304
a740f4b5
AD
1305span.labelColorIndicator {
1306 height : 14px;
1307 width : 14px;
1308 line-height : 14px;
1309 font-height : 9px;
1310 display : inline-block;
1311 border : 1px solid black;
1312 background-color : #fff7d5;
1313 color : #063064;
1314 text-align : center;
1315 margin-right : 2px;
1316}
1317
fb8b2153
AD
1318span.labelColorIndicator2 {
1319 height : 14px;
1320 width : 14px;
1321 font-height : 9px;
1322 display : inline-block;
1323 border : 1px solid black;
1324 background-color : #fff7d5;
1325 color : #063064;
1326 text-align : center;
1327 margin-right : 2px;
1328 vertical-align : bottom;
1329}
1330
1331
2eb9c95c 1332div.labelColorIndicator {
2eb9c95c
AD
1333 height : 14px;
1334 width : 14px;
1335 line-height : 14px;
1336 font-height : 9px;
1337 text-align : center;
c17d514b 1338 border : 1px solid black;
aec9df48
AD
1339 float : left;
1340 background-color : #fff7d5;
1341 color : #063064;
b6ba48c1
AD
1342 margin-right : 10px;
1343}
1344
1345div.colorPicker div.colorPickerEntry:hover {
1346 border : 1px solid #88b0f0;
c17d514b
AD
1347}
1348
b6ba48c1
AD
1349div.colorPicker div.ccPrompt:hover {
1350 color : black;
1351}
1352
1353div.colorPicker div.colorPickerEntry {
c17d514b
AD
1354 height : 15px;
1355 width : 15px;
1356 line-height : 13px;
1357 font-height : 9px;
1358 text-align : center;
1359 border : 1px solid black;
1360 margin : 5px 5px 0px 0px;
1361 float : left;
1362}
1363
b6ba48c1 1364div.colorPicker {
c17d514b
AD
1365 border : 1px solid #cccccc;
1366 background : #f0f0f0;
1367 width : 110px;
1368 padding : 0px 0px 5px 5px;
1369 position : absolute;
b6ba48c1
AD
1370 left : auto;
1371 top : auto;
c17d514b 1372 z-index : 3;
b6ba48c1 1373 color : #909090;
2eb9c95c 1374}
76b2bc65 1375
c7e51de1 1376optgroup {
b3af99a0 1377 color : #4684ff;
c7e51de1
AD
1378 font-style : normal;
1379}
1380
1381option {
1382 color : black;
1383}
9324c2c2 1384
78935092
AD
1385div#cmdline {
1386 position : absolute;
1387 left : 5px;
1388 bottom : 5px;
1389 font-size : 11px;
1390 color : gray;
1391 font-weight : bold;
1392 background-color : white;
1393 border : 1px solid #88b0f0;
1394 padding : 3px 5px 3px 5px;
1395 z-index : 5;
1396}
f4280bdd
AD
1397
1398#feed_browser_spinner {
1399 vertical-align : middle;
1400 height : 18px;
1401 width : 18px;
1402}
37e93d6c
AD
1403
1404div#auxDlg {
1405 position : absolute;
1406 z-index : 3;
7c057b1a
AD
1407 bottom : 5px;
1408 right : 25px;
37e93d6c
AD
1409 padding : 5px;
1410 border-width : 1px;
1411 border-style : solid;
1412 border-color : #d7c47a;
1413 background-color : #fff7d5;
1414 color : black;
1415 text-align : center;
de0a6d93 1416 font-size : 13px;
37e93d6c
AD
1417}
1418
1419div#auxDlg a {
1420 color : #4684ff;
1421}
ad491d75 1422
8cc5e965
AD
1423div.hlTitle {
1424 display : table-cell;
1425 cursor : pointer;
1426 width : 100%;
1427 vertical-align : middle;
1428 padding-top : 4px;
1429 padding-bottom : 4px;
a0f98bbf
AD
1430}
1431
8cc5e965
AD
1432div.hlLeft {
1433 display : table-cell;
1434 vertical-align : middle;
1435 white-space: nowrap;
ad491d75
AD
1436}
1437
8cc5e965
AD
1438div.hlRight {
1439 display : table-cell;
1440 white-space: nowrap;
1441 text-align : right;
1442 vertical-align : middle;
ad491d75
AD
1443}
1444
fcf70c51
AD
1445div.hlRight img {
1446 max-width : 16px;
1447 max-height : 16px;
1448}
1449
8cc5e965
AD
1450span.hlUpdated {
1451 color : gray;
1452 font-weight : medium;
1453 width : 100px;
1454 display : inline-block;
577399e8
AD
1455}
1456
8cc5e965
AD
1457div.hlLeft input {
1458 margin-left : 4px;
1459 margin-right : 4px;
ad491d75
AD
1460}
1461
8cc5e965
AD
1462div.hlLeft img, div.hlRight img {
1463 margin : 0px 4px 0px 4px;
1464
1465}
31a53903 1466
8cc5e965
AD
1467div.hlUpdPic {
1468 display : table-cell;
1469 padding-right : 4px;
1470 padding-left : 4px;
1471 text-align : center;
1472 vertical-align : middle;
1473}
31a53903 1474
8cc5e965
AD
1475div.hlUpdPic img {
1476 max-width : 16px;
1477}
951906dc
AD
1478
1479
1480div.fatalError button {
1481 margin-top : 5px;
1482}
1483
1484div.fatalError textarea {
1485 width : 100%;
1486 height : 100px;
1487}
2f01fe57
AD
1488
1489#main {
1490 border-width : 0px;
6e4f4ce1
AD
1491 margin : 0px;
1492 padding : 0px;
1493}
1494
1495#content-wrap {
1496 padding : 0px;
1497 border-width : 0px;
1498 margin : 0px;
2f01fe57
AD
1499}
1500
1501#feeds-holder {
1502 padding : 0px;
fcf70c51
AD
1503 border-color : #88b0f0;
1504 border-left-width : 0px;
1505 border-bottom-width : 0px;
2f01fe57
AD
1506}
1507
6e4f4ce1
AD
1508#headlines-wrap-inner {
1509 padding : 0px;
1510 margin : 0px;
1511 border-width : 0px;
1512}
1513
2f01fe57
AD
1514#headlines-frame {
1515 padding : 0px;
fcf70c51 1516 border-color : #88b0f0;
6f3976c9 1517 border-left-width : 0px;
fcf70c51 1518 border-right-width : 0px;
0ce61157
AD
1519 margin-top : 0px;
1520 border-top-width : 0px;
1521}
1522
1523#headlines-toolbar_splitter {
1524 display : none;
2f01fe57
AD
1525}
1526
6f3976c9
AD
1527#content-tabs {
1528 margin : 0px;
6e4f4ce1 1529 padding : 0px;
6f3976c9
AD
1530 border-width : 0px;
1531}
1532
1533#content-tabs .dijitTab {
1534 margin-top : 0px;
1535 padding-top : 0px;
1536}
1537
1538#toolbar {
f8ce21fc 1539 padding : 0px;
6e4f4ce1 1540 margin : 0px;
2f01fe57 1541 border-width : 0px;
6e4f4ce1
AD
1542 white-space: nowrap;
1543 font-size : 12px;
2f01fe57
AD
1544}
1545
1546#header {
e243d2c3 1547 padding : 4px 8px 0px 8px;
2f01fe57
AD
1548 border-width : 0px;
1549}
1550
1551#footer {
1552 text-align : center;
1553 color : gray;
d62796de 1554 padding : 4px 4px 8px 4px;
2f01fe57
AD
1555 border-width : 0px;
1556}
6e4f4ce1
AD
1557
1558#content-insert {
1559 padding : 0px;
fcf70c51
AD
1560 border-color : #88b0f0;
1561 border-bottom-width : 0px;
1562 border-right-width : 0px;
6f3976c9 1563 border-left-width : 0px;
6e4f4ce1 1564}
13e785e0
AD
1565
1566.dijitTreeLabel.Unread {
1567 font-weight : bold;
1568}
1569
a740f4b5
AD
1570.dijitTreeLabel.Disabled, .labelParam.Disabled {
1571 color : gray;
1572}
1573
fcf70c51
AD
1574.dijitTreeRow.Error {
1575 color : red;
1576}
13e785e0 1577
fcf70c51
AD
1578.dijitTreeRow.Hidden {
1579 display : none;
1580}
2ef5c21f 1581
8e289ca1 1582img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
1583 width : 16px;
1584 height : 16px;
2ef5c21f 1585}
9c99281f 1586
fb8b2153 1587div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
9c99281f
AD
1588 text-align : center;
1589 padding : 5px;
1590 color : gray;
1591}
d62796de 1592
fb8b2153 1593div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
a740f4b5
AD
1594 margin-right : 5px;
1595}
1596
d62796de
AD
1597div#pref-tabs .dijitContentPane {
1598 font-size : 12px;
1599}
1600
1601div#pref-tabs {
1602 margin : 0px 5px 0px 5px;
1603}
1604
1605div#pref-tabs .dijitContentPane h3 {
1606 font-size : 14px;
1607 font-weight : bold;
1608}
ab7a597c
AD
1609
1610/* div#feedTree {
1611 font-size : 11px;
1612 font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
1613} */
20983286
AD
1614
1615
8df7184c
AD
1616#pref-filter-wrap, #pref-filter-header, #pref-filter-content,
1617#pref-label-wrap, #pref-label-header, #pref-label-content,
1618#pref-user-wrap, #pref-user-header, #pref-user-content {
1619 margin : 0px;
1620 padding : 0px;
1621 border-width : 0px;
1622}
1623
29f11825
AD
1624#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds {
1625 padding : 0px;
1626}
1627
49c6c279
AD
1628#errorButton {
1629 color : red;
1630}
a740f4b5
AD
1631
1632span.labelFixedLength {
1633 display : inline-block;
1634 width : 70%;
1635}
d90868d7
AD
1636
1637#filter_dlg_date_chk_box {
1638 display : inline-block;
1639}
1640
7ce0ea28
AD
1641.dijitDialog .dijitToolbar {
1642 border : 1px solid #c0c0c0;
1643}
d2d75353
AD
1644
1645a.bookmarklet {
1646 color : #4684ff;
1647 border : 1px solid #ecf4ff;
1648 padding : 2px;
1649}
63855db1
AD
1650
1651#newVersionIcon {
1652 margin-left : 5px;
1653 vertical-align : middle;
1654 position : relative;
1655 top : -1px;
1656}