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