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