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