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