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