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