]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
add some increased contrast borders to dialogs
[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;
03700cb6 29 border-color : #ddd;
ea55c93c 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;
03700cb6 203 border-color : #ddd;
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;
03700cb6 213 border-color : #ddd;
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;
03700cb6 385 border-color : #ddd;
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 {
03700cb6 424 border : 1px solid #ddd;
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 {
03700cb6 432 border : 1px solid #ddd;
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;
03700cb6 442 border : 1px solid #ddd;
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;
03700cb6 456 border-color : #ddd;
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;
2d1282d4 742 margin : 0px;
2f01fe57
AD
743}
744
745#feeds-holder {
746 padding : 0px;
d44f3da4
AD
747 border-width : 0px 1px 0px 0px;
748 border-style : solid;
03700cb6 749 border-color : #ddd;
654532b7 750 overflow : hidden;
752b3f64 751 background : #f5f5f5;
2f01fe57
AD
752}
753
6e4f4ce1
AD
754#headlines-wrap-inner {
755 padding : 0px;
756 margin : 0px;
757 border-width : 0px;
758}
759
2f01fe57
AD
760#headlines-frame {
761 padding : 0px;
d34a32a8 762 border-width : 0px;
0ce61157 763 margin-top : 0px;
0ce61157
AD
764}
765
d4eebd8b 766#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 767 display : none;
2f01fe57
AD
768}
769
6f3976c9 770#toolbar {
f8ce21fc 771 padding : 0px;
6e4f4ce1 772 margin : 0px;
2f01fe57 773 border-width : 0px;
6e4f4ce1 774 white-space: nowrap;
17809d7c 775 font-size : 12px;
d44f3da4
AD
776}
777
778#main-toolbar {
752b3f64 779 background : white;
1c51dc73 780 border-width : 0px 0px 1px 0px;
03700cb6 781 border-color : #ddd;
ea55c93c
AD
782 border-style : solid;
783 padding-left : 4px;
784 height : 26px;
785
2f01fe57
AD
786}
787
788#header {
2f01fe57 789 border-width : 0px;
2b25b79d 790 text-align : right;
81aa9e2b 791 color : #555;
2b25b79d
AD
792 padding : 5px 5px 0px 0px;
793 margin : 0px;
794 position : absolute;
795 right : 0px;
796 top : 0px;
797 z-index : 5;
2f01fe57
AD
798}
799
800#footer {
801 text-align : center;
81aa9e2b 802 color : #555;
d62796de 803 padding : 4px 4px 8px 4px;
2f01fe57
AD
804 border-width : 0px;
805}
6e4f4ce1
AD
806
807#content-insert {
808 padding : 0px;
03700cb6 809 border-color : #ddd;
d728015d 810 border-width : 0px;
17809d7c 811 line-height: 20px;
b93ad1e1 812 overflow : auto;
6e4f4ce1 813}
13e785e0 814
e21ea11c 815#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
13e785e0
AD
816 font-weight : bold;
817}
818
e21ea11c
AD
819#feedTree .dijitTreeRow.Error .dijitTreeLabel {
820 color : red;
821}
822
8e289ca1 823img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
824 width : 16px;
825 height : 16px;
2f20dd58 826 line-height : 16px;
7c9f819f 827 vertical-align : middle;
dc544c94 828 display : inline-block;
2ef5c21f 829}
9c99281f 830
c3edc667
AD
831.player {
832 display : inline-block;
81aa9e2b 833 color : #555;
c3edc667
AD
834 font-size : 11px;
835 font-family : sans-serif;
81aa9e2b 836 border : 1px solid #555;
c3edc667
AD
837 padding : 0px 4px 0px 4px;
838 margin : 0px 2px 0px 2px;
839 width : 50px;
840 text-align : center;
841 background : white;
842}
f820f205 843
c3edc667
AD
844.player.playing {
845 color : #00c000;
846 border-color : #00c000;
847}
848
849.player:hover {
850 background : #f0f0f0;
851 cursor : pointer;
852}
88e4e597 853
18eb64a8
AD
854#headlines-spacer {
855 height : 100%;
856 margin-left : 1px;
857 text-align : center;
858 padding : 1em;
81aa9e2b 859 color : #555;
18eb64a8 860}
56fbb82c 861
d44f3da4 862
6aff7845
AD
863ul#filterDlg_Matches, ul#filterDlg_Actions {
864 max-height : 100px;
865 overflow : auto;
866 list-style-type : none;
867 border-style : solid;
03700cb6 868 border-color : #ddd;
6aff7845 869 border-width : 0px 1px 1px 1px;
7637c94d 870 background-color : white;
6aff7845
AD
871 margin : 0px 0px 5px 0px;
872 padding : 0px;
873}
874
875ul#filterDlg_Matches li, ul#filterDlg_Actions li {
876 cursor : pointer;
04e41840
AD
877 padding : 0px 0px 0px 5px;
878}
879
b8cb4d08
AD
880ul.helpKbList {
881 max-height : 300px;
882 overflow : auto;
883 list-style-type : none;
03700cb6 884 border : 1px solid #ddd;
752b3f64 885 background-color : #f5f5f5;
b8cb4d08
AD
886 margin : 0px 0px 5px 0px;
887 padding : 5px;
888}
889
890ul.helpKbList span.hksequence {
891 width : 6em;
892 margin-left : 20px;
893 color : #88b0f0;
894 font-weight : bold;
895 display : inline-block;
896}
897
898ul.helpKbList h2 {
899 margin-top : 0px;
900}
a122b507 901
414191d4
AD
902span.collapseBtn {
903 cursor : pointer;
904}
54bc5594
AD
905
906div.postContent p {
907 max-width : 650px;
ac57b9dd
AD
908 -webkit-hyphens: auto;
909 -moz-hyphens: auto;
910 hyphens: auto;
54bc5594 911}
b5d4716a 912
922bfe73
AD
913div.postContent iframe {
914 min-width : 50%;
915}
11bd95b4
AD
916
917div.postHeader span.author {
81aa9e2b 918 color : #555;
11bd95b4 919 font-size : 11px;
d080678c 920 font-weight : normal;
11bd95b4 921}
b87a625c 922
bf6df236
AD
923select.attachments {
924 display : block;
255b0f65
AD
925 margin-top : 10px;
926 max-width : 120px;
bf6df236 927}
67b9d740 928
e43a9c4a
AD
929#selected_prompt {
930 margin-right : 25px;
931}
2cf3500e 932
2f20dd58
AD
933#feedTree img.feedIcon {
934 position : relative;
935 top : -2px;
936}
937
33e2d26b 938body#ttrssMain #feedTree .dijitTreeRow {
17809d7c 939 padding : 2px 0px 2px;
cf1cd5a0 940 height : 22px;
2cf3500e 941 border-width : 1px;
be95c9d2 942 color : #333;
2cf3500e
AD
943}
944
196724d1
AD
945ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
946 margin-right : 5px;
75933cf0
AD
947}
948
33e2d26b 949body#ttrssMain #feedTree {
2cf3500e
AD
950 height : 100%;
951 overflow-x : hidden;
65807ccf 952 font-family : "Segoe UI", Tahoma, sans-serif;
2cf3500e 953}
8d4b5b46 954
a1f4151e 955body#ttrssMain #feedTree .counterNode.aux {
c594eca0
AD
956 background : #f0f0f0;
957 color : #999;
958 border-color : #f0f0f0;
959}
960
a1f4151e 961body#ttrssMain #feedTree .counterNode {
8d4b5b46
AD
962 font-weight : bold;
963 display : inline-block;
964 font-size : 9px;
965 text-align : center;
966 border : 1px solid #88b0f0;
967 color : white;
968 background : #88b0f0;
969 border-radius : 4px;
8d4b5b46 970 vertical-align : middle;
f5d3c77a 971 float : right;
39d61109 972 position : relative;
cf1cd5a0 973 line-height : 14px;
d44f3da4 974 margin-right : 8px;
cf1cd5a0 975 margin-top : 3px;
41bcaef1 976 min-width : 23px;
cf1cd5a0 977 height : 14px;
8d4b5b46
AD
978}
979
ab25a806
AD
980#feedTree img[src*='indicator_white.gif'] {
981 position : relative;
982 top : -2px;
983}
dd90eb2c
AD
984
985span.highlight {
986 background-color : #ffff00;
987 color : #cc90cc;
988}
5c54e683 989
2842d7c2 990/* body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
d44f3da4 991 display : none;
2842d7c2 992} */
d44f3da4 993
5c54e683
AD
994div.enclosure_title {
995
996}
997
e7c87c29
AD
998body#ttrssMain #headlines-frame .dijitCheckBox {
999 border-width : 0px;
1000}
1001
8d6fd8be
AD
1002:focus {
1003 outline: none;
1004}