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