]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
add dijit.css to default theme
[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;
ea2dbc7a 28 border-width : 0px 0px 1px 0px;
ea55c93c
AD
29 border-color : #eee;
30 border-style : solid;
96b58583
AD
31}
32
c6c010d9
AD
33div.postReply div.postTitle {
34 overflow : hidden;
5f938254 35 text-overflow: ellipsis;
c6c010d9
AD
36 white-space : nowrap;
37}
38
39div.postReply div.postDate {
40 padding-left : 10px;
41}
42
e828e31e 43div.postReply div.postContent {
e5d758e3 44 padding : 10px;
f0601b87
AD
45}
46
f325d942
AD
47div.postReply div.postContent img {
48 border-width : 0px;
762c9064 49 max-width : 98%;
2eee8544 50 height: auto;
f325d942
AD
51}
52
ce53e200 53div.postReply div.postEnclosures {
ce53e200 54 margin-top : 1em;
81aa9e2b 55 color : #555;
ce53e200
AD
56}
57
5f014cf1
AD
58div.postReply img.tagsPic {
59 width : 16px;
60 height : 16px;
c7e51de1 61 margin-left : 4px;
5f014cf1
AD
62 vertical-align : middle;
63}
64
c7e51de1
AD
65div.articleNote {
66 background-color : #fff7d5;
c7e51de1 67 padding : 5px;
5e49db8d
AD
68 margin : 5px;
69 border-style : solid;
c7e51de1 70 border-color : #e7d796;
fcfa9ef1
AD
71 border-width : 1px;
72 background-color : #fff7d5;
c7e51de1 73 color : #9a8c59;
fcfa9ef1
AD
74}
75
76div.articleNote div.noteEdit {
77 float : right;
78 cursor : pointer;
c7e51de1
AD
79}
80
06202d88 81div.postReply span.author {
ae096313 82 font-size : 12px;
06202d88 83}
5f014cf1 84
e828e31e 85h1 {
442a9b8c 86 font-size : 18px;
f0601b87
AD
87}
88
e828e31e 89h2 {
442a9b8c 90 font-size : 16px;
e5d758e3
AD
91 font-weight : bold;
92 border-width : 0px 0px 1px 0px;
93 border-style : solid;
94 border-color : #ecf4ff;
1cd17194
AD
95}
96
f5a50b25 97h3 {
ae096313 98 font-size : 12px;
e5d758e3
AD
99 font-weight : bold;
100 border-width : 0px 0px 1px 0px;
101 border-style : solid;
102 border-color : #ecf4ff;
f5a50b25
AD
103}
104
e828e31e 105hr {
e5d758e3 106 border-width : 0px 0px 1px 0px;
14c53e4e 107 border-style : solid;
d44f3da4 108 border-color : #ccc;
e828e31e 109}
67824557 110
e828e31e 111a {
2a868b6b 112 color : #4684ff;
e5d758e3 113 text-decoration : none;
1cd17194
AD
114}
115
e828e31e 116a:hover {
2a868b6b 117 color : #88b0f0;
9b307248
AD
118}
119
e828e31e 120#piggie {
d437c8cf 121 z-index : 999;
e5d758e3 122 position : absolute;
9b307248
AD
123}
124
f407c086 125#notify {
95437e9e 126 bottom : 10px;
3e008206 127 right : 20px;
919984a4 128 border-width : 1px;
f407c086 129 border-style : solid;
0ceded7a 130 position : absolute;
95437e9e 131 font-size : 12px;
fcc36744 132 z-index : 99;
5973c74c
AD
133 max-width : 200px;
134 min-width : 100px;
919984a4 135 padding : 5px;
5973c74c 136 -width : 200px;
1cd17194
AD
137}
138
0d32b41e
AD
139#notify img {
140 vertical-align : middle;
95437e9e
AD
141 max-height : 14px;
142}
143
144#notify span.msg {
145 width : 100%;
146}
147
148#notify span.close {
149 text-align : right;
150}
151
152#notify span {
153 display : table-cell;
154 vertical-align : middle;
155 padding : 4px;
0d32b41e
AD
156}
157
919984a4 158.notify {
42c32916
AD
159 border-color : #d7c47a;
160 background-color : #fff7d5;
42c32916
AD
161}
162
919984a4 163.notify.progress {
f407c086
AD
164 border-color : #d7c47a;
165 background-color : #fff7d5;
f407c086
AD
166}
167
919984a4
AD
168.notify.info {
169 border-color : #88b0f0;
170 background-color : #ecf4ff;
171}
172
173.notify.error {
f407c086
AD
174 background-color : #ffcccc;
175 border-color : #ff0000;
f407c086
AD
176}
177
14c53e4e 178.hl div.hlTitle a {
f820f205 179 font-weight : bold;
8605ad4d 180 color : #777;
14c53e4e
AD
181}
182
183.hl.Unread div.hlTitle a {
184 color : black;
185}
186
187.hl.active div.hlTitle a {
188 color : #4684ff;
9e14c591
AD
189 text-shadow : 1px 1px 2px #fff;
190}
191
192.hl.Selected {
193 background : #f9fbff;
f820f205
AD
194}
195
8d090a91 196.hl.Grayed {
e5d758e3 197 color : #909090;
b7f4bda2
AD
198}
199
a7c0e150 200.hl {
14c53e4e 201 border-width : 0px 0px 1px 0px;
dc803347 202 border-style : solid;
d44f3da4 203 border-color : #eee;
ac43eba1 204}
a2015351 205
a7c0e150
AD
206.hl.active {
207 background : #ecf4ff ! important;
f28b542c
AD
208}
209
f820f205 210div.filterTestHolder {
bec2ecd9 211 height : 300px;
9c483746 212 overflow : auto;
a1f4151e 213 border-color : #eee;
a8328019
AD
214 border-style : solid;
215 margin : 0px 0px 5px 0px;
752b3f64 216 background-color : #f5f5f5;
f127eacb 217 border-width : 1px;
e1218480
AD
218}
219
f820f205 220
5f8b2573 221#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
18bfbb0c 222 margin : 5px 0px 5px 0px;
81aa9e2b 223 color : #555;
45a4531f
AD
224 padding-left : 10px;
225 border-width : 0px 0px 0px 4px;
a1f4151e 226 border-color : #ccc;
083020ad 227 border-style : solid;
7dc66a61 228}
e2f8f7b4 229
5f8b2573 230#content-insert code, #headlines-frame code, .dijitContentPane code {
8bebe198 231 color : #009900;
48a8d154 232 font-family : monospace;
48a8d154 233 font-size : 12px;
8bebe198
AD
234}
235
236#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
237 margin : 5px 0px 5px 0px;
238 padding : 10px;
81aa9e2b 239 color : #555;
8bebe198
AD
240 font-family : monospace;
241 font-size : 12px;
242 border-width : 0px;
a1f4151e 243 border-color : #ccc;
8bebe198 244 border-style : solid;
752b3f64 245 background : #f5f5f5;
8bebe198 246 display : block;
526f6906
AD
247 max-width : 98%;
248 overflow : auto;
48a8d154
AD
249}
250
6deafe90
AD
251div.notice, div.warning, div.error {
252 padding : 4px 10px 4px 4px;
253 display : inline-block;
fcef9eea 254 margin : 2px 0px 4px 0px;
0f2c4755 255 font-size : 12px;
bb660dca
AD
256 border-style : solid;
257 border-color : #ccc;
bb660dca 258 border-width : 1px;
6deafe90
AD
259}
260
fcef9eea
AD
261div.notice div.inner, div.warning div.inner, div.error div.inner {
262 vertical-align : middle;
263}
264
0d32b41e 265div.notice {
6deafe90 266 background : #ecf4ff;
bb660dca 267 border-color : #88b0f0;
0d32b41e
AD
268}
269
ab3d0b99 270div.warning {
e5d758e3 271 background : #fff7d5;
5e49db8d 272 border-color : #e7d796;;
1b74062f
AD
273}
274
84916243 275div.error {
84916243 276 background : #ffcccc;
bb660dca 277 border-color : #ff0000;
6deafe90
AD
278}
279
280div.warning img, div.notice img, div.error img {
2f20dd58 281 margin : 4px;
6deafe90 282 vertical-align : middle;
3c200461
AD
283}
284
285div.warning span, div.notice span, div.error span {
6d9426fe 286 display : table-cell;
3c200461
AD
287 vertical-align : middle;
288
84916243
AD
289}
290
ab3d0b99 291ul.nomarks {
e5d758e3
AD
292 list-style-type : none;
293 margin : 0px;
294 padding : 10px;
ab3d0b99
AD
295}
296
b7ade39d 297div.prefHelp {
81aa9e2b 298 color : #555;
abe4d057 299 padding : 5px;
8cb74804
AD
300}
301
746dcf42 302.insensitive {
81aa9e2b 303 color : #555;
bca02305 304}
afb7a1d6 305
1bffd106
AD
306#main-toolbar > * {
307 white-space : nowrap;
308 display : table-cell;
309 color : #999;
0e2d03a7 310 font-family : "Segoe UI", Tahoma, sans-serif;
4154cba3 311 font-size : 12px;
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
8e289ca1 827img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
828 width : 16px;
829 height : 16px;
2f20dd58 830 line-height : 16px;
7c9f819f 831 vertical-align : middle;
dc544c94 832 display : inline-block;
2ef5c21f 833}
9c99281f 834
c3edc667
AD
835.player {
836 display : inline-block;
81aa9e2b 837 color : #555;
c3edc667
AD
838 font-size : 11px;
839 font-family : sans-serif;
81aa9e2b 840 border : 1px solid #555;
c3edc667
AD
841 padding : 0px 4px 0px 4px;
842 margin : 0px 2px 0px 2px;
843 width : 50px;
844 text-align : center;
845 background : white;
846}
f820f205 847
c3edc667
AD
848.player.playing {
849 color : #00c000;
850 border-color : #00c000;
851}
852
853.player:hover {
854 background : #f0f0f0;
855 cursor : pointer;
856}
88e4e597 857
18eb64a8
AD
858#headlines-spacer {
859 height : 100%;
860 margin-left : 1px;
861 text-align : center;
862 padding : 1em;
81aa9e2b 863 color : #555;
18eb64a8 864}
56fbb82c 865
d44f3da4 866
6aff7845
AD
867ul#filterDlg_Matches, ul#filterDlg_Actions {
868 max-height : 100px;
869 overflow : auto;
870 list-style-type : none;
871 border-style : solid;
a1f4151e 872 border-color : #eee;
6aff7845 873 border-width : 0px 1px 1px 1px;
7637c94d 874 background-color : white;
6aff7845
AD
875 margin : 0px 0px 5px 0px;
876 padding : 0px;
877}
878
879ul#filterDlg_Matches li, ul#filterDlg_Actions li {
880 cursor : pointer;
04e41840
AD
881 padding : 0px 0px 0px 5px;
882}
883
b8cb4d08
AD
884ul.helpKbList {
885 max-height : 300px;
886 overflow : auto;
887 list-style-type : none;
a1f4151e 888 border : 1px solid #eee;
752b3f64 889 background-color : #f5f5f5;
b8cb4d08
AD
890 margin : 0px 0px 5px 0px;
891 padding : 5px;
892}
893
894ul.helpKbList span.hksequence {
895 width : 6em;
896 margin-left : 20px;
897 color : #88b0f0;
898 font-weight : bold;
899 display : inline-block;
900}
901
902ul.helpKbList h2 {
903 margin-top : 0px;
904}
a122b507 905
414191d4
AD
906span.collapseBtn {
907 cursor : pointer;
908}
54bc5594
AD
909
910div.postContent p {
911 max-width : 650px;
ac57b9dd
AD
912 -webkit-hyphens: auto;
913 -moz-hyphens: auto;
914 hyphens: auto;
54bc5594 915}
b5d4716a 916
922bfe73
AD
917div.postContent iframe {
918 min-width : 50%;
919}
11bd95b4
AD
920
921div.postHeader span.author {
81aa9e2b 922 color : #555;
11bd95b4 923 font-size : 11px;
d080678c 924 font-weight : normal;
11bd95b4 925}
b87a625c 926
bf6df236
AD
927select.attachments {
928 display : block;
255b0f65
AD
929 margin-top : 10px;
930 max-width : 120px;
bf6df236 931}
67b9d740 932
e43a9c4a
AD
933#selected_prompt {
934 margin-right : 25px;
935}
2cf3500e 936
2f20dd58
AD
937#feedTree img.feedIcon {
938 position : relative;
939 top : -2px;
940}
941
33e2d26b 942body#ttrssMain #feedTree .dijitTreeRow {
17809d7c 943 padding : 2px 0px 2px;
cf1cd5a0 944 height : 22px;
2cf3500e 945 border-width : 1px;
be95c9d2 946 color : #333;
2cf3500e
AD
947}
948
196724d1
AD
949ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
950 margin-right : 5px;
75933cf0
AD
951}
952
33e2d26b 953body#ttrssMain #feedTree {
2cf3500e
AD
954 height : 100%;
955 overflow-x : hidden;
65807ccf 956 font-family : "Segoe UI", Tahoma, sans-serif;
2cf3500e 957}
8d4b5b46 958
a1f4151e 959body#ttrssMain #feedTree .counterNode.aux {
c594eca0
AD
960 background : #f0f0f0;
961 color : #999;
962 border-color : #f0f0f0;
963}
964
a1f4151e 965body#ttrssMain #feedTree .counterNode {
8d4b5b46
AD
966 font-weight : bold;
967 display : inline-block;
968 font-size : 9px;
969 text-align : center;
970 border : 1px solid #88b0f0;
971 color : white;
972 background : #88b0f0;
973 border-radius : 4px;
8d4b5b46 974 vertical-align : middle;
f5d3c77a 975 float : right;
39d61109 976 position : relative;
cf1cd5a0 977 line-height : 14px;
d44f3da4 978 margin-right : 8px;
cf1cd5a0 979 margin-top : 3px;
41bcaef1 980 min-width : 23px;
cf1cd5a0 981 height : 14px;
8d4b5b46
AD
982}
983
ab25a806
AD
984#feedTree img[src*='indicator_white.gif'] {
985 position : relative;
986 top : -2px;
987}
dd90eb2c
AD
988
989span.highlight {
990 background-color : #ffff00;
991 color : #cc90cc;
992}
5c54e683 993
2842d7c2 994/* body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
d44f3da4 995 display : none;
2842d7c2 996} */
d44f3da4 997
5c54e683
AD
998div.enclosure_title {
999
1000}
1001
e7c87c29
AD
1002body#ttrssMain #headlines-frame .dijitCheckBox {
1003 border-width : 0px;
1004}
1005
8d6fd8be
AD
1006:focus {
1007 outline: none;
1008}