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