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