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