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