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