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