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