]> git.wh0rd.org - tt-rss.git/blame - css/tt-rss.css
tabbed feed editor
[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
0acc1ed7
AD
137a:hover,
138a:focus {
139 color: #005580;
140 text-decoration: underline;
9b307248
AD
141}
142
e828e31e 143#piggie {
d437c8cf 144 z-index : 999;
e5d758e3 145 position : absolute;
9b307248
AD
146}
147
d9c93ebf
AD
148#notify.visible {
149 transform: translate(0, -35px);
150 -webkit-transform: translate(0, -35px);
151 -o-transform: translate(0, -35px);
152 -moz-transform: translate(0, -35px);
d9c93ebf
AD
153}
154
f407c086 155#notify {
d9c93ebf
AD
156 bottom : -35px;
157 right : 0px;
158 height : 20px;
159 left : 0px;
160 border-width : 1px 0px 0px 0px;
f407c086 161 border-style : solid;
343eb770 162 position : fixed;
95437e9e 163 font-size : 12px;
fcc36744 164 z-index : 99;
919984a4 165 padding : 5px;
d9c93ebf 166 box-shadow : 0px -2px 2px rgba(0,0,0,0.1);
0d41fd76
AD
167
168 transition: all 0.5s ease-in-out;
169 -webkit-transition: all 0.5s ease-in-out;
170 -moz-transition: all 0.5s ease-in-out;
171 -o-transition: all 0.5s ease-in-out;
1cd17194
AD
172}
173
0d32b41e
AD
174#notify img {
175 vertical-align : middle;
95437e9e
AD
176 max-height : 14px;
177}
178
179#notify span.msg {
180 width : 100%;
181}
182
183#notify span.close {
184 text-align : right;
185}
186
187#notify span {
188 display : table-cell;
189 vertical-align : middle;
190 padding : 4px;
0d32b41e
AD
191}
192
919984a4 193.notify {
42c32916
AD
194 border-color : #d7c47a;
195 background-color : #fff7d5;
42c32916
AD
196}
197
d9c93ebf 198.notify.notify_progress {
f407c086
AD
199 border-color : #d7c47a;
200 background-color : #fff7d5;
f407c086
AD
201}
202
d9c93ebf 203.notify.notify_info {
0acc1ed7 204 border-color : rgb(82, 168, 236);
919984a4
AD
205 background-color : #ecf4ff;
206}
207
d9c93ebf 208.notify.notify_error {
f407c086
AD
209 background-color : #ffcccc;
210 border-color : #ff0000;
f407c086
AD
211}
212
14c53e4e 213.hl div.hlTitle a {
5470cfab
AD
214 font-weight : 600;
215 text-rendering: optimizelegibility;
216 font-family : "Segoe WP Semibold", "Segoe UI Semibold",
42072427 217 "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
5470cfab 218 Helvetica, Arial, sans-serif;
8605ad4d 219 color : #777;
14c53e4e
AD
220}
221
222.hl.Unread div.hlTitle a {
223 color : black;
224}
225
226.hl.active div.hlTitle a {
0acc1ed7 227 color : rgb(82, 168, 236);
420ec634 228 /* text-shadow : 1px 1px 2px #fff; */
9e14c591
AD
229}
230
231.hl.Selected {
232 background : #f9fbff;
f820f205
AD
233}
234
8d090a91 235.hl.Grayed {
e5d758e3 236 color : #909090;
b7f4bda2
AD
237}
238
a7c0e150 239.hl {
14c53e4e 240 border-width : 0px 0px 1px 0px;
dc803347 241 border-style : solid;
03700cb6 242 border-color : #ddd;
029005c4 243 padding : 1px;
ac43eba1 244}
a2015351 245
a7c0e150
AD
246.hl.active {
247 background : #ecf4ff ! important;
f28b542c
AD
248}
249
f820f205 250div.filterTestHolder {
bec2ecd9 251 height : 300px;
9c483746 252 overflow : auto;
03700cb6 253 border-color : #ddd;
a8328019
AD
254 border-style : solid;
255 margin : 0px 0px 5px 0px;
752b3f64 256 background-color : #f5f5f5;
f127eacb 257 border-width : 1px;
e1218480
AD
258}
259
f820f205 260
5f8b2573 261#content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
18bfbb0c 262 margin : 5px 0px 5px 0px;
81aa9e2b 263 color : #555;
45a4531f
AD
264 padding-left : 10px;
265 border-width : 0px 0px 0px 4px;
a1f4151e 266 border-color : #ccc;
083020ad 267 border-style : solid;
7dc66a61 268}
e2f8f7b4 269
5f8b2573 270#content-insert code, #headlines-frame code, .dijitContentPane code {
8bebe198 271 color : #009900;
48a8d154 272 font-family : monospace;
48a8d154 273 font-size : 12px;
8bebe198
AD
274}
275
276#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
c1ebb6cd
AD
277 margin: 5px 0px 5px 0px;
278 padding: 10px;
279 color: #555;
280 font-family: monospace;
281 font-size: 12px;
282 border-width: 0px;
283 border-color: #ccc;
284 border-style: solid;
285 background: #f5f5f5;
286 display: block;
287 max-width: 98%;
288 overflow: auto;
48a8d154
AD
289}
290
c1ebb6cd
AD
291.alert {
292 padding: 8px 35px 8px 14px;
839d150a 293 margin-bottom: 10px;
c1ebb6cd
AD
294 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
295 background-color: #fcf8e3;
296 border: 1px solid #fbeed5;
297 -webkit-border-radius: 4px;
298 -moz-border-radius: 4px;
299 border-radius: 4px;
6deafe90
AD
300}
301
c1ebb6cd
AD
302.alert,
303.alert h4 {
304 color: #c09853;
fcef9eea
AD
305}
306
c1ebb6cd
AD
307.alert h4 {
308 margin: 0;
0d32b41e
AD
309}
310
c1ebb6cd
AD
311.alert .close {
312 position: relative;
313 top: -2px;
314 right: -21px;
315 line-height: 20px;
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;
18d33ec1 379 font-family : "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "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
591c396d 424span.contentPreview {
9e14c591 425 color : #999;
e5d758e3 426 font-weight : normal;
420ec634 427 font-size : 12px;
029005c4 428 padding-left : 4px;
0f172fff
AD
429}
430
8cc5e965 431span.hlLabelRef {
e2549229 432 background-color : #fff7d5;
86edc737 433 font-size : 8px;
e2549229
AD
434 color : #063064;
435 font-weight : normal;
48e5a756
AD
436 margin-left : 2px;
437 padding : 1px 4px 1px 4px;
438 display : inline-block;
439 vertical-align : middle;
e2549229 440 white-space: nowrap;
d44f3da4 441 border-radius : 4px;
e2549229
AD
442}
443
b810a0f1 444div.postHeader div.postDate {
e5d758e3 445 text-align : right;
f035e6dc 446 color : #909090;
b810a0f1 447 float : right;
9167e250 448}
36aab70f 449
b810a0f1
AD
450div.postHeader div {
451 padding-bottom : 3px;
ed51e128
AD
452}
453
36aab70f 454#feedUpdateErrors {
e5d758e3 455 display : none;
36aab70f
AD
456}
457
42918a07 458#allEntryTags {
e5d758e3
AD
459 border-width : 0px 0px 1px 0px;
460 border-style : solid;
03700cb6 461 border-color : #ddd;
e5d758e3
AD
462 padding-bottom : 5px;
463 display : none;
42918a07 464}
13ce14e8 465
035d7a5a 466img.markedPic, img.pubPic {
7514749d 467 cursor : pointer;
c4f52830 468 vertical-align : middle;
d6b74cd4
AD
469 opacity : 0.5;
470 -webkit-transition : opacity 0.25s;
471 transition : opacity 0.25s;
472}
473
474img.markedPic:hover, img.pubPic:hover {
475 opacity : 1;
476}
477
478img[src*='pub_set.png'], img[src*='mark_set.png'] {
479 opacity : 1;
7514749d
AD
480}
481
0979b696 482div.tagCloudContainer {
03700cb6 483 border : 1px solid #ddd;
752b3f64 484 background-color : #f5f5f5;
0979b696 485 margin : 5px 0px 5px 0px;
9e6427ab 486 padding : 5px;
0979b696
AD
487 text-align : center;
488}
489
73495fd1 490div.errorExplained {
03700cb6 491 border : 1px solid #ddd;
752b3f64 492 background-color : #f5f5f5;
73495fd1
AD
493 margin : 5px 0px 5px 0px;
494 padding : 5px;
495}
496
e8dd519b 497ul.feedErrorsList {
bec2ecd9 498 max-height : 300px;
e8dd519b
AD
499 overflow : auto;
500 list-style-type : none;
03700cb6 501 border : 1px solid #ddd;
752b3f64 502 background-color : #f5f5f5;
e8dd519b 503 margin : 0px 0px 5px 0px;
bec2ecd9 504 padding : 5px;
e8dd519b
AD
505}
506
f81b6815 507ul.feedErrorsList em {
81aa9e2b 508 color : #555;
f81b6815
AD
509}
510
f9cb39ac 511ul.browseFeedList {
e5d758e3
AD
512 height : 300px;
513 overflow : auto;
a8328019 514 border-width : 0px 1px 1px 1px;
03700cb6 515 border-color : #ddd;
a8328019 516 border-style : solid;
e5d758e3 517 margin : 0px 0px 5px 0px;
e5d758e3 518 background-color : white;
a8328019
AD
519 list-style-type : none;
520 padding : 0px;
521
b92e6209
AD
522}
523
524ul.browseFeedList li {
e5d758e3 525 margin : 0px;
a8328019 526 padding : 2px 4px 2px 4px;
f9cb39ac
AD
527}
528
529span.subscribers {
e5d758e3 530 color : #808080;
f9cb39ac
AD
531}
532
c6232e43 533div.subscribers {
e5d758e3 534 color : #808080;
ae096313 535 font-size : 12px;
e5d758e3 536 float : right;
c6232e43
AD
537}
538
c6232e43 539div.browserDetails {
e5d758e3 540 margin : 5px 5px 5px 5px;
e5d758e3 541 padding : 5px;
c6232e43 542}
c2b2aee0
AD
543
544ul.compact {
e5d758e3
AD
545 list-style-type : none;
546 margin : 0px;
547 padding : 0px;
c2b2aee0
AD
548}
549
550ul.compact li {
e5d758e3
AD
551 margin : 0px;
552 padding : 0px;
c2b2aee0
AD
553}
554
69654950 555.noborder {
e5d758e3 556 border-width : 0px;
69654950 557}
0ee1d1a0 558
2055d4a6 559#overlay {
e5d758e3
AD
560 background : white;
561 left : 0;
562 top : 0;
563 height : 100%;
564 width : 100%;
565 z-index : 100;
566 position : absolute;
2055d4a6
AD
567}
568
569#overlay_inner {
e5d758e3 570 font-weight : bold;
fcc36744 571 margin : 1em;
2055d4a6 572}
af106b0e 573
79f3553b
AD
574form {
575 margin : 0px;
576 padding : 0px;
577}
86b682ce 578
33b8cab4
AD
579div.loadingPrompt {
580 padding : 1em;
581 text-align : center;
582 font-weight : bold;
583}
584
9251df44 585div.whiteBox {
9251df44 586 margin-left : 1px;
abbe0154 587 text-align : center;
170e0003 588 padding : 1em 1em 0px 1em;
2d2ec8a8 589 font-size : 11px;
760183e3
AD
590 border-width : 0px 0px 1px 0px;
591 border-style : solid;
592 border-color : #ddd;
9251df44
AD
593}
594
05fcdf52
AD
595div.autocomplete {
596 position : absolute;
597 width : 250px;
598 background-color : white;
599 border :1px solid #778899;
600 margin : 0px;
601 padding : 0px;
602}
603
604div.autocomplete ul {
605 list-style-type : none;
606 margin : 0px;
607 padding : 0px;
608}
609
610div.autocomplete ul li.selected {
611 background-color : #fff7d5;
612}
613
614div.autocomplete ul li {
615 list-style-type : none;
616 display : block;
617 margin : 0;
618 padding : 2px;
619 height : 32px;
620 cursor : pointer;
621}
622
029005c4 623.hl .hlTitle {
ffc21d2b
AD
624 overflow : hidden;
625 white-space : nowrap;
626 max-width : 500px;
627 text-overflow : ellipsis;
029005c4
AD
628 padding-left : 6px;
629 padding-right : 6px;
ffc21d2b
AD
630}
631
15a82901
AD
632div#headlines-frame.wide .hlTitle {
633 max-width : auto;
634 overflow : visible;
635 white-space : normal;
636}
637
943f3b6e
AD
638div#headlines-frame.wide .hl .hlFeed {
639 display : none;
640}
641
4b7ebe93
AD
642.hl a.title.high, span.hlContent.high .contentPreview {
643 color : #00aa00;
546499a9 644}
4b7ebe93
AD
645.hl.Unread a.title.high, .hl.Unread span.hlContent.high .contentPreview {
646 color : #00dd00;
5daa24f2
AD
647}
648
4b7ebe93
AD
649.hl a.title.low, span.hlContent.low .contentPreview,
650.hl.Unread a.title.low, .hl.Unread span.hlContent.low .contentPreview {
5daa24f2
AD
651 color : #909090;
652 text-decoration : line-through;
653}
654
655img.hlScorePic {
656 vertical-align : middle;
657 width : 16px;
658 height : 16px;
659}
660
10fa6615 661div.dlgSec {
ae096313 662 font-size : 12px;
81aa9e2b 663 color : #555;
10fa6615
AD
664 font-weight : bold;
665 clear : both;
666 height : 20px;
667}
668
669div.dlgSecCont {
670 position : relative;
671 left : 150px;
672 top : -20px;
673 float : left;
ae096313 674 font-size : 12px;
baa2db9f 675 font-weight : normal;
d90868d7
AD
676}
677
d9877997 678div.dlgSecCont hr, div.dlgSecSimple hr {
bcf5ed46
AD
679 height : 0px;
680 line-height : 0px;
681 border : 0px solid transparent;
682 margin : 2px;
683}
684
d90868d7 685div.dlgSecCont > * {
bcf5ed46
AD
686 position : relative;
687 top : -2px;
10fa6615
AD
688}
689
690div.dlgButtons {
691 text-align : right;
692 clear : both;
693}
694
a740f4b5 695span.labelColorIndicator {
2f20dd58
AD
696 height : 16px;
697 width : 16px;
698 border-radius : 4px;
a740f4b5 699 line-height : 14px;
2f20dd58 700 vertical-align : middle;
86edc737 701 font-size : 9px;
a740f4b5 702 display : inline-block;
2f20dd58 703 border : 1px solid #ccc;
fb8b2153
AD
704 background-color : #fff7d5;
705 color : #063064;
706 text-align : center;
fb8b2153
AD
707}
708
78935092
AD
709div#cmdline {
710 position : absolute;
711 left : 5px;
712 bottom : 5px;
713 font-size : 11px;
81aa9e2b 714 color : #555;
78935092
AD
715 font-weight : bold;
716 background-color : white;
0acc1ed7 717 border : 1px solid rgb(82, 168, 236);
78935092
AD
718 padding : 3px 5px 3px 5px;
719 z-index : 5;
720}
f4280bdd
AD
721
722#feed_browser_spinner {
723 vertical-align : middle;
724 height : 18px;
725 width : 18px;
726}
37e93d6c 727
8cc5e965
AD
728div.hlTitle {
729 display : table-cell;
730 cursor : pointer;
731 width : 100%;
732 vertical-align : middle;
733 padding-top : 4px;
734 padding-bottom : 4px;
a0f98bbf
AD
735}
736
8cc5e965
AD
737div.hlLeft {
738 display : table-cell;
739 vertical-align : middle;
740 white-space: nowrap;
ad491d75
AD
741}
742
8cc5e965
AD
743div.hlRight {
744 display : table-cell;
745 white-space: nowrap;
746 text-align : right;
747 vertical-align : middle;
ad491d75
AD
748}
749
fcf70c51
AD
750div.hlRight img {
751 max-width : 16px;
752 max-height : 16px;
753}
754
029005c4
AD
755.hl span.hlFeed {
756 display : table-cell;
757 vertical-align : middle;
758 text-align : right;
759}
760
761.hl span.hlFeed a {
762 border-radius : 4px;
763 display : inline-block;
764 padding : 1px 4px 1px 4px;
765 font-size : 11px;
766 font-style : italic;
767 font-weight : normal;
768 color : #555;
769 white-space : nowrap;
770}
771
772.hl span.hlFeed a:hover {
0acc1ed7 773 color : rgb(82, 168, 236);
029005c4
AD
774}
775
776.hl span.hlUpdated {
81aa9e2b 777 color : #555;
6edeede3 778 display : table-cell;
6edeede3 779 vertical-align : middle;
6edeede3 780 text-align : right;
029005c4
AD
781 font-size : 11px;
782 white-space : nowrap;
783 padding-left : 10px;
784}
785
786span.hlUpdated div {
787 display : inline-block;
577399e8
AD
788}
789
f947467a
AD
790div.hlLeft {
791 padding-left : 8px;
792}
793
8cc5e965
AD
794div.hlLeft input {
795 margin-left : 4px;
796 margin-right : 4px;
ad491d75
AD
797}
798
8cc5e965 799div.hlLeft img, div.hlRight img {
0e70e4a4 800 margin : 0px 4px;
cb1a012b 801}
8cc5e965 802
cb1a012b
AD
803div.hlLeft img {
804 width : 16px;
805 height : 16px;
8cc5e965 806}
31a53903 807
ba083651
AD
808div.fatalError {
809 margin-bottom : 10px;
810}
951906dc
AD
811
812div.fatalError button {
813 margin-top : 5px;
814}
815
816div.fatalError textarea {
817 width : 100%;
818 height : 100px;
819}
2f01fe57 820
c068b98b 821#ttrssMain #main {
2f01fe57 822 border-width : 0px;
6e4f4ce1
AD
823 margin : 0px;
824 padding : 0px;
825}
826
2b25b79d
AD
827#header-wrap {
828 border-width : 0px;
829 margin : 0px;
830 padding : 0px;
831}
832
6e4f4ce1
AD
833#content-wrap {
834 padding : 0px;
a1f4151e 835 border-width : 0px;
2d1282d4 836 margin : 0px;
2f01fe57
AD
837}
838
839#feeds-holder {
840 padding : 0px;
bd076268 841 border-width : 0px 0px 0px 0px;
d44f3da4 842 border-style : solid;
03700cb6 843 border-color : #ddd;
654532b7 844 overflow : hidden;
752b3f64 845 background : #f5f5f5;
8b1e87fa 846 box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1);
a47e631c 847 -webkit-overflow-scrolling : touch;
2f01fe57
AD
848}
849
6e4f4ce1
AD
850#headlines-wrap-inner {
851 padding : 0px;
852 margin : 0px;
853 border-width : 0px;
854}
855
2f01fe57
AD
856#headlines-frame {
857 padding : 0px;
d34a32a8 858 border-width : 0px;
7193e121 859 border-color : #ddd;
0ce61157 860 margin-top : 0px;
a47e631c 861 -webkit-overflow-scrolling : touch;
0ce61157
AD
862}
863
d4eebd8b 864#headlines-toolbar_splitter, #toolbar_splitter {
0ce61157 865 display : none;
2f01fe57
AD
866}
867
6f3976c9 868#toolbar {
f8ce21fc 869 padding : 0px;
6e4f4ce1 870 margin : 0px;
2f01fe57 871 border-width : 0px;
6e4f4ce1 872 white-space: nowrap;
17809d7c 873 font-size : 12px;
d44f3da4
AD
874}
875
876#main-toolbar {
752b3f64 877 background : white;
1c51dc73 878 border-width : 0px 0px 1px 0px;
03700cb6 879 border-color : #ddd;
ea55c93c
AD
880 border-style : solid;
881 padding-left : 4px;
882 height : 26px;
883
2f01fe57
AD
884}
885
886#header {
2f01fe57 887 border-width : 0px;
2b25b79d 888 text-align : right;
81aa9e2b 889 color : #555;
2b25b79d
AD
890 padding : 5px 5px 0px 0px;
891 margin : 0px;
892 position : absolute;
893 right : 0px;
894 top : 0px;
895 z-index : 5;
2f01fe57
AD
896}
897
898#footer {
899 text-align : center;
81aa9e2b 900 color : #555;
d62796de 901 padding : 4px 4px 8px 4px;
2f01fe57
AD
902 border-width : 0px;
903}
6e4f4ce1
AD
904
905#content-insert {
906 padding : 0px;
03700cb6 907 border-color : #ddd;
d728015d 908 border-width : 0px;
d2cd36fb
AD
909 line-height: 1.5;
910 font-size : 15px;
b93ad1e1 911 overflow : auto;
a47e631c 912 -webkit-overflow-scrolling : touch;
6e4f4ce1 913}
13e785e0 914
e21ea11c 915#feedTree .dijitTreeRow .dijitTreeLabel.Unread {
13e785e0
AD
916 font-weight : bold;
917}
918
e21ea11c
AD
919#feedTree .dijitTreeRow.Error .dijitTreeLabel {
920 color : red;
921}
922
8e289ca1 923img.feedIcon, img.tinyFeedIcon {
ab7a597c
AD
924 width : 16px;
925 height : 16px;
2f20dd58 926 line-height : 16px;
7c9f819f 927 vertical-align : middle;
dc544c94 928 display : inline-block;
2ef5c21f 929}
9c99281f 930
c3edc667
AD
931.player {
932 display : inline-block;
81aa9e2b 933 color : #555;
c3edc667
AD
934 font-size : 11px;
935 font-family : sans-serif;
81aa9e2b 936 border : 1px solid #555;
c3edc667
AD
937 padding : 0px 4px 0px 4px;
938 margin : 0px 2px 0px 2px;
939 width : 50px;
940 text-align : center;
941 background : white;
942}
f820f205 943
c3edc667
AD
944.player.playing {
945 color : #00c000;
946 border-color : #00c000;
947}
948
949.player:hover {
950 background : #f0f0f0;
951 cursor : pointer;
952}
88e4e597 953
18eb64a8
AD
954#headlines-spacer {
955 height : 100%;
956 margin-left : 1px;
957 text-align : center;
81aa9e2b 958 color : #555;
22f675e5
AD
959 font-size : 11px;
960 font-style : italic;
18eb64a8 961}
56fbb82c 962
760183e3 963#headlines-spacer a, #headlines-spacer span {
22f675e5 964 color : #555;
760183e3
AD
965 padding : 10px;
966 display : block;
967}
968
969#headlines-spacer a:hover {
0acc1ed7 970 color : rgb(82, 168, 236);
22f675e5 971}
d44f3da4 972
6aff7845
AD
973ul#filterDlg_Matches, ul#filterDlg_Actions {
974 max-height : 100px;
975 overflow : auto;
976 list-style-type : none;
977 border-style : solid;
03700cb6 978 border-color : #ddd;
6aff7845 979 border-width : 0px 1px 1px 1px;
7637c94d 980 background-color : white;
6aff7845
AD
981 margin : 0px 0px 5px 0px;
982 padding : 0px;
983}
984
985ul#filterDlg_Matches li, ul#filterDlg_Actions li {
986 cursor : pointer;
04e41840
AD
987 padding : 0px 0px 0px 5px;
988}
989
b8cb4d08
AD
990ul.helpKbList {
991 max-height : 300px;
992 overflow : auto;
993 list-style-type : none;
03700cb6 994 border : 1px solid #ddd;
752b3f64 995 background-color : #f5f5f5;
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
AD
1026div.postContent p {
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
2f20dd58
AD
1060#feedTree img.feedIcon {
1061 position : relative;
1062 top : -2px;
1063}
1064
33e2d26b 1065body#ttrssMain #feedTree .dijitTreeRow {
17809d7c 1066 padding : 2px 0px 2px;
cf1cd5a0 1067 height : 22px;
2cf3500e 1068 border-width : 1px;
be95c9d2 1069 color : #333;
2cf3500e
AD
1070}
1071
196724d1
AD
1072ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
1073 margin-right : 5px;
75933cf0
AD
1074}
1075
33e2d26b 1076body#ttrssMain #feedTree {
2cf3500e
AD
1077 height : 100%;
1078 overflow-x : hidden;
5470cfab 1079 text-rendering: optimizelegibility;
e9db9f94 1080 font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
5470cfab 1081 Helvetica, Arial, sans-serif;
2cf3500e 1082}
8d4b5b46 1083
a1f4151e 1084body#ttrssMain #feedTree .counterNode.aux {
c594eca0
AD
1085 background : #f0f0f0;
1086 color : #999;
1087 border-color : #f0f0f0;
1088}
1089
a1f4151e 1090body#ttrssMain #feedTree .counterNode {
8d4b5b46
AD
1091 font-weight : bold;
1092 display : inline-block;
1093 font-size : 9px;
1094 text-align : center;
0acc1ed7 1095 border : 1px solid rgb(82, 168, 236);
8d4b5b46 1096 color : white;
0acc1ed7 1097 background : rgb(82, 168, 236);
8d4b5b46 1098 border-radius : 4px;
8d4b5b46 1099 vertical-align : middle;
f5d3c77a 1100 float : right;
39d61109 1101 position : relative;
cf1cd5a0 1102 line-height : 14px;
d44f3da4 1103 margin-right : 8px;
cf1cd5a0 1104 margin-top : 3px;
41bcaef1 1105 min-width : 23px;
cf1cd5a0 1106 height : 14px;
8d4b5b46
AD
1107}
1108
ab25a806
AD
1109#feedTree img[src*='indicator_white.gif'] {
1110 position : relative;
1111 top : -2px;
1112}
dd90eb2c
AD
1113
1114span.highlight {
1115 background-color : #ffff00;
1116 color : #cc90cc;
1117}
5c54e683
AD
1118
1119div.enclosure_title {
1120
1121}
1122
e7c87c29
AD
1123body#ttrssMain #headlines-frame .dijitCheckBox {
1124 border-width : 0px;
6e93e96d
AD
1125 opacity : 0.5;
1126}
1127
1128body#ttrssMain #headlines-frame .dijitCheckBoxHover,
1129body#ttrssMain #headlines-frame .dijitCheckBoxChecked {
1130 opacity : 1;
e7c87c29
AD
1131}
1132
c34bc41a
AD
1133body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {
1134 width : 16px;
1135 height : 16px;
1136 vertical-align : middle;
1137 position : relative;
1138}
1139
8d6fd8be
AD
1140:focus {
1141 outline: none;
1142}
6810a1de 1143
bc20cb9f
AD
1144.dijitDropDownButton.attachments .dijitButtonText {
1145 font-size : 12px;
1146}
1147
6810a1de 1148.dijitDropDownButton.attachments {
bc20cb9f 1149 display : inline-block;
6810a1de 1150}