]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
further style updates
[tt-rss.git] / css / tt-rss.css
CommitLineData
83cd33fc 1body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
e5d758e3
AD
2 background : white;
3 color : black;
4 margin : 0px;
5 padding : 0px;
17809d7c
AD
6 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
7 font-size: 14px;
1cd17194
AD
8}
9
64029210
AD
10body#ttrssPrefs {
11 background-color : #ecf4ff;
12}
13
14body#ttrssPrefs #footer, body#ttrssPrefs #header {
07a0c540 15 background-color : #ecf4ff;
e243d2c3
AD
16 padding-left : 8px;
17 padding-right : 8px;
64029210
AD
18}
19
e828e31e 20div.postReply {
1c3187cf 21 padding : 0px;
1cd17194
AD
22}
23
e828e31e 24div.postReply div.postHeader {
1c3187cf 25 padding : 5px;
ea55c93c 26 margin-right : 4px;
64ab16ac 27 color : #909090;
a3c6695a 28 background : #fafafa;
ea55c93c
AD
29 border-width : 1px;
30 border-color : #eee;
31 border-style : solid;
96b58583
AD
32}
33
c6c010d9
AD
34div.postReply div.postTitle {
35 overflow : hidden;
5f938254 36 text-overflow: ellipsis;
c6c010d9
AD
37 white-space : nowrap;
38}
39
40div.postReply div.postDate {
41 padding-left : 10px;
42}
43
e828e31e 44div.postReply div.postContent {
e5d758e3 45 padding : 10px;
f0601b87
AD
46}
47
f325d942
AD
48div.postReply div.postContent img {
49 border-width : 0px;
762c9064 50 max-width : 98%;
2eee8544 51 height: auto;
f325d942
AD
52}
53
ce53e200 54div.postReply div.postEnclosures {
ce53e200 55 margin-top : 1em;
81aa9e2b 56 color : #555;
ce53e200
AD
57}
58
5f014cf1
AD
59div.postReply img.tagsPic {
60 width : 16px;
61 height : 16px;
c7e51de1 62 margin-left : 4px;
5f014cf1
AD
63 vertical-align : middle;
64}
65
c7e51de1
AD
66div.articleNote {
67 background-color : #fff7d5;
c7e51de1 68 padding : 5px;
d44f3da4 69 /* border-radius : 4px; */
5e49db8d
AD
70 margin : 5px;
71 border-style : solid;
c7e51de1 72 border-color : #e7d796;
fcfa9ef1 73 border-width : 1px;
d44f3da4 74 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
fcfa9ef1 75 background-color : #fff7d5;
c7e51de1 76 color : #9a8c59;
fcfa9ef1
AD
77}
78
79div.articleNote div.noteEdit {
80 float : right;
81 cursor : pointer;
c7e51de1
AD
82}
83
06202d88 84div.postReply span.author {
ae096313 85 font-size : 12px;
06202d88 86}
5f014cf1 87
e828e31e 88h1 {
442a9b8c 89 font-size : 18px;
f0601b87
AD
90}
91
e828e31e 92h2 {
442a9b8c 93 font-size : 16px;
e5d758e3
AD
94 font-weight : bold;
95 border-width : 0px 0px 1px 0px;
96 border-style : solid;
97 border-color : #ecf4ff;
1cd17194
AD
98}
99
f5a50b25 100h3 {
ae096313 101 font-size : 12px;
e5d758e3
AD
102 font-weight : bold;
103 border-width : 0px 0px 1px 0px;
104 border-style : solid;
105 border-color : #ecf4ff;
f5a50b25
AD
106}
107
e828e31e 108hr {
e5d758e3 109 border-width : 0px 0px 1px 0px;
14c53e4e 110 border-style : solid;
d44f3da4 111 border-color : #ccc;
e828e31e 112}
67824557 113
e828e31e 114a {
2a868b6b 115 color : #4684ff;
e5d758e3 116 text-decoration : none;
1cd17194
AD
117}
118
e828e31e 119a:hover {
2a868b6b 120 color : #88b0f0;
9b307248
AD
121}
122
e828e31e 123#piggie {
d437c8cf 124 z-index : 999;
e5d758e3 125 position : absolute;
9b307248
AD
126}
127
f407c086 128#notify {
95437e9e 129 bottom : 10px;
3e008206 130 right : 20px;
919984a4 131 border-width : 1px;
f407c086 132 border-style : solid;
0ceded7a 133 position : absolute;
95437e9e 134 font-size : 12px;
fcc36744 135 z-index : 99;
5973c74c
AD
136 max-width : 200px;
137 min-width : 100px;
919984a4 138 padding : 5px;
5973c74c 139 -width : 200px;
d44f3da4 140 /* box-shadow : 0px 0px 2px rgba(0,0,0,0.2); */
1cd17194
AD
141}
142
0d32b41e
AD
143#notify img {
144 vertical-align : middle;
95437e9e
AD
145 max-height : 14px;
146}
147
148#notify span.msg {
149 width : 100%;
150}
151
152#notify span.close {
153 text-align : right;
154}
155
156#notify span {
157 display : table-cell;
158 vertical-align : middle;
159 padding : 4px;
0d32b41e
AD
160}
161
919984a4 162.notify {
42c32916
AD
163 border-color : #d7c47a;
164 background-color : #fff7d5;
42c32916
AD
165}
166
919984a4 167.notify.progress {
f407c086
AD
168 border-color : #d7c47a;
169 background-color : #fff7d5;
f407c086
AD
170}
171
919984a4
AD
172.notify.info {
173 border-color : #88b0f0;
174 background-color : #ecf4ff;
175}
176
177.notify.error {
f407c086
AD
178 background-color : #ffcccc;
179 border-color : #ff0000;
f407c086
AD
180}
181
14c53e4e 182.hl div.hlTitle a {
f820f205 183 font-weight : bold;
8605ad4d 184 color : #777;
14c53e4e
AD
185}
186
187.hl.Unread div.hlTitle a {
188 color : black;
189}
190
c068b98b 191.hl.active {
d44f3da4 192 /* box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1); */
c068b98b
AD
193}
194
14c53e4e
AD
195.hl.active div.hlTitle a {
196 color : #4684ff;
9e14c591
AD
197 text-shadow : 1px 1px 2px #fff;
198}
199
200.hl.Selected {
201 background : #f9fbff;
f820f205
AD
202}
203
8d090a91 204.hl.Grayed {
e5d758e3 205 color : #909090;
b7f4bda2
AD
206}
207
a7c0e150 208.hl {
14c53e4e 209 border-width : 0px 0px 1px 0px;
dc803347 210 border-style : solid;
d44f3da4 211 border-color : #eee;
ac43eba1 212}
a2015351 213
a7c0e150
AD
214.hl.active {
215 background : #ecf4ff ! important;
f28b542c
AD
216}
217
f820f205 218div.filterTestHolder {
bec2ecd9 219 height : 300px;
9c483746 220 overflow : auto;
a8328019
AD
221 border-color : #c0c0c0;
222 border-style : solid;
223 margin : 0px 0px 5px 0px;
bec2ecd9 224 background-color : #ecf4ff;
f127eacb 225 border-width : 1px;
d44f3da4
AD
226 /* border-radius : 4px; */
227 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
e1218480
AD
228}
229
f820f205 230
5f8b2573 231#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
18bfbb0c 232 margin : 5px 0px 5px 0px;
81aa9e2b 233 color : #555;
45a4531f
AD
234 padding-left : 10px;
235 border-width : 0px 0px 0px 4px;
083020ad
AD
236 border-color : #c0c0c0;
237 border-style : solid;
7dc66a61 238}
e2f8f7b4 239
5f8b2573 240#content-insert code, #headlines-frame code, .dijitContentPane code {
8bebe198 241 color : #009900;
48a8d154 242 font-family : monospace;
48a8d154 243 font-size : 12px;
8bebe198
AD
244}
245
246#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
247 margin : 5px 0px 5px 0px;
248 padding : 10px;
81aa9e2b 249 color : #555;
8bebe198
AD
250 font-family : monospace;
251 font-size : 12px;
252 border-width : 0px;
253 border-color : #c0c0c0;
254 border-style : solid;
255 background : #fafafa;
256 display : block;
526f6906
AD
257 max-width : 98%;
258 overflow : auto;
48a8d154
AD
259}
260
6deafe90
AD
261div.notice, div.warning, div.error {
262 padding : 4px 10px 4px 4px;
263 display : inline-block;
fcef9eea 264 margin : 2px 0px 4px 0px;
0f2c4755 265 font-size : 12px;
bb660dca
AD
266 border-style : solid;
267 border-color : #ccc;
d44f3da4 268 /* border-radius : 4px; */
bb660dca 269 border-width : 1px;
d44f3da4 270 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
6deafe90
AD
271}
272
fcef9eea
AD
273div.notice div.inner, div.warning div.inner, div.error div.inner {
274 vertical-align : middle;
275}
276
0d32b41e 277div.notice {
6deafe90 278 background : #ecf4ff;
bb660dca 279 border-color : #88b0f0;
0d32b41e
AD
280}
281
ab3d0b99 282div.warning {
e5d758e3 283 background : #fff7d5;
5e49db8d 284 border-color : #e7d796;;
1b74062f
AD
285}
286
84916243 287div.error {
84916243 288 background : #ffcccc;
bb660dca 289 border-color : #ff0000;
6deafe90
AD
290}
291
292div.warning img, div.notice img, div.error img {
2f20dd58 293 margin : 4px;
6deafe90 294 vertical-align : middle;
3c200461
AD
295}
296
297div.warning span, div.notice span, div.error span {
6d9426fe 298 display : table-cell;
3c200461
AD
299 vertical-align : middle;
300
84916243
AD
301}
302
ab3d0b99 303ul.nomarks {
e5d758e3
AD
304 list-style-type : none;
305 margin : 0px;
306 padding : 10px;
ab3d0b99
AD
307}
308
b7ade39d 309div.prefHelp {
81aa9e2b 310 color : #555;
abe4d057 311 padding : 5px;
8cb74804
AD
312}
313
746dcf42 314.insensitive {
81aa9e2b 315 color : #555;
bca02305 316}
afb7a1d6 317
1bffd106
AD
318#main-toolbar > * {
319 white-space : nowrap;
320 display : table-cell;
321 color : #999;
0e2d03a7 322 font-family : "Segoe UI", Tahoma, sans-serif;
8b27182a
AD
323}
324
1bffd106
AD
325#main-toolbar #headlines-toolbar {
326 padding-right : 4px;
327 width : 100%;
328}
329
330#main-toolbar #headlines-toolbar span.holder {
331 display : table;
332 width : 100%;
fcf70c51
AD
333}
334
1bffd106
AD
335#main-toolbar #headlines-toolbar span.holder > * {
336 display : table-cell;
337}
338
339#main-toolbar #headlines-toolbar .main {
fcf70c51 340 text-align : right;
1bffd106
AD
341}
342
343#headlines-toolbar span.r img {
344 margin-right : 4px;
345 position : relative;
346 top : 3px;
347}
f1080825 348
1a545dcb 349#headlines-toolbar span.r .error a {
f1080825 350 color : red;
1a545dcb 351}
f1080825 352
1bffd106
AD
353#main-toolbar #selected_prompt {
354 font-style : italic;
ea55c93c
AD
355 text-align : right;
356 margin-right : 4px;
c1c9df00
AD
357}
358
591c396d 359span.contentPreview {
9e14c591 360 color : #999;
e5d758e3 361 font-weight : normal;
9e14c591 362 text-shadow : 1px 1px 2px #fff;
f8900c31 363 font-size : 11px;
0f172fff
AD
364}
365
8cc5e965 366span.hlLabelRef {
e2549229 367 background-color : #fff7d5;
86edc737 368 font-size : 8px;
e2549229
AD
369 color : #063064;
370 font-weight : normal;
48e5a756
AD
371 margin-left : 2px;
372 padding : 1px 4px 1px 4px;
373 display : inline-block;
374 vertical-align : middle;
e2549229 375 white-space: nowrap;
d44f3da4 376 border-radius : 4px;
e2549229
AD
377}
378
b810a0f1 379div.postHeader div.postDate {
e5d758e3 380 text-align : right;
f035e6dc 381 color : #909090;
b810a0f1 382 float : right;
9167e250 383}
36aab70f 384
b810a0f1
AD
385div.postHeader div {
386 padding-bottom : 3px;
ed51e128
AD
387}
388
36aab70f 389#feedUpdateErrors {
e5d758e3 390 display : none;
36aab70f
AD
391}
392
42918a07 393#allEntryTags {
e5d758e3
AD
394 border-width : 0px 0px 1px 0px;
395 border-style : solid;
396 border-color : #c0c0c0;
397 padding-bottom : 5px;
398 display : none;
42918a07 399}
13ce14e8 400
d3103484
AD
401a.hlFeed {
402 display : block;
403 white-space : nowrap;
404 font-size : 9px;
e17e99fb
AD
405 font-style : italic;
406 font-weight : normal;
d44f3da4 407 /* border-radius : 4px; */
d3103484
AD
408 display : inline-block;
409 padding : 1px 2px 1px 2px;
410 margin-bottom : 2px;
411 margin-top : 2px;
81aa9e2b 412 color : #555;
df456bb0
AD
413}
414
d3103484 415a.hlFeed:hover {
df456bb0
AD
416 color : #4684ff;
417}
418
035d7a5a 419img.markedPic, img.pubPic {
7514749d 420 cursor : pointer;
c4f52830 421 vertical-align : middle;
7514749d
AD
422}
423
0979b696 424div.tagCloudContainer {
a8328019 425 border : 1px solid #c0c0c0;
bec2ecd9 426 background-color : #ecf4ff;
0979b696 427 margin : 5px 0px 5px 0px;
9e6427ab 428 padding : 5px;
0979b696 429 text-align : center;
d44f3da4
AD
430 /* border-radius : 4px; */
431 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
0979b696
AD
432}
433
73495fd1 434div.errorExplained {
a8328019 435 border : 1px solid #c0c0c0;
bec2ecd9 436 background-color : #ecf4ff;
73495fd1
AD
437 margin : 5px 0px 5px 0px;
438 padding : 5px;
d44f3da4
AD
439 /* border-radius : 4px; */
440 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
73495fd1
AD
441}
442
e8dd519b 443ul.feedErrorsList {
bec2ecd9 444 max-height : 300px;
e8dd519b
AD
445 overflow : auto;
446 list-style-type : none;
f81b6815 447 border : 1px solid #c0c0c0;
bec2ecd9 448 background-color : #ecf4ff;
e8dd519b 449 margin : 0px 0px 5px 0px;
bec2ecd9 450 padding : 5px;
d44f3da4
AD
451 /* border-radius : 4px; */
452 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
e8dd519b
AD
453}
454
f81b6815 455ul.feedErrorsList em {
81aa9e2b 456 color : #555;
f81b6815
AD
457}
458
f9cb39ac 459ul.browseFeedList {
e5d758e3
AD
460 height : 300px;
461 overflow : auto;
a8328019
AD
462 border-width : 0px 1px 1px 1px;
463 border-color : #c0c0c0;
464 border-style : solid;
e5d758e3 465 margin : 0px 0px 5px 0px;
e5d758e3 466 background-color : white;
a8328019
AD
467 list-style-type : none;
468 padding : 0px;
469
b92e6209
AD
470}
471
472ul.browseFeedList li {
e5d758e3 473 margin : 0px;
a8328019 474 padding : 2px 4px 2px 4px;
f9cb39ac
AD
475}
476
477span.subscribers {
e5d758e3 478 color : #808080;
f9cb39ac
AD
479}
480
c6232e43 481div.subscribers {
e5d758e3 482 color : #808080;
ae096313 483 font-size : 12px;
e5d758e3 484 float : right;
c6232e43
AD
485}
486
c6232e43 487div.browserDetails {
e5d758e3 488 margin : 5px 5px 5px 5px;
e5d758e3 489 padding : 5px;
c6232e43 490}
c2b2aee0
AD
491
492ul.compact {
e5d758e3
AD
493 list-style-type : none;
494 margin : 0px;
495 padding : 0px;
c2b2aee0
AD
496}
497
498ul.compact li {
e5d758e3
AD
499 margin : 0px;
500 padding : 0px;
c2b2aee0
AD
501}
502
69654950 503.noborder {
e5d758e3 504 border-width : 0px;
69654950 505}
0ee1d1a0 506
2055d4a6 507#overlay {
e5d758e3
AD
508 background : white;
509 left : 0;
510 top : 0;
511 height : 100%;
512 width : 100%;
513 z-index : 100;
514 position : absolute;
2055d4a6
AD
515}
516
517#overlay_inner {
e5d758e3 518 font-weight : bold;
fcc36744 519 margin : 1em;
2055d4a6 520}
af106b0e 521
79f3553b
AD
522form {
523 margin : 0px;
524 padding : 0px;
525}
86b682ce 526
33b8cab4
AD
527div.loadingPrompt {
528 padding : 1em;
529 text-align : center;
530 font-weight : bold;
531}
532
9251df44 533div.whiteBox {
9251df44 534 margin-left : 1px;
abbe0154 535 text-align : center;
b6adf039 536 padding : 1em;
9251df44
AD
537}
538
c068b98b 539/* html, body#ttrssMain, #main {
2f01fe57
AD
540 width: 100%;
541 height: 100%;
2f01fe57
AD
542 padding: 0;
543 margin: 0;
c068b98b 544} */
6b4163cb 545
05fcdf52
AD
546div.autocomplete {
547 position : absolute;
548 width : 250px;
549 background-color : white;
550 border :1px solid #778899;
551 margin : 0px;
552 padding : 0px;
553}
554
555div.autocomplete ul {
556 list-style-type : none;
557 margin : 0px;
558 padding : 0px;
559}
560
561div.autocomplete ul li.selected {
562 background-color : #fff7d5;
563}
564
565div.autocomplete ul li {
566 list-style-type : none;
567 display : block;
568 margin : 0;
569 padding : 2px;
570 height : 32px;
571 cursor : pointer;
572}
573
ffc21d2b
AD
574.hlTitle {
575 overflow : hidden;
576 white-space : nowrap;
577 max-width : 500px;
578 text-overflow : ellipsis;
579}
580
15a82901
AD
581div#headlines-frame.wide .hlTitle {
582 max-width : auto;
583 overflow : visible;
584 white-space : normal;
585}
586
4b7ebe93
AD
587.hl a.title.high, span.hlContent.high .contentPreview {
588 color : #00aa00;
546499a9 589}
4b7ebe93
AD
590.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
591 color : #00dd00;
5daa24f2
AD
592}
593
4b7ebe93
AD
594.hl a.title.low, span.hlContent.low .contentPreview,
595.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
5daa24f2
AD
596 color : #909090;
597 text-decoration : line-through;
598}
599
600img.hlScorePic {
601 vertical-align : middle;
602 width : 16px;
603 height : 16px;
604}
605
10fa6615 606div.dlgSec {
ae096313 607 font-size : 12px;
81aa9e2b 608 color : #555;
10fa6615
AD
609 font-weight : bold;
610 clear : both;
611 height : 20px;
612}
613
614div.dlgSecCont {
615 position : relative;
616 left : 150px;
617 top : -20px;
618 float : left;
ae096313 619 font-size : 12px;
baa2db9f 620 font-weight : normal;
d90868d7
AD
621}
622
bcf5ed46
AD
623div.dlgSecCont hr {
624 height : 0px;
625 line-height : 0px;
626 border : 0px solid transparent;
627 margin : 2px;
628}
629
d90868d7 630div.dlgSecCont > * {
bcf5ed46
AD
631 position : relative;
632 top : -2px;
10fa6615
AD
633}
634
635div.dlgButtons {
636 text-align : right;
637 clear : both;
638}
639
a740f4b5 640span.labelColorIndicator {
2f20dd58
AD
641 height : 16px;
642 width : 16px;
643 border-radius : 4px;
a740f4b5 644 line-height : 14px;
2f20dd58 645 vertical-align : middle;
86edc737 646 font-size : 9px;
a740f4b5 647 display : inline-block;
2f20dd58 648 border : 1px solid #ccc;
fb8b2153
AD
649 background-color : #fff7d5;
650 color : #063064;
651 text-align : center;
d44f3da4 652 /* box-shadow : 0px 0px 1px 0px rgba(0,0,0,0.1); */
fb8b2153
AD
653}
654
78935092
AD
655div#cmdline {
656 position : absolute;
657 left : 5px;
658 bottom : 5px;
659 font-size : 11px;
81aa9e2b 660 color : #555;
78935092
AD
661 font-weight : bold;
662 background-color : white;
663 border : 1px solid #88b0f0;
664 padding : 3px 5px 3px 5px;
665 z-index : 5;
666}
f4280bdd
AD
667
668#feed_browser_spinner {
669 vertical-align : middle;
670 height : 18px;
671 width : 18px;
672}
37e93d6c 673
8cc5e965
AD
674div.hlTitle {
675 display : table-cell;
676 cursor : pointer;
677 width : 100%;
678 vertical-align : middle;
679 padding-top : 4px;
680 padding-bottom : 4px;
a0f98bbf
AD
681}
682
8cc5e965
AD
683div.hlLeft {
684 display : table-cell;
685 vertical-align : middle;
686 white-space: nowrap;
ad491d75
AD
687}
688
8cc5e965
AD
689div.hlRight {
690 display : table-cell;
691 white-space: nowrap;
692 text-align : right;
693 vertical-align : middle;
ad491d75
AD
694}
695
fcf70c51
AD
696div.hlRight img {
697 max-width : 16px;
698 max-height : 16px;
699}
700
8cc5e965 701span.hlUpdated {
81aa9e2b 702 color : #555;
6edeede3
AD
703 min-width : 100px;
704 display : table-cell;
705 width : 100%;
706 vertical-align : middle;
6edeede3 707 text-align : right;
e17e99fb 708 font-size : 10px;
577399e8
AD
709}
710
f947467a
AD
711div.hlLeft {
712 padding-left : 8px;
713}
714
8cc5e965
AD
715div.hlLeft input {
716 margin-left : 4px;
717 margin-right : 4px;
ad491d75
AD
718}
719
8cc5e965 720div.hlLeft img, div.hlRight img {
0e70e4a4 721 margin : 0px 4px;
cb1a012b 722}
8cc5e965 723
cb1a012b
AD
724div.hlLeft img {
725 width : 16px;
726 height : 16px;
8cc5e965 727}
31a53903 728
ba083651
AD
729div.fatalError {
730 margin-bottom : 10px;
731}
951906dc
AD
732
733div.fatalError button {
734 margin-top : 5px;
735}
736
737div.fatalError textarea {
738 width : 100%;
739 height : 100px;
740}
2f01fe57 741
c068b98b 742#ttrssMain #main {
2f01fe57 743 border-width : 0px;
6e4f4ce1
AD
744 margin : 0px;
745 padding : 0px;
746}
747
2b25b79d
AD
748#header-wrap {
749 border-width : 0px;
750 margin : 0px;
751 padding : 0px;
752}
753
6e4f4ce1
AD
754#content-wrap {
755 padding : 0px;
d44f3da4 756 border-width : 0px 0px 0px 0px;
38325ad6
AD
757 border-style : solid;
758 border-color : #c0c0c0;
2d1282d4 759 margin : 0px;
2f01fe57
AD
760}
761
762#feeds-holder {
763 padding : 0px;
d44f3da4
AD
764 border-width : 0px 1px 0px 0px;
765 border-style : solid;
766 border-color : #eee;
654532b7 767 overflow : hidden;
d44f3da4 768 background : #fafafa;
2f01fe57
AD
769}
770
6e4f4ce1
AD
771#headlines-wrap-inner {
772 padding : 0px;
773 margin : 0px;
774 border-width : 0px;
775}
776
2f01fe57
AD
777#headlines-frame {
778 padding : 0px;
d728015d 779 border-color : #eee;
d34a32a8
AD
780 border-style : solid;
781 border-width : 0px;
0ce61157 782 margin-top : 0px;
d44f3da4 783 /* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
0ce61157
AD
784}
785
d4eebd8b 786#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 787 display : none;
2f01fe57
AD
788}
789
6f3976c9 790#toolbar {
f8ce21fc 791 padding : 0px;
6e4f4ce1 792 margin : 0px;
2f01fe57 793 border-width : 0px;
6e4f4ce1 794 white-space: nowrap;
17809d7c 795 font-size : 12px;
d44f3da4
AD
796}
797
798#main-toolbar {
ea55c93c
AD
799 background : #fafafa;
800 border-width : 0px 0px 1px 1px;
801 border-color : #eee;
802 border-style : solid;
803 padding-left : 4px;
804 height : 26px;
805
2f01fe57
AD
806}
807
808#header {
2f01fe57 809 border-width : 0px;
2b25b79d 810 text-align : right;
81aa9e2b 811 color : #555;
2b25b79d
AD
812 padding : 5px 5px 0px 0px;
813 margin : 0px;
814 position : absolute;
815 right : 0px;
816 top : 0px;
817 z-index : 5;
2f01fe57
AD
818}
819
820#footer {
821 text-align : center;
81aa9e2b 822 color : #555;
d62796de 823 padding : 4px 4px 8px 4px;
2f01fe57
AD
824 border-width : 0px;
825}
6e4f4ce1
AD
826
827#content-insert {
828 padding : 0px;
d44f3da4 829 border-color : #eee;
d728015d 830 border-width : 0px;
17809d7c 831 line-height: 20px;
b93ad1e1 832 overflow : auto;
6e4f4ce1 833}
13e785e0 834
e21ea11c 835#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
13e785e0
AD
836 font-weight : bold;
837}
838
e21ea11c
AD
839#feedTree .dijitTreeRow.Error .dijitTreeLabel {
840 color : red;
841}
842
4128abee
AD
843.dijitTreeLabel {
844 outline : 0;
845}
846
1644304f 847.feedParam {
81aa9e2b 848 color : #555;
1644304f
AD
849 float : right;
850 margin-right : 1em;
851}
852
da46d21e
AD
853.labelParam {
854 float : right;
855 margin-right : 1em;
856}
857
a740f4b5 858.dijitTreeLabel.Disabled, .labelParam.Disabled {
81aa9e2b 859 color : #555;
a740f4b5
AD
860}
861
fcf70c51
AD
862.dijitTreeRow.Error {
863 color : red;
864}
13e785e0 865
fcf70c51
AD
866.dijitTreeRow.Hidden {
867 display : none;
868}
2ef5c21f 869
8e289ca1 870img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
871 width : 16px;
872 height : 16px;
2f20dd58 873 line-height : 16px;
7c9f819f 874 vertical-align : middle;
dc544c94 875 display : inline-block;
2ef5c21f 876}
9c99281f 877
19baecc6
AD
878.dijitToolbar {
879 text-shadow : 1px 1px 2px #fff;
880}
881
882.dijitAccordionTitleFocus {
883 text-shadow : 1px 1px 2px #fff;
884}
885
7ce0ea28
AD
886.dijitDialog .dijitToolbar {
887 border : 1px solid #c0c0c0;
888}
d2d75353 889
fcef9eea
AD
890.dijitDialog h2 {
891 margin-top : 0px;
892 margin-bottom : 4px;
893 border-width : 0px;
894}
895
c3edc667
AD
896.player {
897 display : inline-block;
81aa9e2b 898 color : #555;
c3edc667
AD
899 font-size : 11px;
900 font-family : sans-serif;
81aa9e2b 901 border : 1px solid #555;
c3edc667
AD
902 padding : 0px 4px 0px 4px;
903 margin : 0px 2px 0px 2px;
904 width : 50px;
905 text-align : center;
906 background : white;
907}
f820f205 908
c3edc667
AD
909.player.playing {
910 color : #00c000;
911 border-color : #00c000;
912}
913
914.player:hover {
915 background : #f0f0f0;
916 cursor : pointer;
917}
88e4e597 918
18eb64a8
AD
919#headlines-spacer {
920 height : 100%;
921 margin-left : 1px;
922 text-align : center;
923 padding : 1em;
81aa9e2b 924 color : #555;
18eb64a8 925}
56fbb82c 926
d44f3da4 927
6aff7845
AD
928ul#filterDlg_Matches, ul#filterDlg_Actions {
929 max-height : 100px;
930 overflow : auto;
931 list-style-type : none;
932 border-style : solid;
933 border-color : #c0c0c0;
934 border-width : 0px 1px 1px 1px;
935 background-color : #ecf4ff;
936 margin : 0px 0px 5px 0px;
937 padding : 0px;
d44f3da4 938 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
6aff7845
AD
939}
940
941ul#filterDlg_Matches li, ul#filterDlg_Actions li {
942 cursor : pointer;
04e41840
AD
943 padding : 0px 0px 0px 5px;
944}
945
946ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
947 margin-right : 5px;
6aff7845 948}
65d1e250 949
b8cb4d08
AD
950ul.helpKbList {
951 max-height : 300px;
952 overflow : auto;
953 list-style-type : none;
954 border : 1px solid #c0c0c0;
955 background-color : #ecf4ff;
956 margin : 0px 0px 5px 0px;
957 padding : 5px;
d44f3da4
AD
958 /* border-radius : 4px; */
959 /* box-shadow : inset 0px 0px 2px rgba(0,0,0,0.1); */
b8cb4d08
AD
960}
961
962ul.helpKbList span.hksequence {
963 width : 6em;
964 margin-left : 20px;
965 color : #88b0f0;
966 font-weight : bold;
967 display : inline-block;
968}
969
970ul.helpKbList h2 {
971 margin-top : 0px;
972}
a122b507
AD
973
974.dijitTreeNode .loadingNode {
975 margin-left : 3px;
5973c74c 976 height : 9px;
a122b507 977}
414191d4
AD
978
979span.collapseBtn {
980 cursor : pointer;
981}
54bc5594
AD
982
983div.postContent p {
984 max-width : 650px;
ac57b9dd
AD
985 -webkit-hyphens: auto;
986 -moz-hyphens: auto;
987 hyphens: auto;
54bc5594 988}
b5d4716a 989
922bfe73
AD
990div.postContent iframe {
991 min-width : 50%;
992}
11bd95b4
AD
993
994div.postHeader span.author {
81aa9e2b 995 color : #555;
11bd95b4 996 font-size : 11px;
d080678c 997 font-weight : normal;
11bd95b4 998}
b87a625c
AD
999
1000body#ttrssZoom {
1001 margin-left : auto;
1002 margin-right : auto;
dcab541d 1003 padding : 20px;
f035e6dc 1004 max-width : 670px;
dcab541d 1005 background : #f9fbff;
b87a625c
AD
1006}
1007
ff04fe06
AD
1008body#ttrssZoom div.postHeader div.postFeedTitle {
1009 float : left;
1010 text-align : right;
1011 padding-left : 0px;
1012 font-size : 10px;
1013}
1014
1015body#ttrssZoom div.postHeader a.postComments {
1016 text-align : right;
1017 padding-left : 0px;
1018 font-size : 10px;
1019}
1020
f035e6dc
AD
1021body#ttrssZoom div.postHeader div.postDate {
1022 float : none;
d2d6c8db 1023 text-align : right;
f035e6dc
AD
1024 padding-left : 0px;
1025 color : #777;
1026 font-size : 10px;
1027}
1028
d2d6c8db
AD
1029body#ttrssZoom div.postHeader div.postTags {
1030 color : #777;
1031 font-size : 10px;
1032}
1033
22e2ea41
AD
1034body#ttrssZoom div.postHeader div.postTitle {
1035 white-space : normal;
1036}
1037
8c82001b
AD
1038body#ttrssZoom div.postContent p {
1039 max-width : 650px;
ac57b9dd
AD
1040 -webkit-hyphens: auto;
1041 -moz-hyphens: auto;
1042 hyphens: auto;
8c82001b
AD
1043}
1044
dcab541d
AD
1045body#ttrssZoom div.postHeader {
1046 margin : 10px;
1047 border : 1px solid #ccc;
d44f3da4
AD
1048 /* box-shadow : none; */
1049 /* border-radius : 4px; */
dcab541d
AD
1050}
1051
8c82001b
AD
1052body#ttrssZoom div.postReply {
1053 border : 1px solid #ccc;
d44f3da4
AD
1054 /* border-radius : 4px;
1055 box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
dcab541d 1056 background : white;
8c82001b
AD
1057}
1058
b7a6e754 1059body#ttrssZoom div.postContent {
dcab541d 1060
b87a625c
AD
1061}
1062
1063body#ttrssZoom div.footer {
1064 margin-top : 1em;
1065 text-align : center;
1066}
d2f3467b 1067
a6e3554e
AD
1068body#ttrssZoom div.postContent img {
1069 max-width : 650px;
542c563c 1070 height : auto;
dcab541d 1071}
a6e3554e 1072
bf6df236
AD
1073select.attachments {
1074 display : block;
255b0f65
AD
1075 margin-top : 10px;
1076 max-width : 120px;
bf6df236 1077}
67b9d740 1078
e43a9c4a
AD
1079#selected_prompt {
1080 margin-right : 25px;
1081}
2cf3500e 1082
2f20dd58
AD
1083#feedTree img.feedIcon {
1084 position : relative;
1085 top : -2px;
1086}
1087
33e2d26b 1088body#ttrssMain #feedTree .dijitTreeRow {
17809d7c 1089 padding : 2px 0px 2px;
cf1cd5a0 1090 height : 22px;
2cf3500e
AD
1091 border-width : 1px;
1092 border-color : transparent;
be95c9d2 1093 color : #333;
2cf3500e
AD
1094}
1095
2f20dd58
AD
1096body#ttrssMain #feedTree .dijitFolderClosed,
1097body#ttrssMain #feedTree .dijitFolderOpened {
f890372a
AD
1098 display : none;
1099}
1100
10e1b517
AD
1101.dijitTreeNode .dijitCheckBox {
1102 margin-left : 4px;
1103}
1104
33e2d26b 1105body#ttrssMain #feedTree .dijitTreeIsRoot > .dijitTreeRow > .dijitTreeExpando {
f890372a
AD
1106 margin-left : 5px;
1107}
1108
cf1cd5a0
AD
1109body#ttrssMain #feedTree .dijitTreeExpando {
1110 margin-top : 0px;
1111 opacity : 0.6;
1112}
1113
33e2d26b 1114body#ttrssMain #feedTree .dijitTreeNode {
75933cf0
AD
1115 padding : 0px;
1116 border-width : 0px;
1117}
1118
33e2d26b 1119body#ttrssMain #feedTree {
2cf3500e
AD
1120 height : 100%;
1121 overflow-x : hidden;
65807ccf 1122 font-family : "Segoe UI", Tahoma, sans-serif;
2cf3500e 1123}
8d4b5b46 1124
c594eca0
AD
1125#feedTree .counterNode.aux {
1126 background : #f0f0f0;
1127 color : #999;
1128 border-color : #f0f0f0;
1129}
1130
f5d3c77a 1131#feedTree .counterNode {
8d4b5b46
AD
1132 font-weight : bold;
1133 display : inline-block;
1134 font-size : 9px;
1135 text-align : center;
1136 border : 1px solid #88b0f0;
1137 color : white;
1138 background : #88b0f0;
1139 border-radius : 4px;
8d4b5b46 1140 vertical-align : middle;
f5d3c77a 1141 float : right;
39d61109 1142 position : relative;
cf1cd5a0 1143 line-height : 14px;
d44f3da4 1144 margin-right : 8px;
cf1cd5a0 1145 margin-top : 3px;
41bcaef1 1146 min-width : 23px;
cf1cd5a0 1147 height : 14px;
8d4b5b46
AD
1148}
1149
4835d72f
VL
1150#feedTree .dijitTreeRow {
1151 max-width: 100%;
1152 overflow: hidden;
1153 text-overflow: ellipsis;
1154}
d34a32a8 1155
bb660dca
AD
1156body#ttrssPrefs hr {
1157 border-color : #ecf4ff;
1158 max-width : 100%;
1159}
c068b98b 1160
175dd079
AD
1161.dijitMenuItemLabel {
1162 font-size : 13px;
1163}
9e14c591 1164
d44f3da4 1165body#ttrssMain #feedTree .dijitTreeRowSelected {
d728015d 1166 background : white;
d44f3da4
AD
1167 /* box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1); */
1168}
1169
1170body#ttrssMain #feedTree .dijitTreeRowHover {
d728015d 1171 background : #ecf4ff;
d44f3da4
AD
1172}
1173
1174body#ttrssMain #feedTree .dijitTreeRowActive {
1175 background-color : transparent;
1176 background-image : none;
1177 border-color : transparent;
1178}
1179
1180/* body#ttrssMain .dijitTreeRowHover,
1181body#ttrssPrefs .dijitTreeRowHover,
1182body#ttrssMain .dijitTreeRowActive,
1183body#ttrssPrefs .dijitTreeRowActive {
1184 background-color : transparent;
1185 background-image : none;
1186 border-color : transparent;
1187} */
1188
1189body#ttrssMain .dijitTreeRowSelected .dijitTreeLabel,
1190body#ttrssPrefs .dijitTreeRowSelected .dijitTreeLabel {
1191 color : #4684ff;
1192 font-weight : bold;
1193}
1194
1195body#ttrssMain .dijitTreeRowHover .dijitTreeLabel,
1196body#ttrssPrefs .dijitTreeRowHover .dijitTreeLabel {
1197 color : #4684ff;
1198}
1199
9e14c591
AD
1200.dijitTreeRowSelected .dijitTreeLabel {
1201 text-shadow : 1px 1px 2px #fff;
1202}
08820be7 1203
ab25a806
AD
1204#feedTree img[src*='indicator_white.gif'] {
1205 position : relative;
1206 top : -2px;
1207}
dd90eb2c
AD
1208
1209span.highlight {
1210 background-color : #ffff00;
1211 color : #cc90cc;
1212}
5c54e683 1213
93015e27 1214body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpando {
d44f3da4
AD
1215 background-image: url("../images/treeExpandImages.png");
1216 position : relative;
1217 top : -1px;
1218}
1219
93015e27 1220body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
d44f3da4
AD
1221 display : none;
1222}
1223
5c54e683
AD
1224div.enclosure_title {
1225
1226}
1227