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