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