]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
main toolbar: set overflow to hidden
[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",
bfe162fc 35 "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "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",
bfe162fc 90 "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "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",
bfe162fc 102 "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "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",
bfe162fc 114 "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "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",
bfe162fc 123 "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "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
70c0a8c2
AD
183#notify img.close {
184 cursor : pointer;
95437e9e
AD
185}
186
187#notify span {
188 display : table-cell;
189 vertical-align : middle;
6c34ef61 190 padding : 2px;
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",
bfe162fc 217 "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "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;
70c0a8c2 315 cursor : pointer;
1b74062f
AD
316}
317
c1ebb6cd
AD
318.alert-success {
319 color: #468847;
320 background-color: #dff0d8;
321 border-color: #d6e9c6;
6deafe90
AD
322}
323
c1ebb6cd
AD
324.alert-success h4 {
325 color: #468847;
3c200461
AD
326}
327
c1ebb6cd
AD
328.alert-danger,
329.alert-error {
330 color: #b94a48;
331 background-color: #f2dede;
332 border-color: #eed3d7;
333}
334
335.alert-danger h4,
336.alert-error h4 {
337 color: #b94a48;
338}
339
340.alert-info {
341 color: #3a87ad;
342 background-color: #d9edf7;
343 border-color: #bce8f1;
344}
3c200461 345
c1ebb6cd
AD
346.alert-info h4 {
347 color: #3a87ad;
84916243
AD
348}
349
ab3d0b99 350ul.nomarks {
e5d758e3
AD
351 list-style-type : none;
352 margin : 0px;
353 padding : 10px;
ab3d0b99
AD
354}
355
b7ade39d 356div.prefHelp {
81aa9e2b 357 color : #555;
abe4d057 358 padding : 5px;
8cb74804
AD
359}
360
746dcf42 361.insensitive {
81aa9e2b 362 color : #555;
bca02305 363}
f52879fe
AD
364
365.small {
366 font-size : 11px;
367}
afb7a1d6 368
1bffd106
AD
369#main-toolbar > * {
370 white-space : nowrap;
371 display : table-cell;
372 color : #999;
d4fec604 373 overflow : hidden;
ad926dfb
AD
374}
375
376#main-toolbar > *,
96cac8fe
AD
377#main-toolbar table *,
378#main-toolbar .actionChooser * {
5470cfab 379 text-rendering: optimizelegibility;
bfe162fc 380 font-family : "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "Helvetica Neue",
5470cfab 381 Helvetica, Arial, sans-serif;
4154cba3 382 font-size : 12px;
ad926dfb
AD
383
384}
385
1bffd106
AD
386#main-toolbar #headlines-toolbar {
387 padding-right : 4px;
388 width : 100%;
389}
390
391#main-toolbar #headlines-toolbar span.holder {
392 display : table;
393 width : 100%;
fcf70c51
AD
394}
395
1bffd106
AD
396#main-toolbar #headlines-toolbar span.holder > * {
397 display : table-cell;
398}
399
400#main-toolbar #headlines-toolbar .main {
fcf70c51 401 text-align : right;
1bffd106
AD
402}
403
ad926dfb
AD
404#main-toolbar #headlines-toolbar .main,
405#main-toolbar #headlines-toolbar .r {
406 line-height : 24px;
407}
408
1bffd106
AD
409#headlines-toolbar span.r img {
410 margin-right : 4px;
411 position : relative;
412 top : 3px;
413}
f1080825 414
1a545dcb 415#headlines-toolbar span.r .error a {
f1080825 416 color : red;
1a545dcb 417}
f1080825 418
1bffd106
AD
419#main-toolbar #selected_prompt {
420 font-style : italic;
ea55c93c
AD
421 text-align : right;
422 margin-right : 4px;
c1c9df00
AD
423}
424
4822485a
AD
425@media (max-width: 992px) {
426 #main-toolbar #selected_prompt {
427 display : none;
428 }
429}
430
591c396d 431span.contentPreview {
9e14c591 432 color : #999;
e5d758e3 433 font-weight : normal;
420ec634 434 font-size : 12px;
029005c4 435 padding-left : 4px;
0f172fff
AD
436}
437
8cc5e965 438span.hlLabelRef {
e2549229 439 background-color : #fff7d5;
86edc737 440 font-size : 8px;
e2549229
AD
441 color : #063064;
442 font-weight : normal;
48e5a756
AD
443 margin-left : 2px;
444 padding : 1px 4px 1px 4px;
445 display : inline-block;
446 vertical-align : middle;
e2549229 447 white-space: nowrap;
d44f3da4 448 border-radius : 4px;
e2549229
AD
449}
450
b810a0f1 451div.postHeader div.postDate {
e5d758e3 452 text-align : right;
f035e6dc 453 color : #909090;
b810a0f1 454 float : right;
9167e250 455}
36aab70f 456
b810a0f1
AD
457div.postHeader div {
458 padding-bottom : 3px;
ed51e128
AD
459}
460
36aab70f 461#feedUpdateErrors {
e5d758e3 462 display : none;
36aab70f
AD
463}
464
42918a07 465#allEntryTags {
e5d758e3
AD
466 border-width : 0px 0px 1px 0px;
467 border-style : solid;
03700cb6 468 border-color : #ddd;
e5d758e3
AD
469 padding-bottom : 5px;
470 display : none;
42918a07 471}
13ce14e8 472
035d7a5a 473img.markedPic, img.pubPic {
7514749d 474 cursor : pointer;
c4f52830 475 vertical-align : middle;
d6b74cd4
AD
476 opacity : 0.5;
477 -webkit-transition : opacity 0.25s;
478 transition : opacity 0.25s;
479}
480
481img.markedPic:hover, img.pubPic:hover {
482 opacity : 1;
483}
484
485img[src*='pub_set.png'], img[src*='mark_set.png'] {
486 opacity : 1;
7514749d
AD
487}
488
0979b696 489div.tagCloudContainer {
03700cb6 490 border : 1px solid #ddd;
0979b696 491 margin : 5px 0px 5px 0px;
9e6427ab 492 padding : 5px;
0979b696
AD
493 text-align : center;
494}
495
73495fd1 496div.errorExplained {
03700cb6 497 border : 1px solid #ddd;
73495fd1
AD
498 margin : 5px 0px 5px 0px;
499 padding : 5px;
500}
501
e8dd519b 502ul.feedErrorsList {
bec2ecd9 503 max-height : 300px;
e8dd519b
AD
504 overflow : auto;
505 list-style-type : none;
03700cb6 506 border : 1px solid #ddd;
e8dd519b 507 margin : 0px 0px 5px 0px;
bec2ecd9 508 padding : 5px;
e8dd519b
AD
509}
510
f81b6815 511ul.feedErrorsList em {
81aa9e2b 512 color : #555;
f81b6815
AD
513}
514
f9cb39ac 515ul.browseFeedList {
e5d758e3
AD
516 height : 300px;
517 overflow : auto;
a8328019 518 border-width : 0px 1px 1px 1px;
03700cb6 519 border-color : #ddd;
a8328019 520 border-style : solid;
e5d758e3 521 margin : 0px 0px 5px 0px;
e5d758e3 522 background-color : white;
a8328019
AD
523 list-style-type : none;
524 padding : 0px;
525
b92e6209
AD
526}
527
528ul.browseFeedList li {
e5d758e3 529 margin : 0px;
a8328019 530 padding : 2px 4px 2px 4px;
f9cb39ac
AD
531}
532
533span.subscribers {
e5d758e3 534 color : #808080;
f9cb39ac
AD
535}
536
c6232e43 537div.subscribers {
e5d758e3 538 color : #808080;
ae096313 539 font-size : 12px;
e5d758e3 540 float : right;
c6232e43
AD
541}
542
c6232e43 543div.browserDetails {
e5d758e3 544 margin : 5px 5px 5px 5px;
e5d758e3 545 padding : 5px;
c6232e43 546}
c2b2aee0
AD
547
548ul.compact {
e5d758e3
AD
549 list-style-type : none;
550 margin : 0px;
551 padding : 0px;
c2b2aee0
AD
552}
553
554ul.compact li {
e5d758e3
AD
555 margin : 0px;
556 padding : 0px;
c2b2aee0
AD
557}
558
69654950 559.noborder {
e5d758e3 560 border-width : 0px;
69654950 561}
0ee1d1a0 562
2055d4a6 563#overlay {
e5d758e3
AD
564 background : white;
565 left : 0;
566 top : 0;
567 height : 100%;
568 width : 100%;
569 z-index : 100;
570 position : absolute;
2055d4a6
AD
571}
572
573#overlay_inner {
e5d758e3 574 font-weight : bold;
fcc36744 575 margin : 1em;
2055d4a6 576}
af106b0e 577
79f3553b
AD
578form {
579 margin : 0px;
580 padding : 0px;
581}
86b682ce 582
33b8cab4
AD
583div.loadingPrompt {
584 padding : 1em;
585 text-align : center;
586 font-weight : bold;
587}
588
9251df44 589div.whiteBox {
9251df44 590 margin-left : 1px;
abbe0154 591 text-align : center;
170e0003 592 padding : 1em 1em 0px 1em;
2d2ec8a8 593 font-size : 11px;
760183e3
AD
594 border-width : 0px 0px 1px 0px;
595 border-style : solid;
596 border-color : #ddd;
9251df44
AD
597}
598
05fcdf52
AD
599div.autocomplete {
600 position : absolute;
601 width : 250px;
602 background-color : white;
603 border :1px solid #778899;
604 margin : 0px;
605 padding : 0px;
606}
607
608div.autocomplete ul {
609 list-style-type : none;
610 margin : 0px;
611 padding : 0px;
612}
613
614div.autocomplete ul li.selected {
615 background-color : #fff7d5;
616}
617
618div.autocomplete ul li {
619 list-style-type : none;
620 display : block;
621 margin : 0;
622 padding : 2px;
623 height : 32px;
624 cursor : pointer;
625}
626
029005c4 627.hl .hlTitle {
ffc21d2b
AD
628 overflow : hidden;
629 white-space : nowrap;
630 max-width : 500px;
631 text-overflow : ellipsis;
029005c4
AD
632 padding-left : 6px;
633 padding-right : 6px;
ffc21d2b
AD
634}
635
15a82901
AD
636div#headlines-frame.wide .hlTitle {
637 max-width : auto;
638 overflow : visible;
639 white-space : normal;
640}
641
943f3b6e
AD
642div#headlines-frame.wide .hl .hlFeed {
643 display : none;
644}
645
4b7ebe93
AD
646.hl a.title.high, span.hlContent.high .contentPreview {
647 color : #00aa00;
546499a9 648}
4b7ebe93
AD
649.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
650 color : #00dd00;
5daa24f2
AD
651}
652
4b7ebe93
AD
653.hl a.title.low, span.hlContent.low .contentPreview,
654.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
5daa24f2
AD
655 color : #909090;
656 text-decoration : line-through;
657}
658
659img.hlScorePic {
660 vertical-align : middle;
661 width : 16px;
662 height : 16px;
663}
664
10fa6615 665div.dlgSec {
ae096313 666 font-size : 12px;
81aa9e2b 667 color : #555;
10fa6615
AD
668 font-weight : bold;
669 clear : both;
670 height : 20px;
671}
672
673div.dlgSecCont {
674 position : relative;
675 left : 150px;
676 top : -20px;
677 float : left;
ae096313 678 font-size : 12px;
baa2db9f 679 font-weight : normal;
d90868d7
AD
680}
681
d9877997 682div.dlgSecCont hr, div.dlgSecSimple hr {
bcf5ed46
AD
683 height : 0px;
684 line-height : 0px;
685 border : 0px solid transparent;
686 margin : 2px;
687}
688
d90868d7 689div.dlgSecCont > * {
bcf5ed46
AD
690 position : relative;
691 top : -2px;
10fa6615
AD
692}
693
694div.dlgButtons {
695 text-align : right;
696 clear : both;
697}
698
a740f4b5 699span.labelColorIndicator {
2f20dd58
AD
700 height : 16px;
701 width : 16px;
702 border-radius : 4px;
a740f4b5 703 line-height : 14px;
2f20dd58 704 vertical-align : middle;
86edc737 705 font-size : 9px;
a740f4b5 706 display : inline-block;
2f20dd58 707 border : 1px solid #ccc;
fb8b2153
AD
708 background-color : #fff7d5;
709 color : #063064;
710 text-align : center;
fb8b2153
AD
711}
712
78935092
AD
713div#cmdline {
714 position : absolute;
715 left : 5px;
716 bottom : 5px;
717 font-size : 11px;
81aa9e2b 718 color : #555;
78935092
AD
719 font-weight : bold;
720 background-color : white;
0acc1ed7 721 border : 1px solid rgb(82, 168, 236);
78935092
AD
722 padding : 3px 5px 3px 5px;
723 z-index : 5;
724}
f4280bdd
AD
725
726#feed_browser_spinner {
727 vertical-align : middle;
728 height : 18px;
729 width : 18px;
730}
37e93d6c 731
8cc5e965
AD
732div.hlTitle {
733 display : table-cell;
734 cursor : pointer;
735 width : 100%;
736 vertical-align : middle;
737 padding-top : 4px;
738 padding-bottom : 4px;
a0f98bbf
AD
739}
740
8cc5e965
AD
741div.hlLeft {
742 display : table-cell;
743 vertical-align : middle;
744 white-space: nowrap;
ad491d75
AD
745}
746
8cc5e965
AD
747div.hlRight {
748 display : table-cell;
749 white-space: nowrap;
750 text-align : right;
751 vertical-align : middle;
ad491d75
AD
752}
753
fcf70c51
AD
754div.hlRight img {
755 max-width : 16px;
756 max-height : 16px;
757}
758
029005c4
AD
759.hl span.hlFeed {
760 display : table-cell;
761 vertical-align : middle;
762 text-align : right;
763}
764
765.hl span.hlFeed a {
766 border-radius : 4px;
767 display : inline-block;
768 padding : 1px 4px 1px 4px;
769 font-size : 11px;
770 font-style : italic;
771 font-weight : normal;
772 color : #555;
773 white-space : nowrap;
774}
775
776.hl span.hlFeed a:hover {
0acc1ed7 777 color : rgb(82, 168, 236);
029005c4
AD
778}
779
780.hl span.hlUpdated {
81aa9e2b 781 color : #555;
6edeede3 782 display : table-cell;
6edeede3 783 vertical-align : middle;
6edeede3 784 text-align : right;
029005c4
AD
785 font-size : 11px;
786 white-space : nowrap;
787 padding-left : 10px;
788}
789
790span.hlUpdated div {
791 display : inline-block;
577399e8
AD
792}
793
f947467a
AD
794div.hlLeft {
795 padding-left : 8px;
796}
797
8cc5e965
AD
798div.hlLeft input {
799 margin-left : 4px;
800 margin-right : 4px;
ad491d75
AD
801}
802
8cc5e965 803div.hlLeft img, div.hlRight img {
0e70e4a4 804 margin : 0px 4px;
cb1a012b 805}
8cc5e965 806
cb1a012b
AD
807div.hlLeft img {
808 width : 16px;
809 height : 16px;
8cc5e965 810}
31a53903 811
ba083651
AD
812div.fatalError {
813 margin-bottom : 10px;
814}
951906dc
AD
815
816div.fatalError button {
817 margin-top : 5px;
818}
819
820div.fatalError textarea {
e0a957b3
AD
821 width : 565px;
822 height : 200px;
951906dc 823}
2f01fe57 824
c068b98b 825#ttrssMain #main {
2f01fe57 826 border-width : 0px;
6e4f4ce1
AD
827 margin : 0px;
828 padding : 0px;
829}
830
2b25b79d
AD
831#header-wrap {
832 border-width : 0px;
833 margin : 0px;
834 padding : 0px;
835}
836
6e4f4ce1
AD
837#content-wrap {
838 padding : 0px;
a1f4151e 839 border-width : 0px;
2d1282d4 840 margin : 0px;
2f01fe57
AD
841}
842
843#feeds-holder {
844 padding : 0px;
bd076268 845 border-width : 0px 0px 0px 0px;
d44f3da4 846 border-style : solid;
03700cb6 847 border-color : #ddd;
654532b7 848 overflow : hidden;
752b3f64 849 background : #f5f5f5;
8b1e87fa 850 box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
a47e631c 851 -webkit-overflow-scrolling : touch;
2f01fe57
AD
852}
853
6e4f4ce1
AD
854#headlines-wrap-inner {
855 padding : 0px;
856 margin : 0px;
857 border-width : 0px;
858}
859
2f01fe57
AD
860#headlines-frame {
861 padding : 0px;
d34a32a8 862 border-width : 0px;
7193e121 863 border-color : #ddd;
0ce61157 864 margin-top : 0px;
a47e631c 865 -webkit-overflow-scrolling : touch;
0ce61157
AD
866}
867
d4eebd8b 868#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 869 display : none;
2f01fe57
AD
870}
871
6f3976c9 872#toolbar {
f8ce21fc 873 padding : 0px;
6e4f4ce1 874 margin : 0px;
2f01fe57 875 border-width : 0px;
6e4f4ce1 876 white-space: nowrap;
17809d7c 877 font-size : 12px;
d44f3da4
AD
878}
879
880#main-toolbar {
752b3f64 881 background : white;
1c51dc73 882 border-width : 0px 0px 1px 0px;
03700cb6 883 border-color : #ddd;
ea55c93c
AD
884 border-style : solid;
885 padding-left : 4px;
886 height : 26px;
887
2f01fe57
AD
888}
889
890#header {
2f01fe57 891 border-width : 0px;
2b25b79d 892 text-align : right;
81aa9e2b 893 color : #555;
2b25b79d
AD
894 padding : 5px 5px 0px 0px;
895 margin : 0px;
896 position : absolute;
897 right : 0px;
898 top : 0px;
899 z-index : 5;
2f01fe57
AD
900}
901
902#footer {
903 text-align : center;
81aa9e2b 904 color : #555;
d62796de 905 padding : 4px 4px 8px 4px;
2f01fe57
AD
906 border-width : 0px;
907}
6e4f4ce1
AD
908
909#content-insert {
910 padding : 0px;
03700cb6 911 border-color : #ddd;
d728015d 912 border-width : 0px;
d2cd36fb
AD
913 line-height: 1.5;
914 font-size : 15px;
b93ad1e1 915 overflow : auto;
a47e631c 916 -webkit-overflow-scrolling : touch;
6e4f4ce1 917}
13e785e0 918
e21ea11c 919#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
13e785e0
AD
920 font-weight : bold;
921}
922
e21ea11c
AD
923#feedTree .dijitTreeRow.Error .dijitTreeLabel {
924 color : red;
925}
926
8e289ca1 927img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
928 width : 16px;
929 height : 16px;
2f20dd58 930 line-height : 16px;
7c9f819f 931 vertical-align : middle;
dc544c94 932 display : inline-block;
2ef5c21f 933}
9c99281f 934
c3edc667
AD
935.player {
936 display : inline-block;
81aa9e2b 937 color : #555;
c3edc667
AD
938 font-size : 11px;
939 font-family : sans-serif;
81aa9e2b 940 border : 1px solid #555;
c3edc667
AD
941 padding : 0px 4px 0px 4px;
942 margin : 0px 2px 0px 2px;
943 width : 50px;
944 text-align : center;
945 background : white;
946}
f820f205 947
c3edc667
AD
948.player.playing {
949 color : #00c000;
950 border-color : #00c000;
951}
952
953.player:hover {
954 background : #f0f0f0;
955 cursor : pointer;
956}
88e4e597 957
18eb64a8
AD
958#headlines-spacer {
959 height : 100%;
960 margin-left : 1px;
961 text-align : center;
81aa9e2b 962 color : #555;
22f675e5
AD
963 font-size : 11px;
964 font-style : italic;
18eb64a8 965}
56fbb82c 966
760183e3 967#headlines-spacer a, #headlines-spacer span {
22f675e5 968 color : #555;
760183e3
AD
969 padding : 10px;
970 display : block;
971}
972
973#headlines-spacer a:hover {
0acc1ed7 974 color : rgb(82, 168, 236);
22f675e5 975}
d44f3da4 976
6aff7845
AD
977ul#filterDlg_Matches, ul#filterDlg_Actions {
978 max-height : 100px;
979 overflow : auto;
980 list-style-type : none;
981 border-style : solid;
03700cb6 982 border-color : #ddd;
6aff7845 983 border-width : 0px 1px 1px 1px;
7637c94d 984 background-color : white;
6aff7845
AD
985 margin : 0px 0px 5px 0px;
986 padding : 0px;
987}
988
989ul#filterDlg_Matches li, ul#filterDlg_Actions li {
990 cursor : pointer;
04e41840
AD
991 padding : 0px 0px 0px 5px;
992}
993
b8cb4d08
AD
994ul.helpKbList {
995 max-height : 300px;
996 overflow : auto;
997 list-style-type : none;
03700cb6 998 border : 1px solid #ddd;
b8cb4d08
AD
999 margin : 0px 0px 5px 0px;
1000 padding : 5px;
1001}
1002
1003ul.helpKbList span.hksequence {
1004 width : 6em;
1005 margin-left : 20px;
0acc1ed7 1006 color : rgb(82, 168, 236);
b8cb4d08
AD
1007 font-weight : bold;
1008 display : inline-block;
1009}
1010
1011ul.helpKbList h2 {
1012 margin-top : 0px;
1013}
a122b507 1014
414191d4
AD
1015span.collapseBtn {
1016 cursor : pointer;
1017}
54bc5594 1018
3eec1de3
AD
1019span.collapseBtn img {
1020 vertical-align : middle;
1021}
1022
b4eff716
AD
1023div.postContent h1 {
1024 font-size : 16px;
1025}
1026
1027div.postContent h2,
013507bf
AD
1028div.postContent h3,
1029div.postContent h4 {
d2cd36fb 1030 font-size : 15px;
b4eff716
AD
1031}
1032
54bc5594 1033div.postContent p {
555afc2e 1034 /*max-width : 650px;*/
ac57b9dd
AD
1035 -webkit-hyphens: auto;
1036 -moz-hyphens: auto;
1037 hyphens: auto;
54bc5594 1038}
b5d4716a 1039
922bfe73
AD
1040div.postContent iframe {
1041 min-width : 50%;
b9bd7ec5 1042 max-width : 98%;
922bfe73 1043}
11bd95b4
AD
1044
1045div.postHeader span.author {
81aa9e2b 1046 color : #555;
11bd95b4 1047 font-size : 11px;
d080678c 1048 font-weight : normal;
11bd95b4 1049}
b87a625c 1050
bf6df236
AD
1051select.attachments {
1052 display : block;
255b0f65
AD
1053 margin-top : 10px;
1054 max-width : 120px;
bf6df236 1055}
67b9d740 1056
e43a9c4a
AD
1057#selected_prompt {
1058 margin-right : 25px;
7a113352 1059 vertical-align : middle;
e43a9c4a 1060}
2cf3500e 1061
6901ec66
AD
1062span.sel_links {
1063 margin-right : 4px;
1064 vertical-align : middle;
1065}
1066
ee575027 1067/*#feedTree img.feedIcon {
2f20dd58
AD
1068 position : relative;
1069 top : -2px;
ee575027
AD
1070}*/
1071
1072body#ttrssMain.claro #feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
1073 box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
1074 border-right-color : white;
2f20dd58
AD
1075}
1076
24a82359
AD
1077body#ttrssMain #feedTree.dijitTree .dijitTreeContainer {
1078 max-width : 100%;
1079}
1080
1081body#ttrssMain #feedTree.dijitTree .dijitTreeRow {
1082 overflow: hidden;
1083 text-overflow: ellipsis;
1084}
1085
ee575027 1086body#ttrssMain #feedTree.dijitTree .dijitTreeNode .dijitTreeRow {
a1a98d84 1087 padding : 4px 0px 4px;
2cf3500e 1088 border-width : 1px;
be95c9d2 1089 color : #333;
2cf3500e
AD
1090}
1091
ee575027
AD
1092body#ttrssMain #feedTree.dijitTree img.tinyFeedIcon {
1093 position : relative;
1094 top : -2px;
1095}
1096
be61f1c4
AD
1097#filterDlg_feeds select {
1098 height : 150px;
1099 width : 410px;
1100}
1101
196724d1
AD
1102ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
1103 margin-right : 5px;
75933cf0
AD
1104}
1105
33e2d26b 1106body#ttrssMain #feedTree {
2cf3500e
AD
1107 height : 100%;
1108 overflow-x : hidden;
5470cfab 1109 text-rendering: optimizelegibility;
bfe162fc 1110 font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "Helvetica Neue",
5470cfab 1111 Helvetica, Arial, sans-serif;
2cf3500e 1112}
8d4b5b46 1113
a1f4151e 1114body#ttrssMain #feedTree .counterNode.aux {
c594eca0
AD
1115 background : #f0f0f0;
1116 color : #999;
1117 border-color : #f0f0f0;
1118}
1119
a1f4151e 1120body#ttrssMain #feedTree .counterNode {
8d4b5b46
AD
1121 font-weight : bold;
1122 display : inline-block;
1123 font-size : 9px;
1124 text-align : center;
0acc1ed7 1125 border : 1px solid rgb(82, 168, 236);
8d4b5b46 1126 color : white;
0acc1ed7 1127 background : rgb(82, 168, 236);
8d4b5b46 1128 border-radius : 4px;
8d4b5b46 1129 vertical-align : middle;
f5d3c77a 1130 float : right;
39d61109 1131 position : relative;
cf1cd5a0 1132 line-height : 14px;
d44f3da4 1133 margin-right : 8px;
94df90a7 1134 margin-top : 2px;
41bcaef1 1135 min-width : 23px;
cf1cd5a0 1136 height : 14px;
8d4b5b46
AD
1137}
1138
ee575027
AD
1139body#ttrssMain #feedTree .dijitTreeNode .loadingExpando {
1140 left : -3px;
1141 height : 22px;
ab25a806 1142 position : relative;
b80101ef 1143 top : -3px;
ab25a806 1144}
dd90eb2c 1145
ee575027 1146
dd90eb2c
AD
1147span.highlight {
1148 background-color : #ffff00;
1149 color : #cc90cc;
1150}
5c54e683
AD
1151
1152div.enclosure_title {
1153
1154}
1155
e7c87c29
AD
1156body#ttrssMain #headlines-frame .dijitCheckBox {
1157 border-width : 0px;
6e93e96d
AD
1158 opacity : 0.5;
1159}
1160
1161body#ttrssMain #headlines-frame .dijitCheckBoxHover,
1162body#ttrssMain #headlines-frame .dijitCheckBoxChecked {
1163 opacity : 1;
e7c87c29
AD
1164}
1165
c34bc41a
AD
1166body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
1167 width : 16px;
1168 height : 16px;
1169 vertical-align : middle;
1170 position : relative;
1171}
1172
0401715f
AD
1173#headlines-frame {
1174 -webkit-transform: translateZ(0);
1175 -webkit-backface-visibility: hidden;
1176}
1177
8d6fd8be
AD
1178:focus {
1179 outline: none;
1180}
6810a1de 1181
bc20cb9f
AD
1182.dijitDropDownButton.attachments .dijitButtonText {
1183 font-size : 12px;
1184}
1185
6810a1de 1186.dijitDropDownButton.attachments {
bc20cb9f 1187 display : inline-block;
73c4e7dd
AD
1188}
1189
1190#editTagsDlg{
1191 overflow: visible;
6810a1de 1192}