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