]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
add some experimental font family updates for headlines and chrome elements
[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;
5470cfab
AD
332 text-rendering: optimizelegibility;
333 font-family : "Segoe WP Semibold", "Segoe UI Semibold",
334 "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
335 Helvetica, Arial, sans-serif;
4154cba3 336 font-size : 12px;
8b27182a
AD
337}
338
1bffd106
AD
339#main-toolbar #headlines-toolbar {
340 padding-right : 4px;
341 width : 100%;
342}
343
344#main-toolbar #headlines-toolbar span.holder {
345 display : table;
346 width : 100%;
fcf70c51
AD
347}
348
1bffd106
AD
349#main-toolbar #headlines-toolbar span.holder > * {
350 display : table-cell;
351}
352
353#main-toolbar #headlines-toolbar .main {
fcf70c51 354 text-align : right;
1bffd106
AD
355}
356
357#headlines-toolbar span.r img {
358 margin-right : 4px;
359 position : relative;
360 top : 3px;
361}
f1080825 362
1a545dcb 363#headlines-toolbar span.r .error a {
f1080825 364 color : red;
1a545dcb 365}
f1080825 366
1bffd106
AD
367#main-toolbar #selected_prompt {
368 font-style : italic;
ea55c93c
AD
369 text-align : right;
370 margin-right : 4px;
c1c9df00
AD
371}
372
591c396d 373span.contentPreview {
9e14c591 374 color : #999;
e5d758e3 375 font-weight : normal;
9e14c591 376 text-shadow : 1px 1px 2px #fff;
f8900c31 377 font-size : 11px;
0f172fff
AD
378}
379
8cc5e965 380span.hlLabelRef {
e2549229 381 background-color : #fff7d5;
86edc737 382 font-size : 8px;
e2549229
AD
383 color : #063064;
384 font-weight : normal;
48e5a756
AD
385 margin-left : 2px;
386 padding : 1px 4px 1px 4px;
387 display : inline-block;
388 vertical-align : middle;
e2549229 389 white-space: nowrap;
d44f3da4 390 border-radius : 4px;
e2549229
AD
391}
392
b810a0f1 393div.postHeader div.postDate {
e5d758e3 394 text-align : right;
f035e6dc 395 color : #909090;
b810a0f1 396 float : right;
9167e250 397}
36aab70f 398
b810a0f1
AD
399div.postHeader div {
400 padding-bottom : 3px;
ed51e128
AD
401}
402
36aab70f 403#feedUpdateErrors {
e5d758e3 404 display : none;
36aab70f
AD
405}
406
42918a07 407#allEntryTags {
e5d758e3
AD
408 border-width : 0px 0px 1px 0px;
409 border-style : solid;
03700cb6 410 border-color : #ddd;
e5d758e3
AD
411 padding-bottom : 5px;
412 display : none;
42918a07 413}
13ce14e8 414
d3103484
AD
415a.hlFeed {
416 display : block;
417 white-space : nowrap;
418 font-size : 9px;
e17e99fb
AD
419 font-style : italic;
420 font-weight : normal;
d3103484
AD
421 display : inline-block;
422 padding : 1px 2px 1px 2px;
423 margin-bottom : 2px;
424 margin-top : 2px;
81aa9e2b 425 color : #555;
df456bb0
AD
426}
427
d3103484 428a.hlFeed:hover {
df456bb0
AD
429 color : #4684ff;
430}
431
035d7a5a 432img.markedPic, img.pubPic {
7514749d 433 cursor : pointer;
c4f52830 434 vertical-align : middle;
d6b74cd4
AD
435 opacity : 0.5;
436 -webkit-transition : opacity 0.25s;
437 transition : opacity 0.25s;
438}
439
440img.markedPic:hover, img.pubPic:hover {
441 opacity : 1;
442}
443
444img[src*='pub_set.png'], img[src*='mark_set.png'] {
445 opacity : 1;
7514749d
AD
446}
447
0979b696 448div.tagCloudContainer {
03700cb6 449 border : 1px solid #ddd;
752b3f64 450 background-color : #f5f5f5;
0979b696 451 margin : 5px 0px 5px 0px;
9e6427ab 452 padding : 5px;
0979b696
AD
453 text-align : center;
454}
455
73495fd1 456div.errorExplained {
03700cb6 457 border : 1px solid #ddd;
752b3f64 458 background-color : #f5f5f5;
73495fd1
AD
459 margin : 5px 0px 5px 0px;
460 padding : 5px;
461}
462
e8dd519b 463ul.feedErrorsList {
bec2ecd9 464 max-height : 300px;
e8dd519b
AD
465 overflow : auto;
466 list-style-type : none;
03700cb6 467 border : 1px solid #ddd;
752b3f64 468 background-color : #f5f5f5;
e8dd519b 469 margin : 0px 0px 5px 0px;
bec2ecd9 470 padding : 5px;
e8dd519b
AD
471}
472
f81b6815 473ul.feedErrorsList em {
81aa9e2b 474 color : #555;
f81b6815
AD
475}
476
f9cb39ac 477ul.browseFeedList {
e5d758e3
AD
478 height : 300px;
479 overflow : auto;
a8328019 480 border-width : 0px 1px 1px 1px;
03700cb6 481 border-color : #ddd;
a8328019 482 border-style : solid;
e5d758e3 483 margin : 0px 0px 5px 0px;
e5d758e3 484 background-color : white;
a8328019
AD
485 list-style-type : none;
486 padding : 0px;
487
b92e6209
AD
488}
489
490ul.browseFeedList li {
e5d758e3 491 margin : 0px;
a8328019 492 padding : 2px 4px 2px 4px;
f9cb39ac
AD
493}
494
495span.subscribers {
e5d758e3 496 color : #808080;
f9cb39ac
AD
497}
498
c6232e43 499div.subscribers {
e5d758e3 500 color : #808080;
ae096313 501 font-size : 12px;
e5d758e3 502 float : right;
c6232e43
AD
503}
504
c6232e43 505div.browserDetails {
e5d758e3 506 margin : 5px 5px 5px 5px;
e5d758e3 507 padding : 5px;
c6232e43 508}
c2b2aee0
AD
509
510ul.compact {
e5d758e3
AD
511 list-style-type : none;
512 margin : 0px;
513 padding : 0px;
c2b2aee0
AD
514}
515
516ul.compact li {
e5d758e3
AD
517 margin : 0px;
518 padding : 0px;
c2b2aee0
AD
519}
520
69654950 521.noborder {
e5d758e3 522 border-width : 0px;
69654950 523}
0ee1d1a0 524
2055d4a6 525#overlay {
e5d758e3
AD
526 background : white;
527 left : 0;
528 top : 0;
529 height : 100%;
530 width : 100%;
531 z-index : 100;
532 position : absolute;
2055d4a6
AD
533}
534
535#overlay_inner {
e5d758e3 536 font-weight : bold;
fcc36744 537 margin : 1em;
2055d4a6 538}
af106b0e 539
79f3553b
AD
540form {
541 margin : 0px;
542 padding : 0px;
543}
86b682ce 544
33b8cab4
AD
545div.loadingPrompt {
546 padding : 1em;
547 text-align : center;
548 font-weight : bold;
549}
550
9251df44 551div.whiteBox {
9251df44 552 margin-left : 1px;
abbe0154 553 text-align : center;
b6adf039 554 padding : 1em;
9251df44
AD
555}
556
05fcdf52
AD
557div.autocomplete {
558 position : absolute;
559 width : 250px;
560 background-color : white;
561 border :1px solid #778899;
562 margin : 0px;
563 padding : 0px;
564}
565
566div.autocomplete ul {
567 list-style-type : none;
568 margin : 0px;
569 padding : 0px;
570}
571
572div.autocomplete ul li.selected {
573 background-color : #fff7d5;
574}
575
576div.autocomplete ul li {
577 list-style-type : none;
578 display : block;
579 margin : 0;
580 padding : 2px;
581 height : 32px;
582 cursor : pointer;
583}
584
ffc21d2b
AD
585.hlTitle {
586 overflow : hidden;
587 white-space : nowrap;
588 max-width : 500px;
589 text-overflow : ellipsis;
590}
591
15a82901
AD
592div#headlines-frame.wide .hlTitle {
593 max-width : auto;
594 overflow : visible;
595 white-space : normal;
596}
597
4b7ebe93
AD
598.hl a.title.high, span.hlContent.high .contentPreview {
599 color : #00aa00;
546499a9 600}
4b7ebe93
AD
601.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
602 color : #00dd00;
5daa24f2
AD
603}
604
4b7ebe93
AD
605.hl a.title.low, span.hlContent.low .contentPreview,
606.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
5daa24f2
AD
607 color : #909090;
608 text-decoration : line-through;
609}
610
611img.hlScorePic {
612 vertical-align : middle;
613 width : 16px;
614 height : 16px;
615}
616
10fa6615 617div.dlgSec {
ae096313 618 font-size : 12px;
81aa9e2b 619 color : #555;
10fa6615
AD
620 font-weight : bold;
621 clear : both;
622 height : 20px;
623}
624
625div.dlgSecCont {
626 position : relative;
627 left : 150px;
628 top : -20px;
629 float : left;
ae096313 630 font-size : 12px;
baa2db9f 631 font-weight : normal;
d90868d7
AD
632}
633
bcf5ed46
AD
634div.dlgSecCont hr {
635 height : 0px;
636 line-height : 0px;
637 border : 0px solid transparent;
638 margin : 2px;
639}
640
d90868d7 641div.dlgSecCont > * {
bcf5ed46
AD
642 position : relative;
643 top : -2px;
10fa6615
AD
644}
645
646div.dlgButtons {
647 text-align : right;
648 clear : both;
649}
650
a740f4b5 651span.labelColorIndicator {
2f20dd58
AD
652 height : 16px;
653 width : 16px;
654 border-radius : 4px;
a740f4b5 655 line-height : 14px;
2f20dd58 656 vertical-align : middle;
86edc737 657 font-size : 9px;
a740f4b5 658 display : inline-block;
2f20dd58 659 border : 1px solid #ccc;
fb8b2153
AD
660 background-color : #fff7d5;
661 color : #063064;
662 text-align : center;
fb8b2153
AD
663}
664
78935092
AD
665div#cmdline {
666 position : absolute;
667 left : 5px;
668 bottom : 5px;
669 font-size : 11px;
81aa9e2b 670 color : #555;
78935092
AD
671 font-weight : bold;
672 background-color : white;
673 border : 1px solid #88b0f0;
674 padding : 3px 5px 3px 5px;
675 z-index : 5;
676}
f4280bdd
AD
677
678#feed_browser_spinner {
679 vertical-align : middle;
680 height : 18px;
681 width : 18px;
682}
37e93d6c 683
8cc5e965
AD
684div.hlTitle {
685 display : table-cell;
686 cursor : pointer;
687 width : 100%;
688 vertical-align : middle;
689 padding-top : 4px;
690 padding-bottom : 4px;
a0f98bbf
AD
691}
692
8cc5e965
AD
693div.hlLeft {
694 display : table-cell;
695 vertical-align : middle;
696 white-space: nowrap;
ad491d75
AD
697}
698
8cc5e965
AD
699div.hlRight {
700 display : table-cell;
701 white-space: nowrap;
702 text-align : right;
703 vertical-align : middle;
ad491d75
AD
704}
705
fcf70c51
AD
706div.hlRight img {
707 max-width : 16px;
708 max-height : 16px;
709}
710
8cc5e965 711span.hlUpdated {
81aa9e2b 712 color : #555;
6edeede3
AD
713 min-width : 100px;
714 display : table-cell;
715 width : 100%;
716 vertical-align : middle;
6edeede3 717 text-align : right;
e17e99fb 718 font-size : 10px;
577399e8
AD
719}
720
f947467a
AD
721div.hlLeft {
722 padding-left : 8px;
723}
724
8cc5e965
AD
725div.hlLeft input {
726 margin-left : 4px;
727 margin-right : 4px;
ad491d75
AD
728}
729
8cc5e965 730div.hlLeft img, div.hlRight img {
0e70e4a4 731 margin : 0px 4px;
cb1a012b 732}
8cc5e965 733
cb1a012b
AD
734div.hlLeft img {
735 width : 16px;
736 height : 16px;
8cc5e965 737}
31a53903 738
ba083651
AD
739div.fatalError {
740 margin-bottom : 10px;
741}
951906dc
AD
742
743div.fatalError button {
744 margin-top : 5px;
745}
746
747div.fatalError textarea {
748 width : 100%;
749 height : 100px;
750}
2f01fe57 751
c068b98b 752#ttrssMain #main {
2f01fe57 753 border-width : 0px;
6e4f4ce1
AD
754 margin : 0px;
755 padding : 0px;
756}
757
2b25b79d
AD
758#header-wrap {
759 border-width : 0px;
760 margin : 0px;
761 padding : 0px;
762}
763
6e4f4ce1
AD
764#content-wrap {
765 padding : 0px;
a1f4151e 766 border-width : 0px;
2d1282d4 767 margin : 0px;
2f01fe57
AD
768}
769
770#feeds-holder {
771 padding : 0px;
d44f3da4
AD
772 border-width : 0px 1px 0px 0px;
773 border-style : solid;
03700cb6 774 border-color : #ddd;
654532b7 775 overflow : hidden;
752b3f64 776 background : #f5f5f5;
2f01fe57
AD
777}
778
6e4f4ce1
AD
779#headlines-wrap-inner {
780 padding : 0px;
781 margin : 0px;
782 border-width : 0px;
783}
784
2f01fe57
AD
785#headlines-frame {
786 padding : 0px;
d34a32a8 787 border-width : 0px;
0ce61157 788 margin-top : 0px;
0ce61157
AD
789}
790
d4eebd8b 791#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 792 display : none;
2f01fe57
AD
793}
794
6f3976c9 795#toolbar {
f8ce21fc 796 padding : 0px;
6e4f4ce1 797 margin : 0px;
2f01fe57 798 border-width : 0px;
6e4f4ce1 799 white-space: nowrap;
17809d7c 800 font-size : 12px;
d44f3da4
AD
801}
802
803#main-toolbar {
752b3f64 804 background : white;
1c51dc73 805 border-width : 0px 0px 1px 0px;
03700cb6 806 border-color : #ddd;
ea55c93c
AD
807 border-style : solid;
808 padding-left : 4px;
809 height : 26px;
810
2f01fe57
AD
811}
812
813#header {
2f01fe57 814 border-width : 0px;
2b25b79d 815 text-align : right;
81aa9e2b 816 color : #555;
2b25b79d
AD
817 padding : 5px 5px 0px 0px;
818 margin : 0px;
819 position : absolute;
820 right : 0px;
821 top : 0px;
822 z-index : 5;
2f01fe57
AD
823}
824
825#footer {
826 text-align : center;
81aa9e2b 827 color : #555;
d62796de 828 padding : 4px 4px 8px 4px;
2f01fe57
AD
829 border-width : 0px;
830}
6e4f4ce1
AD
831
832#content-insert {
833 padding : 0px;
03700cb6 834 border-color : #ddd;
d728015d 835 border-width : 0px;
17809d7c 836 line-height: 20px;
b93ad1e1 837 overflow : auto;
6e4f4ce1 838}
13e785e0 839
e21ea11c 840#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
13e785e0
AD
841 font-weight : bold;
842}
843
e21ea11c
AD
844#feedTree .dijitTreeRow.Error .dijitTreeLabel {
845 color : red;
846}
847
8e289ca1 848img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
849 width : 16px;
850 height : 16px;
2f20dd58 851 line-height : 16px;
7c9f819f 852 vertical-align : middle;
dc544c94 853 display : inline-block;
2ef5c21f 854}
9c99281f 855
c3edc667
AD
856.player {
857 display : inline-block;
81aa9e2b 858 color : #555;
c3edc667
AD
859 font-size : 11px;
860 font-family : sans-serif;
81aa9e2b 861 border : 1px solid #555;
c3edc667
AD
862 padding : 0px 4px 0px 4px;
863 margin : 0px 2px 0px 2px;
864 width : 50px;
865 text-align : center;
866 background : white;
867}
f820f205 868
c3edc667
AD
869.player.playing {
870 color : #00c000;
871 border-color : #00c000;
872}
873
874.player:hover {
875 background : #f0f0f0;
876 cursor : pointer;
877}
88e4e597 878
18eb64a8
AD
879#headlines-spacer {
880 height : 100%;
881 margin-left : 1px;
882 text-align : center;
883 padding : 1em;
81aa9e2b 884 color : #555;
18eb64a8 885}
56fbb82c 886
d44f3da4 887
6aff7845
AD
888ul#filterDlg_Matches, ul#filterDlg_Actions {
889 max-height : 100px;
890 overflow : auto;
891 list-style-type : none;
892 border-style : solid;
03700cb6 893 border-color : #ddd;
6aff7845 894 border-width : 0px 1px 1px 1px;
7637c94d 895 background-color : white;
6aff7845
AD
896 margin : 0px 0px 5px 0px;
897 padding : 0px;
898}
899
900ul#filterDlg_Matches li, ul#filterDlg_Actions li {
901 cursor : pointer;
04e41840
AD
902 padding : 0px 0px 0px 5px;
903}
904
b8cb4d08
AD
905ul.helpKbList {
906 max-height : 300px;
907 overflow : auto;
908 list-style-type : none;
03700cb6 909 border : 1px solid #ddd;
752b3f64 910 background-color : #f5f5f5;
b8cb4d08
AD
911 margin : 0px 0px 5px 0px;
912 padding : 5px;
913}
914
915ul.helpKbList span.hksequence {
916 width : 6em;
917 margin-left : 20px;
918 color : #88b0f0;
919 font-weight : bold;
920 display : inline-block;
921}
922
923ul.helpKbList h2 {
924 margin-top : 0px;
925}
a122b507 926
414191d4
AD
927span.collapseBtn {
928 cursor : pointer;
929}
54bc5594
AD
930
931div.postContent p {
932 max-width : 650px;
ac57b9dd
AD
933 -webkit-hyphens: auto;
934 -moz-hyphens: auto;
935 hyphens: auto;
54bc5594 936}
b5d4716a 937
922bfe73
AD
938div.postContent iframe {
939 min-width : 50%;
940}
11bd95b4
AD
941
942div.postHeader span.author {
81aa9e2b 943 color : #555;
11bd95b4 944 font-size : 11px;
d080678c 945 font-weight : normal;
11bd95b4 946}
b87a625c 947
bf6df236
AD
948select.attachments {
949 display : block;
255b0f65
AD
950 margin-top : 10px;
951 max-width : 120px;
bf6df236 952}
67b9d740 953
e43a9c4a
AD
954#selected_prompt {
955 margin-right : 25px;
956}
2cf3500e 957
2f20dd58
AD
958#feedTree img.feedIcon {
959 position : relative;
960 top : -2px;
961}
962
33e2d26b 963body#ttrssMain #feedTree .dijitTreeRow {
17809d7c 964 padding : 2px 0px 2px;
cf1cd5a0 965 height : 22px;
2cf3500e 966 border-width : 1px;
be95c9d2 967 color : #333;
2cf3500e
AD
968}
969
196724d1
AD
970ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
971 margin-right : 5px;
75933cf0
AD
972}
973
33e2d26b 974body#ttrssMain #feedTree {
2cf3500e
AD
975 height : 100%;
976 overflow-x : hidden;
5470cfab
AD
977 text-rendering: optimizelegibility;
978 font-family : "Segoe WP Semibold", "Segoe UI Semibold",
979 "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
980 Helvetica, Arial, sans-serif;
2cf3500e 981}
8d4b5b46 982
a1f4151e 983body#ttrssMain #feedTree .counterNode.aux {
c594eca0
AD
984 background : #f0f0f0;
985 color : #999;
986 border-color : #f0f0f0;
987}
988
a1f4151e 989body#ttrssMain #feedTree .counterNode {
8d4b5b46
AD
990 font-weight : bold;
991 display : inline-block;
992 font-size : 9px;
993 text-align : center;
994 border : 1px solid #88b0f0;
995 color : white;
996 background : #88b0f0;
997 border-radius : 4px;
8d4b5b46 998 vertical-align : middle;
f5d3c77a 999 float : right;
39d61109 1000 position : relative;
cf1cd5a0 1001 line-height : 14px;
d44f3da4 1002 margin-right : 8px;
cf1cd5a0 1003 margin-top : 3px;
41bcaef1 1004 min-width : 23px;
cf1cd5a0 1005 height : 14px;
8d4b5b46
AD
1006}
1007
ab25a806
AD
1008#feedTree img[src*='indicator_white.gif'] {
1009 position : relative;
1010 top : -2px;
1011}
dd90eb2c
AD
1012
1013span.highlight {
1014 background-color : #ffff00;
1015 color : #cc90cc;
1016}
5c54e683 1017
2842d7c2 1018/* body#ttrssMain #feedTree .dijitTreeRow .dijitTreeExpandoLeaf {
d44f3da4 1019 display : none;
2842d7c2 1020} */
d44f3da4 1021
5c54e683
AD
1022div.enclosure_title {
1023
1024}
1025
e7c87c29
AD
1026body#ttrssMain #headlines-frame .dijitCheckBox {
1027 border-width : 0px;
1028}
1029
8d6fd8be
AD
1030:focus {
1031 outline: none;
1032}