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