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