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