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