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