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