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