|
1 /* @override |
|
2 http://www.wptouch.com/wp-content/plugins/wptouch/themes/default/style.css |
|
3 http://www.wptouch.com/wp-content/plugins/wptouch/themes/default/style-compressed.css |
|
4 */ |
|
5 |
|
6 /* |
|
7 Theme Name: WPtouch Mobile Plugin & Theme For WordPress |
|
8 Theme URI: http://www.bravenewcode.com/wptouch/ |
|
9 Description: A slick theme for your blog or website that is shown only when visitors are using an iPhone, iPod touch, or Android Mobile Device |
|
10 Author: Dale Mugford and Duane Storey |
|
11 Author URI: http://www.bravenewcode.com/ |
|
12 |
|
13 The CSS, XHTML and design is released under GPL: |
|
14 http://www.opensource.org/licenses/gpl-license.php |
|
15 |
|
16 */ |
|
17 |
|
18 /* @group Body and Theme-Wide Elements */ |
|
19 |
|
20 body { |
|
21 margin: 0; |
|
22 padding: 0; |
|
23 font: 12px Helvetica; |
|
24 -webkit-text-size-adjust: none; |
|
25 min-height: 460px; |
|
26 } |
|
27 |
|
28 ul { |
|
29 margin: 0; |
|
30 padding: 0 20px 0 20px; |
|
31 list-style-type: circle; |
|
32 list-style-position: outside; |
|
33 } |
|
34 |
|
35 ol { |
|
36 margin: 0; |
|
37 padding: 0 25px 0 20px; |
|
38 list-style-type: decimal; |
|
39 list-style-position: outside; |
|
40 } |
|
41 |
|
42 li { |
|
43 line-height: 17px; |
|
44 font-size: 12px; |
|
45 margin-bottom: 10px; |
|
46 padding-bottom: 10px; |
|
47 color: #555; |
|
48 } |
|
49 |
|
50 a { |
|
51 text-decoration: none; |
|
52 } |
|
53 |
|
54 input { |
|
55 max-width: 96%; |
|
56 } |
|
57 |
|
58 iframe { |
|
59 max-width: 100% !important; |
|
60 height: auto !important; |
|
61 } |
|
62 |
|
63 code { |
|
64 font-family: Courier, "Courier New", mono; |
|
65 color: red; |
|
66 } |
|
67 |
|
68 blockquote { |
|
69 -webkit-border-radius: 10px; |
|
70 border: 1px solid #ccc; |
|
71 padding: 10px; |
|
72 font-size: 12px; |
|
73 background: #eee url(../core/core-images/quotes.png) no-repeat right -2px; |
|
74 text-align: left; |
|
75 margin: 5px 1px; |
|
76 } |
|
77 |
|
78 .clearer { |
|
79 clear: both; |
|
80 } |
|
81 |
|
82 .content { |
|
83 margin-top: 15px; |
|
84 position: relative; |
|
85 } |
|
86 |
|
87 .result-text { |
|
88 color: #475d79; |
|
89 text-shadow: #eee 1px 1px 0; |
|
90 font-size: 15px; |
|
91 font-weight: bold; |
|
92 margin-bottom: 10px; |
|
93 margin-left: 10px; |
|
94 letter-spacing: 0; |
|
95 border-style: none; |
|
96 } |
|
97 |
|
98 .result-text-footer { |
|
99 color: #475d79; |
|
100 text-shadow: #eee 1px 1px 0; |
|
101 letter-spacing: 0; |
|
102 font-size: 15px; |
|
103 font-weight: bold; |
|
104 margin-bottom: 10px; |
|
105 margin-left: 10px; |
|
106 text-align: center; |
|
107 display: block; |
|
108 } |
|
109 |
|
110 .pageentry h1, .mainentry h1 { |
|
111 font-size: 22px; |
|
112 } |
|
113 |
|
114 .pageentry h2, .mainentry h2 { |
|
115 font-size: 18px; |
|
116 text-shadow: #f9f9f9 -1px -1px 0; |
|
117 text-align: left; |
|
118 padding-bottom: 10px; |
|
119 color: #222; |
|
120 } |
|
121 |
|
122 .pageentry h3, .mainentry h3 { |
|
123 text-align: left; |
|
124 color: #666; |
|
125 font-size: 15px; |
|
126 border-bottom: 1px solid #adadad; |
|
127 border-top: 1px solid #adadad; |
|
128 padding: 10px; |
|
129 font-weight: bold; |
|
130 line-height: 14px; |
|
131 background-color: #eee; |
|
132 margin: 5px -10px; |
|
133 text-shadow: #fff -1px 1px 0; |
|
134 } |
|
135 |
|
136 .pageentry h4, .mainentry h4 { |
|
137 font-size: 13px; |
|
138 text-shadow: #f9f9f9 -1px -1px 0; |
|
139 padding: 0 0 10px; |
|
140 padding-bottom: 10px; |
|
141 color: #666; |
|
142 } |
|
143 |
|
144 .pageentry h5, .mainentry h5 { |
|
145 text-shadow: #f9f9f9 -1px -1px 0; |
|
146 font-size: 12px; |
|
147 padding: 0; |
|
148 } |
|
149 |
|
150 .mainentry img, #singlentry img, .pageentry img, ol.commentlist li img { |
|
151 max-width: 100%; |
|
152 height: auto; |
|
153 } |
|
154 |
|
155 .fontsize { |
|
156 font-size: 1.2em; |
|
157 line-height: 140%; |
|
158 } |
|
159 |
|
160 /* @end */ |
|
161 |
|
162 /* @group Header */ |
|
163 |
|
164 #headerbar { |
|
165 width: 100%; |
|
166 background-position: 0 0; |
|
167 background-repeat: repeat-x; |
|
168 height: 45px; |
|
169 border-bottom: 1px solid #1e1e1e; |
|
170 font-size: 19px; |
|
171 } |
|
172 |
|
173 #headerbar-title { |
|
174 text-shadow: #242424 -1px -1px 1px; |
|
175 padding-top: 10px; |
|
176 padding-left: 10px; |
|
177 display: block; |
|
178 margin: 0; |
|
179 border-style: none; |
|
180 padding-bottom: 4px; |
|
181 text-overflow: ellipsis; |
|
182 white-space: nowrap; |
|
183 overflow: hidden; |
|
184 width: 85%; |
|
185 font-weight: bold; |
|
186 height: 29px; |
|
187 } |
|
188 |
|
189 #headerbar-title a { |
|
190 text-decoration: none; |
|
191 letter-spacing: -1px; |
|
192 position: relative; |
|
193 font-family: HelveticaNeue-Bold, sans-serif; |
|
194 } |
|
195 |
|
196 #headerbar-title img#logo-icon { |
|
197 position: relative; |
|
198 margin-right: 7px; |
|
199 max-width: 30px; |
|
200 float: left; |
|
201 width: 28px; |
|
202 height: 28px; |
|
203 padding: 0; |
|
204 bottom: 1px; |
|
205 } |
|
206 |
|
207 #headerbar-menu { |
|
208 position: absolute; |
|
209 top: 0; |
|
210 right: 0; |
|
211 margin: 0; |
|
212 padding: 0; |
|
213 } |
|
214 |
|
215 #headerbar-menu a { |
|
216 height: 45px; |
|
217 display: block; |
|
218 background: url(../core/core-images/wptouch-menu-dropper.png) 0 0; |
|
219 width: 30px; |
|
220 margin: 0; |
|
221 padding: 0; |
|
222 } |
|
223 |
|
224 #headerbar-menu .open { |
|
225 background-position: 0 -45px; |
|
226 } |
|
227 |
|
228 /* @group Sub-Menu */ |
|
229 |
|
230 #drop-fade { |
|
231 width: 100%; |
|
232 display: block; |
|
233 position: relative; |
|
234 -webkit-box-shadow: #000 -3px 2px 3px; |
|
235 text-align: right; |
|
236 border-top: 1px solid #3e3e3e; |
|
237 height: auto; |
|
238 overflow: hidden; |
|
239 } |
|
240 |
|
241 #drop-fade a.top { |
|
242 font-size: 10px; |
|
243 margin-right: 8px; |
|
244 position: relative; |
|
245 bottom: 3px; |
|
246 color: #fff; |
|
247 text-shadow: #000000 0px -1px 1px; |
|
248 display: block; |
|
249 float: right; |
|
250 padding: 6px 2px 2px 0; |
|
251 } |
|
252 |
|
253 #drop-fade #loginopen { |
|
254 background: url(../core/core-images/menu-sprite.png) no-repeat 0 -31px; |
|
255 padding-left: 16px; |
|
256 } |
|
257 |
|
258 #drop-fade #accountopen { |
|
259 padding-left: 18px; |
|
260 background: url(../core/core-images/menu-sprite.png) no-repeat 0 -14px; |
|
261 } |
|
262 |
|
263 #drop-fade #prowlopen { |
|
264 padding-left: 18px; |
|
265 background: url(../core/core-images/menu-sprite.png) no-repeat 2px -57px; |
|
266 } |
|
267 |
|
268 #drop-fade #wordtwitopen { |
|
269 padding-left: 18px; |
|
270 background: url(../core/core-images/menu-sprite.png) no-repeat 2px -74px; |
|
271 } |
|
272 |
|
273 #drop-fade #searchopen { |
|
274 padding-left: 18px; |
|
275 background: url(../core/core-images/menu-sprite.png) no-repeat 2px -92px; |
|
276 } |
|
277 |
|
278 #drop-fade #gigpressopen { |
|
279 padding-left: 18px; |
|
280 background: url(../core/core-images/menu-sprite.png) no-repeat 2px -106px; |
|
281 } |
|
282 |
|
283 /* @end */ |
|
284 |
|
285 /* @group DropDown Menu */ |
|
286 |
|
287 .dropper { |
|
288 width: 100%; |
|
289 position: relative; |
|
290 z-index: 1; |
|
291 margin: 0; |
|
292 padding: 0; |
|
293 border-top: 1px solid #1b1b1b; |
|
294 font-size: 13px; |
|
295 background-color: #2c2c2c; |
|
296 } |
|
297 |
|
298 .dropper ul { |
|
299 position: relative; |
|
300 list-style-type: none; |
|
301 margin: 0; |
|
302 padding: 0; |
|
303 } |
|
304 |
|
305 .dropper li { |
|
306 border-bottom: 1px solid #1d1d1d; |
|
307 margin: 0; |
|
308 background: url(../core/core-images/arrow.png) no-repeat right center; |
|
309 text-transform: capitalize; |
|
310 border-top: 1px solid #363636; |
|
311 padding: 0; |
|
312 text-align: left; |
|
313 } |
|
314 |
|
315 .dropper li.text { |
|
316 color: #eee; |
|
317 text-shadow: #111 0 -1px 1px; |
|
318 text-align: center; |
|
319 background-image: none; |
|
320 padding-top: 25px; |
|
321 padding-bottom: 25px; |
|
322 text-transform: none; |
|
323 } |
|
324 |
|
325 .dropper li.text a { |
|
326 display: inline; |
|
327 margin: 0; |
|
328 padding: 0; |
|
329 text-decoration: underline; |
|
330 } |
|
331 |
|
332 .dropper li:hover { |
|
333 background-color: #222; |
|
334 border-top: 1px solid #222; |
|
335 position: relative; |
|
336 z-index: 2; |
|
337 } |
|
338 |
|
339 .dropper a { |
|
340 font-weight: bold; |
|
341 display: block; |
|
342 text-shadow: #000 -1px -1px 1px; |
|
343 color: #d2d2d2; |
|
344 margin: 0; |
|
345 width: auto; |
|
346 padding: 11px 35px 11px 15px; |
|
347 text-align: left; |
|
348 } |
|
349 |
|
350 /* @group Tab Menus */ |
|
351 |
|
352 #wptouch-menu { |
|
353 position: absolute; |
|
354 z-index: 2; |
|
355 top: 45px; |
|
356 -webkit-box-shadow: #333 -6px 6px 6px; |
|
357 display: none; |
|
358 } |
|
359 |
|
360 #wptouch-menu-inner img { |
|
361 float: left; |
|
362 position: relative; |
|
363 bottom: 5px; |
|
364 width: 28px; |
|
365 padding-right: 10px; |
|
366 right: 0; |
|
367 } |
|
368 |
|
369 #tabnav { |
|
370 background-color: #444; |
|
371 padding-top: 3px; |
|
372 border-bottom: 1px solid #1b1b1b; |
|
373 border-top: 1px solid #575757; |
|
374 padding-left: 10px; |
|
375 height: 24px; |
|
376 margin-bottom: -1px; |
|
377 } |
|
378 |
|
379 #tabnav a { |
|
380 display: inline-block; |
|
381 margin: 0; |
|
382 padding: 2px 8px 7px; |
|
383 color: #999; |
|
384 text-shadow: #111 0 -1px 1px; |
|
385 } |
|
386 |
|
387 #tabnav a.selected { |
|
388 background-color: #2c2c2c; |
|
389 position: relative; |
|
390 z-index: 1; |
|
391 -webkit-border-top-left-radius: 4px; |
|
392 -webkit-border-top-right-radius: 4px; |
|
393 border: 1px solid #1b1b1b; |
|
394 margin-left: -1px; |
|
395 margin-right: -1px; |
|
396 color: #fff !important; |
|
397 -webkit-box-shadow: #222 0px -2px 3px; |
|
398 border-bottom: 1px solid #2c2c2c; |
|
399 text-shadow: #000000 0 -1px 1px; |
|
400 } |
|
401 |
|
402 #tabnav a:hover, #tabnav a:active { |
|
403 color: #fff; |
|
404 } |
|
405 |
|
406 /* @end */ |
|
407 |
|
408 /* @end */ |
|
409 |
|
410 /* @group WordTwit Menu */ |
|
411 |
|
412 #wptouch-wordtwit { |
|
413 position: relative; |
|
414 border-top: 1px solid #3e3e3e; |
|
415 background-color: #222; |
|
416 top: 20px; |
|
417 } |
|
418 |
|
419 #wptouch-wordtwit #twitter-style-bar { |
|
420 display: block; |
|
421 border-top: 1px solid #1e1e1e; |
|
422 } |
|
423 |
|
424 #wordtwit-avatar { |
|
425 text-align: left; |
|
426 padding-bottom: 10px; |
|
427 -webkit-border-radius: 8px; |
|
428 padding-left: 5px; |
|
429 padding-top: 5px; |
|
430 border: 1px solid #555; |
|
431 background-image: none; |
|
432 background-color: #444; |
|
433 margin: 10px; |
|
434 } |
|
435 |
|
436 #wordtwit-avatar img { |
|
437 -webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white)); |
|
438 border: 1px solid #222; |
|
439 float: left; |
|
440 margin-right: 15px; |
|
441 -webkit-border-radius: 2px; |
|
442 width: 32px; |
|
443 height: 32px; |
|
444 } |
|
445 |
|
446 #wptouch-wordtwit a#follow-arrow { |
|
447 border-style: none; |
|
448 width: 18px; |
|
449 height: 18px; |
|
450 position: absolute; |
|
451 top: 22px; |
|
452 right: 15px; |
|
453 padding: 5px; |
|
454 margin: 0; |
|
455 } |
|
456 |
|
457 #wordtwit-avatar p { |
|
458 padding: 0; |
|
459 margin: 0; |
|
460 color: #777; |
|
461 } |
|
462 |
|
463 #wordtwit-avatar p.twitter_username { |
|
464 color: #eee; |
|
465 text-shadow: #222 0 -1px 1px; |
|
466 font-size: 15px; |
|
467 font-weight: bold; |
|
468 } |
|
469 |
|
470 #wordtwit-avatar a { |
|
471 display: inline-block; |
|
472 font-size: 11px; |
|
473 color: #999; |
|
474 text-shadow: #222 0 -1px 0; |
|
475 padding: 3px 0 0; |
|
476 } |
|
477 |
|
478 #wptouch-wordtwit ul { |
|
479 |
|
480 } |
|
481 |
|
482 #wptouch-wordtwit li { |
|
483 color: #ccc; |
|
484 font-size: 12px; |
|
485 text-shadow: #000000 0 -1px 0; |
|
486 text-transform: none; |
|
487 background-image: none; |
|
488 background-color: #2c2c2c; |
|
489 padding-top: 10px; |
|
490 padding-left: 10px; |
|
491 padding-right: 50px; |
|
492 } |
|
493 |
|
494 #wptouch-wordtwit li:last-child { |
|
495 padding-bottom: 20px; |
|
496 } |
|
497 |
|
498 #wptouch-wordtwit li p.time { |
|
499 color: #777; |
|
500 font-size: 11px; |
|
501 } |
|
502 |
|
503 /* @end */ |
|
504 |
|
505 /* @group GigPress */ |
|
506 |
|
507 #wptouch-gigpress { |
|
508 color: #eee; |
|
509 text-shadow: #000000 0 -1px 1px; |
|
510 text-align: left; |
|
511 font-size: 11px; |
|
512 border-top: 1px solid #3e3e3e; |
|
513 clear: both; |
|
514 margin: 0; |
|
515 padding: 0; |
|
516 width: 99%; |
|
517 } |
|
518 |
|
519 #wptouch-gigpress #gigpress-style-bar { |
|
520 border-top: 1px solid #1e1e1e; |
|
521 display: block; |
|
522 width: 100%; |
|
523 } |
|
524 |
|
525 #wptouch-gigpress h4 { |
|
526 font-size: 14px; |
|
527 margin: 22px 0 20px; |
|
528 padding: 0; |
|
529 } |
|
530 |
|
531 #wptouch-gigpress img { |
|
532 float: left; |
|
533 margin: 15px 10px; |
|
534 } |
|
535 |
|
536 /* @end */ |
|
537 |
|
538 /* @group Push Message Area */ |
|
539 |
|
540 #prowl-message { |
|
541 color: #eee; |
|
542 text-shadow: #000000 0 -1px 1px; |
|
543 clear: both; |
|
544 padding: 10px; |
|
545 text-align: left; |
|
546 font-size: 11px; |
|
547 border-top: 1px solid #3e3e3e; |
|
548 } |
|
549 |
|
550 #prowl-message #push-style-bar { |
|
551 display: block; |
|
552 border-top: 1px solid #1e1e1e; |
|
553 margin-left: -10px; |
|
554 margin-right: -10px; |
|
555 margin-top: -10px; |
|
556 padding-top: 10px; |
|
557 } |
|
558 |
|
559 #prowl-message form p { |
|
560 font-weight: bold; |
|
561 font-size: 12px; |
|
562 position: relative; |
|
563 margin-bottom: 10px; |
|
564 margin-top: 10px; |
|
565 clear: both; |
|
566 } |
|
567 |
|
568 #prowl-message label { |
|
569 margin-left: 5px; |
|
570 } |
|
571 |
|
572 #prowl-message input { |
|
573 width: 60%; |
|
574 -webkit-border-radius: 10px; |
|
575 padding: 3px; |
|
576 color: #222; |
|
577 border: 1px solid #1b1b1b; |
|
578 font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; |
|
579 } |
|
580 |
|
581 #prowl-message input#prowl-submit { |
|
582 width: 100px; |
|
583 text-align: center; |
|
584 color: #fff; |
|
585 text-shadow: #333 0 -1px 1px; |
|
586 font-weight: bold; |
|
587 border: 1px solid #333; |
|
588 margin-top: 10px; |
|
589 float: right; |
|
590 } |
|
591 |
|
592 #prowl-message textarea { |
|
593 width: 98%; |
|
594 -webkit-border-radius: 10px; |
|
595 padding: 3px; |
|
596 color: #222; |
|
597 border: 1px solid #1b1b1b; |
|
598 height: 70px; |
|
599 overflow: auto; |
|
600 margin-top: 2px; |
|
601 font: 14px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; |
|
602 } |
|
603 |
|
604 #prowl-message h4 { |
|
605 font-size: 14px; |
|
606 margin: 10px 0 15px; |
|
607 padding: 0; |
|
608 } |
|
609 |
|
610 #prowl-message img { |
|
611 float: left; |
|
612 margin-right: 10px; |
|
613 } |
|
614 |
|
615 /* @group Success */ |
|
616 |
|
617 #prowl-success { |
|
618 color: #eee; |
|
619 text-shadow: #000000 0 -1px 1px; |
|
620 font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; |
|
621 text-align: center; |
|
622 background: #000 url(../core/core-images/push-success.png) no-repeat center 50px; |
|
623 position: absolute; |
|
624 top: 0; |
|
625 left: 0; |
|
626 z-index: 1000; |
|
627 opacity: 0.9; |
|
628 width: 90%; |
|
629 margin-left: 5%; |
|
630 margin-top: 25px; |
|
631 -webkit-border-radius: 15px; |
|
632 -webkit-box-shadow: #444 0px 0px 15px; |
|
633 } |
|
634 |
|
635 #prowl-success p, #prowl-fail p { |
|
636 margin-top: 125px; |
|
637 margin-left: 20%; |
|
638 margin-right: 20%; |
|
639 } |
|
640 |
|
641 #prowl-fail { |
|
642 color: #eee; |
|
643 text-shadow: #000000 0 -1px 1px; |
|
644 font: bold 16px "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; |
|
645 text-align: center; |
|
646 background: #000 url(../core/core-images/push-fail.png) no-repeat center 50px; |
|
647 position: absolute; |
|
648 top: 0; |
|
649 left: 0; |
|
650 z-index: 1000; |
|
651 opacity: 0.9; |
|
652 width: 90%; |
|
653 margin-left: 5%; |
|
654 margin-top: 25px; |
|
655 -webkit-border-radius: 15px; |
|
656 -webkit-box-shadow: #444 0px 0px 15px; |
|
657 } |
|
658 |
|
659 /* @end */ |
|
660 |
|
661 /* @end */ |
|
662 |
|
663 /* @group Login & Search */ |
|
664 |
|
665 #wptouch-login { |
|
666 position: absolute; |
|
667 top: 0; |
|
668 left: 0; |
|
669 z-index: 1; |
|
670 width: 100%; |
|
671 display: none; |
|
672 } |
|
673 |
|
674 #wptouch-login-inner { |
|
675 padding-top: 8px; |
|
676 width: 100%; |
|
677 height: 35px; |
|
678 background-repeat: repeat-x; |
|
679 text-align: center; |
|
680 padding-bottom: 2px; |
|
681 } |
|
682 |
|
683 #wptouch-login input#log { |
|
684 width: 120px; |
|
685 -webkit-border-radius: 10px; |
|
686 padding: 3px; |
|
687 font-size: 13px; |
|
688 color: #222; |
|
689 font-weight: bold; |
|
690 border: 1px solid #1b1b1b; |
|
691 } |
|
692 |
|
693 #wptouch-login input#pwd { |
|
694 width: 120px; |
|
695 -webkit-border-radius: 10px; |
|
696 padding: 3px; |
|
697 font-size: 13px; |
|
698 color: #222; |
|
699 font-weight: bold; |
|
700 border: 1px solid #1b1b1b; |
|
701 margin-left: 5px; |
|
702 } |
|
703 |
|
704 #wptouch-search { |
|
705 position: absolute; |
|
706 top: 0; |
|
707 left: 0; |
|
708 z-index: 1; |
|
709 width: 100%; |
|
710 display: none; |
|
711 } |
|
712 |
|
713 #wptouch-search-inner { |
|
714 width: 100%; |
|
715 height: 40px; |
|
716 background-repeat: repeat-x; |
|
717 text-align: center; |
|
718 padding-top: 5px; |
|
719 } |
|
720 |
|
721 input#s { |
|
722 -webkit-border-radius: 10px; |
|
723 padding: 4px; |
|
724 width: 80%; |
|
725 font-size: 13px; |
|
726 color: #222; |
|
727 text-align: left; |
|
728 margin-top: 6px; |
|
729 border: 1px solid #1b1b1b; |
|
730 font-weight: bold; |
|
731 } |
|
732 |
|
733 img.head-close { |
|
734 display: inline; |
|
735 position: relative; |
|
736 top: 6px; |
|
737 left: 5px; |
|
738 } |
|
739 |
|
740 /* @end */ |
|
741 |
|
742 /* @end */ |
|
743 |
|
744 /* @group Index Page */ |
|
745 |
|
746 .post { |
|
747 -webkit-border-radius: 8px; |
|
748 background-color: #fff; |
|
749 padding: 10px; |
|
750 margin-bottom: 12px; |
|
751 position: relative; |
|
752 margin-right: 10px; |
|
753 margin-left: 10px; |
|
754 border: 1px solid #b1b1b1; |
|
755 } |
|
756 |
|
757 .big { |
|
758 height: 200px; |
|
759 } |
|
760 |
|
761 a.post-arrow { |
|
762 width: 18px; |
|
763 height: 15px; |
|
764 float: right; |
|
765 margin-top: 1px; |
|
766 padding: 0; |
|
767 background: #f4f4f4 url(../core/core-images/post-arrow.png) no-repeat center 5px; |
|
768 border: 1px solid #ddd; |
|
769 -webkit-border-radius: 5px; |
|
770 -webkit-transform: scale(1.0) rotate(0deg); |
|
771 -webkit-transition-duration: 0.6s; |
|
772 } |
|
773 |
|
774 a.post-arrow-down { |
|
775 -webkit-transform: scale(1.0) rotate(180deg); |
|
776 -webkit-transition-duration: 0.6s; |
|
777 background: #dfe3e3 url(../core/core-images/post-arrow.png) no-repeat center -14px; |
|
778 border: 1px solid #b8b8b8; |
|
779 } |
|
780 |
|
781 a.h2 { |
|
782 color: #222; |
|
783 text-decoration: none; |
|
784 display: block; |
|
785 margin-top: 2px; |
|
786 text-align: left; |
|
787 width: 93%; |
|
788 letter-spacing: -1px; |
|
789 margin-bottom: 4px; |
|
790 line-height: 15px; |
|
791 font-size: 15px; |
|
792 font-weight: bold; |
|
793 } |
|
794 |
|
795 .mainentry { |
|
796 color: #444; |
|
797 line-height: 145%; |
|
798 display: block; |
|
799 } |
|
800 |
|
801 .mainentry p { |
|
802 margin: 2% 0 1%; |
|
803 padding: 0; |
|
804 } |
|
805 |
|
806 .mainentry a.read-more { |
|
807 display: block; |
|
808 padding-top: 10px; |
|
809 border-top: 1px solid #c1c1c1; |
|
810 position: relative; |
|
811 padding-left: 10px; |
|
812 color: #222; |
|
813 font-weight: bold; |
|
814 background: url(../core/core-images/arrow.png) no-repeat right 7px; |
|
815 padding-bottom: 10px; |
|
816 -webkit-border-bottom-left-radius: 8px; |
|
817 -webkit-border-bottom-right-radius: 8px; |
|
818 margin: 10px -10px -10px; |
|
819 } |
|
820 |
|
821 .mainentry a.read-more:hover { |
|
822 background-color: #dcdcdc; |
|
823 } |
|
824 |
|
825 .mainentry li { |
|
826 border-bottom-style: dashed; |
|
827 } |
|
828 |
|
829 .comment-bubble { |
|
830 background: url(../core/core-images/sprite.png) no-repeat -2px -90px; |
|
831 width: 24px; |
|
832 height: 20px; |
|
833 padding-top: 4px; |
|
834 position: absolute; |
|
835 color: #fff; |
|
836 padding-left: 0; |
|
837 font: bold 13px Helvetica, Arial-BoldMT, Geneva, sans-serif; |
|
838 letter-spacing: -1px; |
|
839 text-shadow: #871521 -1px -1px 1px; |
|
840 padding-right: 1px; |
|
841 margin-left: 0; |
|
842 z-index: 1; |
|
843 text-align: center; |
|
844 left: 1px; |
|
845 top: 1px; |
|
846 } |
|
847 |
|
848 .comment-bubble-big { |
|
849 background: url(../core/core-images/sprite.png) no-repeat -2px -66px; |
|
850 width: 26px; |
|
851 height: 21px; |
|
852 padding-top: 3px; |
|
853 position: absolute; |
|
854 color: #fff; |
|
855 left: 2px; |
|
856 top: 0; |
|
857 padding-left: 0; |
|
858 font: bold 13px Helvetica, Arial-BoldMT, Geneva, sans-serif; |
|
859 letter-spacing: -1px; |
|
860 text-shadow: #871521 -1px -1px 1px; |
|
861 padding-right: 4px; |
|
862 margin-left: 0; |
|
863 z-index: 1; |
|
864 text-align: center; |
|
865 } |
|
866 |
|
867 #nothing-shown { |
|
868 margin-left: -11px; |
|
869 margin-top: -11px; |
|
870 } |
|
871 |
|
872 .archive-top { |
|
873 margin: -11px -11px 7px; |
|
874 -webkit-border-top-right-radius: 8px; |
|
875 padding: 0; |
|
876 } |
|
877 |
|
878 .archive-top-right .post-arrow, .archive-top-right .post-arrow-down { |
|
879 margin-right: 5px; |
|
880 margin-top: 3px; |
|
881 } |
|
882 |
|
883 .archive-top-left.month-01, #arc-top.month-02, #arc-top.month-03, #arc-top.month-04, #arc-top.month-05, #arc-top.month-06, #arc-top.month-07, #arc-top.month-08, #arc-top.month-09, #arc-top.month-10, #arc-top.month-11, #arc-top.month-12 { |
|
884 -webkit-border-top-left-radius: 8px; |
|
885 -webkit-border-top-right-radius: 8px; |
|
886 padding-top: 5px; |
|
887 padding-bottom: 5px; |
|
888 padding-left: 10px; |
|
889 font-weight: bold; |
|
890 color: #eee; |
|
891 text-shadow: #535353 0 -1px 1px; |
|
892 } |
|
893 |
|
894 .main-navigation { |
|
895 -webkit-border-radius: 8px; |
|
896 background-color: #fff; |
|
897 margin-bottom: 12px; |
|
898 position: relative; |
|
899 margin-right: 10px; |
|
900 margin-left: 10px; |
|
901 border: 1px solid #b1b1b1; |
|
902 overflow: hidden; |
|
903 font-weight: bold; |
|
904 padding: 10px; |
|
905 } |
|
906 |
|
907 .main-navigation .alignleft a { |
|
908 float: left; |
|
909 display: block; |
|
910 background: url(../core/core-images/sprite.png) no-repeat 0 -46px; |
|
911 padding-top: 3px; |
|
912 padding-bottom: 3px; |
|
913 padding-left: 23px; |
|
914 } |
|
915 |
|
916 .main-navigation .alignright a { |
|
917 float: right; |
|
918 display: block; |
|
919 padding-top: 3px; |
|
920 padding-bottom: 3px; |
|
921 padding-right: 35px; |
|
922 background: url(../core/core-images/sprite.png) no-repeat right -26px; |
|
923 position: relative; |
|
924 left: 15px; |
|
925 } |
|
926 |
|
927 /* @group Calendar CSS Icons */ |
|
928 |
|
929 .calendar { |
|
930 text-align: center; |
|
931 position: relative; |
|
932 margin-bottom: 5px; |
|
933 margin-right: 10px; |
|
934 margin-top: 0; |
|
935 border: 1px solid #c9c9c9; |
|
936 -webkit-border-top-left-radius: 7px; |
|
937 -webkit-border-top-right-radius: 1px; |
|
938 -webkit-border-bottom-left-radius: 1px; |
|
939 -webkit-border-bottom-right-radius: 7px; |
|
940 top: 3px; |
|
941 float: left; |
|
942 -webkit-box-shadow: #c6c6c6 1px 1px 3px; |
|
943 } |
|
944 |
|
945 .cal-month { |
|
946 font-size: 10px; |
|
947 font-weight: bold; |
|
948 color: #fff; |
|
949 letter-spacing: 0; |
|
950 text-shadow: #67727f 1px -1px 0; |
|
951 border-bottom: 1px solid #ececec; |
|
952 text-transform: uppercase; |
|
953 padding: 3px 10px; |
|
954 -webkit-border-top-left-radius: 6px; |
|
955 -webkit-border-top-right-radius: 1px; |
|
956 } |
|
957 |
|
958 .cal-date { |
|
959 color: #111; |
|
960 background-color: #e9e9e9; |
|
961 text-shadow: white -1px -1px 1px; |
|
962 -webkit-border-bottom-left-radius: 1px; |
|
963 -webkit-border-bottom-right-radius: 6px; |
|
964 letter-spacing: -3px; |
|
965 font: bold 21px Helvetica, "Arial Rounded MT Bold", Geneva, sans-serif; |
|
966 padding: 1px 4px 2px 0; |
|
967 text-align: center; |
|
968 border: 1px solid #fff; |
|
969 border-top-style: none; |
|
970 } |
|
971 |
|
972 /* @group Cal Month Colors */ |
|
973 |
|
974 .month-01 { |
|
975 background-color: #767c8f; |
|
976 } |
|
977 |
|
978 .month-02 { |
|
979 background-color: #345abe; |
|
980 } |
|
981 |
|
982 .month-03 { |
|
983 background-color: #37838d; |
|
984 } |
|
985 |
|
986 .month-04 { |
|
987 background-color: #55b06c; |
|
988 } |
|
989 |
|
990 .month-05 { |
|
991 background-color: #409ad5; |
|
992 } |
|
993 |
|
994 .month-06 { |
|
995 background-color: #be63c5; |
|
996 } |
|
997 |
|
998 .month-07 { |
|
999 background-color: #f79445; |
|
1000 } |
|
1001 |
|
1002 .month-08 { |
|
1003 background-color: #4e1e00; |
|
1004 } |
|
1005 |
|
1006 .month-09 { |
|
1007 background-color: #a04262; |
|
1008 } |
|
1009 |
|
1010 .month-10 { |
|
1011 background-color: #284461; |
|
1012 } |
|
1013 |
|
1014 .month-11 { |
|
1015 background-color: #4d1d77; |
|
1016 } |
|
1017 |
|
1018 .month-12 { |
|
1019 background-color: #af1919; |
|
1020 } |
|
1021 |
|
1022 /* @end */ |
|
1023 |
|
1024 /* @end */ |
|
1025 |
|
1026 .post-author { |
|
1027 color: #555; |
|
1028 font-size: 9px; |
|
1029 line-height: 11px; |
|
1030 position: relative; |
|
1031 font-weight: bold; |
|
1032 letter-spacing: 0; |
|
1033 text-align: left; |
|
1034 width: 72%; |
|
1035 float: left; |
|
1036 } |
|
1037 |
|
1038 .post-author span.lead { |
|
1039 font-weight: normal; |
|
1040 font-style: normal; |
|
1041 } |
|
1042 |
|
1043 /* @end */ |
|
1044 |
|
1045 /* @group Ajax */ |
|
1046 |
|
1047 .ajax-load-more { |
|
1048 margin-top: 15px; |
|
1049 margin-right: auto; |
|
1050 display: block; |
|
1051 margin-left: auto; |
|
1052 width: 160px; |
|
1053 } |
|
1054 |
|
1055 .spin { |
|
1056 height: 16px; |
|
1057 background: url(../core/core-images/ajax-loader.gif) no-repeat; |
|
1058 display: inline-block; |
|
1059 width: 16px; |
|
1060 position: relative; |
|
1061 float: left; |
|
1062 top: 0; |
|
1063 right: 5px; |
|
1064 } |
|
1065 |
|
1066 a.ajax { |
|
1067 color: #475d79; |
|
1068 text-shadow: #eee 1px 1px 0; |
|
1069 letter-spacing: 0; |
|
1070 height: 16px; |
|
1071 font: bold 14px Helvetica, Geneva, Arial, sans-serif; |
|
1072 } |
|
1073 |
|
1074 /* @end */ |
|
1075 |
|
1076 /* @group Single Post Page */ |
|
1077 |
|
1078 a.sh2 { |
|
1079 letter-spacing: -1px; |
|
1080 margin: 0; |
|
1081 padding: 0 0 2px; |
|
1082 color: #222; |
|
1083 display: block; |
|
1084 line-height: 20px; |
|
1085 font-size: 19px; |
|
1086 font-weight: bold; |
|
1087 text-align: left; |
|
1088 } |
|
1089 |
|
1090 #singlentry { |
|
1091 line-height: 150%; |
|
1092 color: #333; |
|
1093 display: block; |
|
1094 overflow: hidden; |
|
1095 font-size: 13px; |
|
1096 } |
|
1097 |
|
1098 #singlentry li { |
|
1099 margin-top: 3px; |
|
1100 margin-bottom: 3px; |
|
1101 } |
|
1102 |
|
1103 .single-post-meta-top { |
|
1104 text-align: left; |
|
1105 color: #999; |
|
1106 font-size: 10px; |
|
1107 font-weight: bold; |
|
1108 line-height: 15px; |
|
1109 } |
|
1110 |
|
1111 .single-post-meta-bottom { |
|
1112 text-align: left; |
|
1113 color: #666; |
|
1114 font-size: 11px; |
|
1115 border-bottom: 1px solid #adadad; |
|
1116 border-top: 1px solid #adadad; |
|
1117 padding: 10px; |
|
1118 font-weight: bold; |
|
1119 line-height: 14px; |
|
1120 background-color: #e5eff5; |
|
1121 margin: 5px -10px; |
|
1122 text-shadow: #fafafa 0 1px 1px; |
|
1123 } |
|
1124 |
|
1125 /* @group Post Options Bar */ |
|
1126 |
|
1127 .single-post-meta-bottom .post-page-nav { |
|
1128 font-size: 15px; |
|
1129 margin-bottom: 15px; |
|
1130 } |
|
1131 |
|
1132 .single-post-meta-bottom .post-page-nav a { |
|
1133 padding: 3px 7px; |
|
1134 background-color: #fff; |
|
1135 border: 1px solid #ccc; |
|
1136 -webkit-border-radius: 4px; |
|
1137 } |
|
1138 |
|
1139 ul#post-options { |
|
1140 -webkit-border-bottom-left-radius: 7px; |
|
1141 -webkit-border-bottom-right-radius: 7px; |
|
1142 list-style-type: none; |
|
1143 background-color: #e6e6e6; |
|
1144 padding: 0 4px 0 0; |
|
1145 text-align: center; |
|
1146 position: relative; |
|
1147 margin: -5px -10px -10px; |
|
1148 border-top: 1px solid #fbfbfb; |
|
1149 } |
|
1150 |
|
1151 ul#post-options li { |
|
1152 margin: 0; |
|
1153 padding: 0; |
|
1154 display: inline-block; |
|
1155 } |
|
1156 |
|
1157 ul#post-options li a { |
|
1158 display: inline-block; |
|
1159 width: 38px; |
|
1160 padding: 20px 6px 16px; |
|
1161 margin: 2px 0 0; |
|
1162 } |
|
1163 |
|
1164 ul#post-options li a#oprev { |
|
1165 background: url(../core/core-images/post-options.png) no-repeat 5px -210px; |
|
1166 border-right: 1px solid #cfcfcf; |
|
1167 width: 38px; |
|
1168 } |
|
1169 |
|
1170 ul#post-options li a#onext { |
|
1171 background: url(../core/core-images/post-options.png) no-repeat -7px -244px; |
|
1172 border-left: 1px solid #cfcfcf; |
|
1173 width: 38px; |
|
1174 } |
|
1175 |
|
1176 ul#post-options li a#omail { |
|
1177 background: url(../core/core-images/post-options.png) no-repeat center -1px; |
|
1178 border-left: 1px solid #fbfbfb; |
|
1179 margin-left: -3px; |
|
1180 } |
|
1181 |
|
1182 ul#post-options li a#otweet { |
|
1183 background: url(../core/core-images/post-options.png) no-repeat center -82px; |
|
1184 } |
|
1185 |
|
1186 ul#post-options li a#obook { |
|
1187 background: url(../core/core-images/post-options.png) no-repeat center -39px; |
|
1188 border-right: 1px solid #fbfbfb; |
|
1189 margin-right: -3px; |
|
1190 } |
|
1191 |
|
1192 /* @end */ |
|
1193 |
|
1194 /* @group Gallery / Captions */ |
|
1195 |
|
1196 #singlentry .wp-caption { |
|
1197 text-align: center; |
|
1198 font-size: 11px; |
|
1199 color: #999; |
|
1200 line-height: 13px; |
|
1201 max-width: 100% !important; |
|
1202 height: auto !important; |
|
1203 } |
|
1204 |
|
1205 #singlentry .gallery { |
|
1206 margin: 0; |
|
1207 padding: 0; |
|
1208 width: 100% !important; |
|
1209 height: auto !important; |
|
1210 } |
|
1211 |
|
1212 #singlentry .gallery dl.gallery-item img.attachment-thumbnail { |
|
1213 padding: 3px; |
|
1214 margin: 10px; |
|
1215 width: 50% !important; |
|
1216 height: auto; |
|
1217 } |
|
1218 |
|
1219 #singlentry .gallery dl.gallery-item { |
|
1220 margin: 0; |
|
1221 } |
|
1222 |
|
1223 #singlentry .gallery dl.gallery-item dt.gallery-icon { |
|
1224 margin: 0; |
|
1225 } |
|
1226 |
|
1227 #singlentry .gallery dl.gallery-item dd.gallery-caption { |
|
1228 font-size: 11px; |
|
1229 color: #555; |
|
1230 } |
|
1231 |
|
1232 /* @end */ |
|
1233 |
|
1234 /* @group Twitter / Bookmarking */ |
|
1235 |
|
1236 #twitter-box { |
|
1237 -webkit-border-radius: 8px; |
|
1238 border: 1px solid #adadad; |
|
1239 margin: 10px; |
|
1240 background-color: #fff; |
|
1241 } |
|
1242 |
|
1243 #twitter-box img { |
|
1244 float: left; |
|
1245 margin-right: 5px; |
|
1246 position: relative; |
|
1247 bottom: 4px; |
|
1248 right: 3px; |
|
1249 width: 28px; |
|
1250 height: 28px; |
|
1251 } |
|
1252 |
|
1253 #twitter-box ul { |
|
1254 list-style-type: none; |
|
1255 margin: 0; |
|
1256 padding: 0; |
|
1257 } |
|
1258 |
|
1259 #twitter-box li { |
|
1260 clear: both; |
|
1261 border-bottom: 1px solid #cbcbcb; |
|
1262 margin: 0; |
|
1263 padding: 0; |
|
1264 } |
|
1265 |
|
1266 #twitter-box li a { |
|
1267 display: block; |
|
1268 color: #222; |
|
1269 font-size: 13px; |
|
1270 font-weight: bold; |
|
1271 padding-top: 10px; |
|
1272 padding-bottom: 13px; |
|
1273 padding-left: 10px; |
|
1274 margin: 0; |
|
1275 } |
|
1276 |
|
1277 #bookmark-box { |
|
1278 -webkit-border-radius: 8px; |
|
1279 border: 1px solid #adadad; |
|
1280 margin: 10px; |
|
1281 background-color: #fff; |
|
1282 } |
|
1283 |
|
1284 #bookmark-box img { |
|
1285 float: left; |
|
1286 margin-right: 5px; |
|
1287 position: relative; |
|
1288 bottom: 4px; |
|
1289 right: 3px; |
|
1290 margin-left: 3px; |
|
1291 margin-top: 1px; |
|
1292 } |
|
1293 |
|
1294 #bookmark-box ul { |
|
1295 list-style-type: none; |
|
1296 margin: 0; |
|
1297 padding: 0; |
|
1298 } |
|
1299 |
|
1300 #bookmark-box li { |
|
1301 clear: both; |
|
1302 border-bottom: 1px solid #cbcbcb; |
|
1303 margin: 0; |
|
1304 padding: 0; |
|
1305 } |
|
1306 |
|
1307 #bookmark-box li a { |
|
1308 display: block; |
|
1309 color: #222; |
|
1310 font-size: 13px; |
|
1311 font-weight: bold; |
|
1312 padding-top: 10px; |
|
1313 padding-bottom: 13px; |
|
1314 padding-left: 10px; |
|
1315 margin: 0; |
|
1316 } |
|
1317 |
|
1318 #twitter-box li:last-child, #bookmark-box li:last-child { |
|
1319 border-bottom-style: none; |
|
1320 } |
|
1321 |
|
1322 /* @end */ |
|
1323 |
|
1324 /* @end */ |
|
1325 |
|
1326 /* @group Pages */ |
|
1327 |
|
1328 .page h2 { |
|
1329 font-size: 20px; |
|
1330 letter-spacing: -1px; |
|
1331 text-align: left; |
|
1332 line-height: 22px; |
|
1333 font-weight: normal; |
|
1334 font-style: normal; |
|
1335 padding-right: 0; |
|
1336 padding-top: 0; |
|
1337 padding-bottom: 0; |
|
1338 position: relative; |
|
1339 border-style: none; |
|
1340 margin: 10px 0 0 42px; |
|
1341 } |
|
1342 |
|
1343 .pageentry { |
|
1344 color: #444; |
|
1345 padding: 2px 0 0; |
|
1346 line-height: 145%; |
|
1347 display: block; |
|
1348 } |
|
1349 |
|
1350 .pageentry li { |
|
1351 list-style-type: none; |
|
1352 } |
|
1353 |
|
1354 img.pageicon { |
|
1355 position: relative; |
|
1356 margin-right: 10px; |
|
1357 width: 32px; |
|
1358 height: 32px; |
|
1359 float: left; |
|
1360 margin-top: -5px; |
|
1361 margin-left: 0; |
|
1362 } |
|
1363 |
|
1364 .pageentry .wp-caption { |
|
1365 text-align: center; |
|
1366 font-size: 11px; |
|
1367 color: #999; |
|
1368 line-height: 13px; |
|
1369 max-width: 100% !important; |
|
1370 height: auto !important; |
|
1371 } |
|
1372 |
|
1373 /* @group Archives */ |
|
1374 |
|
1375 #wptouch-tagcloud { |
|
1376 -webkit-border-radius: 8px; |
|
1377 border: 1px solid #adadad; |
|
1378 background-color: #fff; |
|
1379 margin-right: 10px; |
|
1380 margin-left: 10px; |
|
1381 padding: 10px; |
|
1382 text-align: justify; |
|
1383 text-transform: capitalize; |
|
1384 line-height: 150%; |
|
1385 } |
|
1386 |
|
1387 #wptouch-archives { |
|
1388 -webkit-border-radius: 8px; |
|
1389 border: 1px solid #adadad; |
|
1390 background-color: #fff; |
|
1391 margin-right: 10px; |
|
1392 margin-left: 10px; |
|
1393 } |
|
1394 |
|
1395 #wptouch-archives a { |
|
1396 color: #222; |
|
1397 display: block; |
|
1398 padding-bottom: 10px; |
|
1399 padding-left: 10px; |
|
1400 background: url(../core/core-images/arrow.png) no-repeat right center; |
|
1401 padding-top: 10px; |
|
1402 } |
|
1403 |
|
1404 #wptouch-archives ul { |
|
1405 padding: 0; |
|
1406 list-style-type: none; |
|
1407 margin: 0; |
|
1408 } |
|
1409 |
|
1410 #wptouch-archives li { |
|
1411 border-bottom: 1px solid #ccc; |
|
1412 list-style-type: none; |
|
1413 font-weight: bold; |
|
1414 font-size: 14px; |
|
1415 color: #222; |
|
1416 display: block; |
|
1417 padding: 0; |
|
1418 margin-bottom: 0; |
|
1419 margin-left: -10px; |
|
1420 margin-right: -10px; |
|
1421 } |
|
1422 |
|
1423 #wptouch-archives li:first-child { |
|
1424 margin-top: -10px; |
|
1425 } |
|
1426 |
|
1427 #wptouch-archives li:last-child { |
|
1428 margin-bottom: -10px; |
|
1429 border-bottom-style: none; |
|
1430 } |
|
1431 |
|
1432 /* @end */ |
|
1433 |
|
1434 /* @group Links */ |
|
1435 |
|
1436 #wptouch-links a { |
|
1437 color: #222; |
|
1438 display: block; |
|
1439 background: url(../core/core-images/arrow.png) no-repeat right center; |
|
1440 padding: 10px 10% 10px 10px; |
|
1441 } |
|
1442 |
|
1443 #wptouch-links h2 { |
|
1444 color: #475d79; |
|
1445 text-shadow: #eee 1px 1px 0; |
|
1446 font-size: 15px; |
|
1447 font-weight: bold; |
|
1448 margin-bottom: 10px; |
|
1449 margin-left: 10px; |
|
1450 letter-spacing: 0; |
|
1451 border-style: none; |
|
1452 text-transform: capitalize; |
|
1453 margin-top: 20px; |
|
1454 } |
|
1455 |
|
1456 #wptouch-links ul { |
|
1457 -webkit-border-radius: 8px; |
|
1458 border: 1px solid #adadad; |
|
1459 background-color: #fff; |
|
1460 list-style-type: none; |
|
1461 margin: 10px; |
|
1462 padding: 0; |
|
1463 } |
|
1464 |
|
1465 #wptouch-links li { |
|
1466 border-bottom: 1px solid #ccc; |
|
1467 list-style-type: none; |
|
1468 font-weight: bold; |
|
1469 font-size: 13px; |
|
1470 color: #333; |
|
1471 display: block; |
|
1472 padding: 0; |
|
1473 margin: 0; |
|
1474 text-shadow: #fff 0 0 0; |
|
1475 } |
|
1476 |
|
1477 #wptouch-links li:first-child { |
|
1478 border-top-style: none; |
|
1479 } |
|
1480 |
|
1481 #wptouch-links li:last-child { |
|
1482 border-bottom-style: none; |
|
1483 } |
|
1484 |
|
1485 /* @end */ |
|
1486 |
|
1487 /* @group Photos */ |
|
1488 |
|
1489 #wptouch-flickr { |
|
1490 text-align: center; |
|
1491 width: auto; |
|
1492 } |
|
1493 |
|
1494 #wptouch-flickr img { |
|
1495 padding: 1px; |
|
1496 background-color: #ccc; |
|
1497 margin: 5px; |
|
1498 width: 55px; |
|
1499 height: 55px; |
|
1500 } |
|
1501 |
|
1502 /* @end */ |
|
1503 |
|
1504 /* @group 404 */ |
|
1505 |
|
1506 #fourohfour { |
|
1507 -webkit-border-radius: 8px; |
|
1508 border: 1px solid #adadad; |
|
1509 background-color: #fff; |
|
1510 text-align: center; |
|
1511 margin: 10px; |
|
1512 padding: 10px; |
|
1513 } |
|
1514 |
|
1515 /* @end */ |
|
1516 |
|
1517 /* @end */ |
|
1518 |
|
1519 /* @group Comments */ |
|
1520 |
|
1521 ol#commentlist { |
|
1522 list-style-type: none; |
|
1523 display: none; |
|
1524 margin: 0 10px 0; |
|
1525 position: relative; |
|
1526 z-index: 1; |
|
1527 padding-right: 0; |
|
1528 padding-bottom: 0; |
|
1529 padding-left: 0; |
|
1530 } |
|
1531 |
|
1532 ol.commentlist li { |
|
1533 background-color: #fff; |
|
1534 padding: 10px; |
|
1535 border-bottom: 1px solid #dedede; |
|
1536 margin: 0; |
|
1537 overflow: hidden; |
|
1538 font-size: 12px; |
|
1539 border-right: 1px solid #b1b1b1; |
|
1540 border-left: 1px solid #b1b1b1; |
|
1541 position: relative; |
|
1542 } |
|
1543 |
|
1544 h3#com-head { |
|
1545 font-weight: bold; |
|
1546 font-size: 13px; |
|
1547 -webkit-border-radius: 8px; |
|
1548 text-shadow: #fff 0 1px 0; |
|
1549 margin-left: 10px; |
|
1550 margin-right: 10px; |
|
1551 border: 1px solid #b1b1b1; |
|
1552 background: #fff; |
|
1553 position: relative; |
|
1554 z-index: 1; |
|
1555 padding-top: 10px; |
|
1556 padding-bottom: 10px; |
|
1557 padding-left: 10px; |
|
1558 cursor: pointer; |
|
1559 display: block; |
|
1560 } |
|
1561 |
|
1562 h3#com-head img#com-arrow { |
|
1563 margin-right: 5px; |
|
1564 position: relative; |
|
1565 top: 1px; |
|
1566 -webkit-transform: scale(1.0) rotate(0deg); |
|
1567 -webkit-transition-duration: 0.6s; |
|
1568 } |
|
1569 |
|
1570 .comhead-open { |
|
1571 -webkit-border-bottom-left-radius: 0px !important; |
|
1572 -webkit-border-bottom-right-radius: 0px !important; |
|
1573 margin-bottom: -1px; |
|
1574 background-color: #eee !important; |
|
1575 } |
|
1576 |
|
1577 .com-arrow-down { |
|
1578 -webkit-transform: scale(1.0) rotate(90deg) !important; |
|
1579 -webkit-transition-duration: 0.6s !important; |
|
1580 } |
|
1581 |
|
1582 ol.commentlist li:first-child { |
|
1583 border-top: 1px solid #b1b1b1; |
|
1584 } |
|
1585 |
|
1586 ol.commentlist li:last-child { |
|
1587 border-bottom: 1px solid #b1b1b1; |
|
1588 -webkit-border-bottom-left-radius: 8px; |
|
1589 -webkit-border-bottom-right-radius: 8px; |
|
1590 } |
|
1591 |
|
1592 ol.commentlist li .avatar { |
|
1593 float: left; |
|
1594 border-right: 1px solid #f9f9f9; |
|
1595 margin-right: 5px; |
|
1596 } |
|
1597 |
|
1598 ol.commentlist li ul { |
|
1599 padding: 0; |
|
1600 margin: 0; |
|
1601 list-style-type: none; |
|
1602 } |
|
1603 |
|
1604 ol.commentlist .parent { |
|
1605 background-color: #fefdec; |
|
1606 } |
|
1607 |
|
1608 ol.commentlist .parent ul.children li { |
|
1609 border: 1px solid #ddd; |
|
1610 background-color: #e9f8fd; |
|
1611 -webkit-border-radius: 8px; |
|
1612 } |
|
1613 |
|
1614 ol.commentlist ul.children .parent ul.children li.alt { |
|
1615 border: 1px solid #ddd; |
|
1616 background-color: #fff; |
|
1617 padding: 10px; |
|
1618 margin: 10px 0 0; |
|
1619 -webkit-border-radius: 8px; |
|
1620 } |
|
1621 |
|
1622 ol.commentlist ul.children .parent ul.children li.even { |
|
1623 border: 1px solid #ddd !important; |
|
1624 background-color: #f9fbf6; |
|
1625 padding: 10px; |
|
1626 margin: 10px 0 0; |
|
1627 -webkit-border-radius: 8px; |
|
1628 } |
|
1629 |
|
1630 ol.commentlist .reply a, .comdater { |
|
1631 position: absolute; |
|
1632 top: 6px; |
|
1633 right: 5px; |
|
1634 font-weight: bold; |
|
1635 font-size: 10px; |
|
1636 background-color: #e5e5e5; |
|
1637 padding: 1px 5px; |
|
1638 border: 1px solid #fff; |
|
1639 -webkit-border-radius: 3px; |
|
1640 text-shadow: #fff 0 1px 0px; |
|
1641 } |
|
1642 |
|
1643 ol.commentlist .comdater span { |
|
1644 margin-right: 3px; |
|
1645 border-right: 1px solid #fefefe; |
|
1646 display: inline-block; |
|
1647 } |
|
1648 |
|
1649 ol.commentlist .comdater span a { |
|
1650 padding-right: 7px; |
|
1651 } |
|
1652 |
|
1653 ol.commentlist .comdater span a:last-child { |
|
1654 border-right: 1px solid #ccc; |
|
1655 display: inline-block; |
|
1656 } |
|
1657 |
|
1658 ol.commentlist .comment-author { |
|
1659 font-weight: bold; |
|
1660 } |
|
1661 |
|
1662 ol.commentlist .comment-meta a { |
|
1663 font-size: 11px; |
|
1664 color: #999; |
|
1665 } |
|
1666 |
|
1667 .navigation.commentnav { |
|
1668 height: 17px; |
|
1669 padding-right: 0; |
|
1670 padding-top: 10px; |
|
1671 padding-left: 10px; |
|
1672 } |
|
1673 |
|
1674 .navigation.commentnav .alignright a { |
|
1675 background-repeat: no-repeat; |
|
1676 background-position: right -26px; |
|
1677 padding-right: 35px; |
|
1678 } |
|
1679 |
|
1680 .navigation.commentnav .alignleft a { |
|
1681 background-repeat: no-repeat; |
|
1682 background-position: left -46px; |
|
1683 padding-left: 25px; |
|
1684 } |
|
1685 |
|
1686 .comtop { |
|
1687 background-color: #f5f5f5; |
|
1688 padding-left: 0; |
|
1689 padding-bottom: 15px; |
|
1690 border-bottom: 1px solid #dedede; |
|
1691 margin-top: -10px; |
|
1692 margin-left: -10px; |
|
1693 margin-right: -10px; |
|
1694 height: 17px; |
|
1695 } |
|
1696 |
|
1697 .com-author a { |
|
1698 font-weight: bold; |
|
1699 text-transform: capitalize; |
|
1700 font-size: 13px; |
|
1701 text-shadow: #fff 0 1px 0; |
|
1702 -webkit-border-top-right-radius: 0px; |
|
1703 } |
|
1704 |
|
1705 .com-author { |
|
1706 font-weight: bold; |
|
1707 text-transform: capitalize; |
|
1708 font-size: 13px; |
|
1709 position: relative; |
|
1710 text-shadow: #fff 0 1px 0; |
|
1711 -webkit-border-top-right-radius: 0px; |
|
1712 padding-left: 10px; |
|
1713 padding-top: 7px; |
|
1714 } |
|
1715 |
|
1716 /* |
|
1717 |
|
1718 @end */ |
|
1719 |
|
1720 /* @group Leaving A Comment */ |
|
1721 |
|
1722 h3#comments, h3#respond { |
|
1723 color: #475d79; |
|
1724 text-shadow: #eee 1px 1px 0; |
|
1725 letter-spacing: -1px; |
|
1726 font-size: 17px; |
|
1727 padding-left: 10px; |
|
1728 padding-top: 20px; |
|
1729 } |
|
1730 |
|
1731 .preview { |
|
1732 background-color: #fdeeab; |
|
1733 color: #bf7b20; |
|
1734 font-weight: bold; |
|
1735 text-shadow: #fff 0 1px 1px; |
|
1736 font-size: 11px; |
|
1737 } |
|
1738 |
|
1739 .preview span { |
|
1740 position: absolute; |
|
1741 right: 62px; |
|
1742 top: 8px; |
|
1743 } |
|
1744 |
|
1745 p.logged { |
|
1746 color: #475d79; |
|
1747 text-shadow: #eee 1px 1px 0; |
|
1748 font-size: 11px; |
|
1749 font-weight: bold; |
|
1750 position: relative; |
|
1751 top: 2px; |
|
1752 margin-top: 35px; |
|
1753 } |
|
1754 |
|
1755 form#commentform { |
|
1756 margin-left: 10px; |
|
1757 margin-right: 10px; |
|
1758 } |
|
1759 |
|
1760 form#commentform input { |
|
1761 -webkit-border-radius: 8px; |
|
1762 border: 1px solid #adadad; |
|
1763 padding: 3px; |
|
1764 margin: 0; |
|
1765 font-size: 13px; |
|
1766 color: #444; |
|
1767 width: 170px; |
|
1768 } |
|
1769 |
|
1770 form#commentform input#submit { |
|
1771 color: #555; |
|
1772 font-weight: bold; |
|
1773 width: 25%; |
|
1774 opacity: 1; |
|
1775 background-color: #eee; |
|
1776 border: 1px solid #aaa; |
|
1777 text-shadow: #fff 0 1px 0; |
|
1778 } |
|
1779 |
|
1780 textarea#comment { |
|
1781 -webkit-border-radius: 8px; |
|
1782 border: 1px solid #adadad; |
|
1783 font-size: 13px; |
|
1784 color: #444; |
|
1785 height: 110px; |
|
1786 width: 98%; |
|
1787 padding: 3px; |
|
1788 } |
|
1789 |
|
1790 #loading { |
|
1791 position: relative; |
|
1792 background-color: #dedede; |
|
1793 -webkit-border-radius: 8px; |
|
1794 border: 1px solid #9fa5ac; |
|
1795 opacity: 0.85; |
|
1796 z-index: 9; |
|
1797 margin: 0; |
|
1798 bottom: 166px; |
|
1799 text-align: center; |
|
1800 width: 98%; |
|
1801 height: 64px; |
|
1802 max-width: 453px; |
|
1803 padding: 50px 3px 2px; |
|
1804 } |
|
1805 |
|
1806 #loading p { |
|
1807 display: inline; |
|
1808 position: relative; |
|
1809 bottom: 3px; |
|
1810 left: 3px; |
|
1811 text-shadow: #fff 0 1px 0; |
|
1812 font-size: 12px; |
|
1813 color: #2f4e71; |
|
1814 font-weight: bold; |
|
1815 } |
|
1816 |
|
1817 form#commentform label { |
|
1818 color: #475d79; |
|
1819 text-shadow: #eee 1px 1px 0; |
|
1820 font-size: 12px; |
|
1821 font-weight: bold; |
|
1822 } |
|
1823 |
|
1824 #refresher { |
|
1825 -webkit-border-radius: 8px; |
|
1826 padding: 10px 10px 10px 18px; |
|
1827 border: 1px solid #b1b1b1; |
|
1828 background-color: #e9f5f8; |
|
1829 color: #475d79; |
|
1830 font-weight: bold; |
|
1831 margin-left: 10px; |
|
1832 margin-right: 10px; |
|
1833 text-shadow: #f5f5f5 0 1px 1px; |
|
1834 margin-top: 20px; |
|
1835 } |
|
1836 |
|
1837 #refresher img { |
|
1838 float: left; |
|
1839 margin-right: 3px; |
|
1840 margin-left: -10px; |
|
1841 } |
|
1842 |
|
1843 #refresher h3 { |
|
1844 padding: 0; |
|
1845 margin: 0 0 5px; |
|
1846 color: #475d79; |
|
1847 text-shadow: #f5f5f5 0 1px 1px; |
|
1848 } |
|
1849 |
|
1850 p.subscribe-to-comments { |
|
1851 padding: 8px; |
|
1852 -webkit-border-radius: 8px; |
|
1853 background-color: #eee; |
|
1854 border: 1px solid #adadad; |
|
1855 } |
|
1856 |
|
1857 p.subscribe-to-comments label { |
|
1858 text-shadow: #fff 0 1px 0 !important; |
|
1859 color: #333 !important; |
|
1860 } |
|
1861 |
|
1862 p.subscribe-to-comments input#subscribe { |
|
1863 padding-right: 3px; |
|
1864 vertical-align: top; |
|
1865 } |
|
1866 |
|
1867 /* |
|
1868 |
|
1869 @end */ |
|
1870 |
|
1871 /* @group Text Options */ |
|
1872 |
|
1873 .full-justified { |
|
1874 text-align: justify; |
|
1875 } |
|
1876 |
|
1877 .left-justifed { |
|
1878 text-align: left; |
|
1879 } |
|
1880 |
|
1881 .small-text { |
|
1882 font-size: 1.1em; |
|
1883 } |
|
1884 |
|
1885 .medium-text { |
|
1886 font-size: 1.2em; |
|
1887 } |
|
1888 |
|
1889 .large-text { |
|
1890 font-size: 1.3em; |
|
1891 } |
|
1892 |
|
1893 /* @end */ |
|
1894 |
|
1895 /* @group Background Options */ |
|
1896 |
|
1897 .classic-wptouch-bg { |
|
1898 background: url(../core/core-images/pinstripes-classic.gif) repeat; |
|
1899 } |
|
1900 |
|
1901 .argyle-wptouch-bg { |
|
1902 background: url(../core/core-images/argyle-tie.gif) repeat; |
|
1903 } |
|
1904 |
|
1905 .horizontal-wptouch-bg { |
|
1906 background: url(../core/core-images/pinstripes-horizontal.gif) repeat; |
|
1907 } |
|
1908 |
|
1909 .diagonal-wptouch-bg { |
|
1910 background: url(../core/core-images/pinstripes-diagonal.gif) repeat; |
|
1911 } |
|
1912 |
|
1913 .skated-wptouch-bg { |
|
1914 background: url(../core/core-images/skated-concrete.gif) repeat; |
|
1915 } |
|
1916 |
|
1917 .grid-wptouch-bg { |
|
1918 background: url(../core/core-images/grid.gif) repeat; |
|
1919 } |
|
1920 |
|
1921 /* @end */ |
|
1922 |
|
1923 /* @group Footer */ |
|
1924 |
|
1925 #footer { |
|
1926 text-align: center; |
|
1927 color: #475d79; |
|
1928 font-size: 10px; |
|
1929 font-weight: bold; |
|
1930 text-shadow: #eee 1px 1px 0; |
|
1931 margin-top: 60px; |
|
1932 line-height: 13px; |
|
1933 padding: 0 0 10px; |
|
1934 } |
|
1935 |
|
1936 #footer p { |
|
1937 margin: 0; |
|
1938 padding: 0 25px 5px; |
|
1939 } |
|
1940 |
|
1941 /* @group Switch Link */ |
|
1942 |
|
1943 #wptouch-switch-link { |
|
1944 -webkit-border-radius: 8px; |
|
1945 border: 1px solid #adadad; |
|
1946 margin-right: 10px; |
|
1947 margin-left: 10px; |
|
1948 margin-bottom: 20px; |
|
1949 position: relative; |
|
1950 max-width: 300px; |
|
1951 padding: 13px 10px 12px 8px; |
|
1952 color: #222; |
|
1953 text-shadow: #fff 0 0 0; |
|
1954 font-size: 13px; |
|
1955 text-align: left; |
|
1956 background-color: #fff; |
|
1957 } |
|
1958 |
|
1959 #wptouch-switch-link a { |
|
1960 position: relative; |
|
1961 display: block; |
|
1962 width: 77px; |
|
1963 background: url(../core/core-images/onoff.jpg) no-repeat left top; |
|
1964 height: 22px; |
|
1965 float: right; |
|
1966 left: 2px; |
|
1967 bottom: 5px; |
|
1968 } |
|
1969 |
|
1970 .offimg { |
|
1971 width: 77px; |
|
1972 background: url(../core/core-images/onoff.jpg) no-repeat 0 -22px !important; |
|
1973 height: 22px; |
|
1974 } |
|
1975 |
|
1976 /* @end */ |
|
1977 |
|
1978 /* @end */ |
|
1979 |
|
1980 /* @group Compatibility CSS */ |
|
1981 |
|
1982 /* @group AddThis / Tweet This */ |
|
1983 |
|
1984 .addthis_container { |
|
1985 display: none !important; |
|
1986 } |
|
1987 |
|
1988 a.tt { |
|
1989 display: none !important; |
|
1990 } |
|
1991 |
|
1992 /* @end */ |
|
1993 |
|
1994 /* @group Intense Debate */ |
|
1995 |
|
1996 /* @end */ |
|
1997 |
|
1998 /* @group Peter's Anti Spam Support */ |
|
1999 |
|
2000 #secureimgdiv img#cas_image { |
|
2001 -webkit-border-radius: 2px !important; |
|
2002 border: 1px solid #adadad !important; |
|
2003 width: auto !important; |
|
2004 height: 21px !important; |
|
2005 float: left !important; |
|
2006 } |
|
2007 |
|
2008 #secureimgdiv p label { |
|
2009 color: #475d79; |
|
2010 text-shadow: #eee 1px 1px 0; |
|
2011 font-size: 14px; |
|
2012 font-weight: bold; |
|
2013 } |
|
2014 |
|
2015 #secureimgdiv p small { |
|
2016 display: block; |
|
2017 margin-top: 5px; |
|
2018 font-size: 11px; |
|
2019 text-align: justify; |
|
2020 } |
|
2021 |
|
2022 #secureimgdiv p input#securitycode { |
|
2023 -webkit-border-radius: 8px; |
|
2024 border: 1px solid #adadad; |
|
2025 padding: 3px; |
|
2026 margin: 0 0 0 0; |
|
2027 font-size: 13px; |
|
2028 color: #444; |
|
2029 width: 101px; |
|
2030 -webkit-border-top-left-radius: 1px; |
|
2031 -webkit-border-bottom-left-radius: 1px; |
|
2032 } |
|
2033 |
|
2034 /* @end */ |
|
2035 |
|
2036 /* @group YouTube Plugin */ |
|
2037 |
|
2038 .post object, .post embed { |
|
2039 width: 100% !important; |
|
2040 height: auto; |
|
2041 position: relative; |
|
2042 z-index: 0; |
|
2043 } |
|
2044 |
|
2045 /* @end */ |
|
2046 |
|
2047 /* @group Ribbon Manager Plugin Override */ |
|
2048 |
|
2049 a#ribbon { |
|
2050 display: none !important; |
|
2051 } |
|
2052 |
|
2053 /* @end */ |
|
2054 |
|
2055 /* @group Disqus */ |
|
2056 |
|
2057 #disqus_thread .dsq-auth-header { |
|
2058 margin-top: -35px; |
|
2059 } |
|
2060 |
|
2061 h3#dsq-add-new-comment { |
|
2062 color: #475d79; |
|
2063 text-shadow: #eee 2px 1px 1px; |
|
2064 letter-spacing: -1px; |
|
2065 font-size: 16px; |
|
2066 position: relative; |
|
2067 bottom: 10px; |
|
2068 } |
|
2069 |
|
2070 .dsq-by img { |
|
2071 display: none; |
|
2072 } |
|
2073 |
|
2074 .dsq-authenticated-pic img.dsq-post-avatar { |
|
2075 width: 24px; |
|
2076 height: 24px; |
|
2077 } |
|
2078 |
|
2079 #disqus_thread { |
|
2080 -webkit-border-radius: 8px; |
|
2081 border: 1px solid #adadad; |
|
2082 background-color: #fff; |
|
2083 padding: 10px; |
|
2084 margin-left: 10px; |
|
2085 margin-right: 10px; |
|
2086 margin-top: 50px; |
|
2087 } |
|
2088 |
|
2089 #disqus_thread .dsq-authenticated ul li { |
|
2090 font-weight: bold; |
|
2091 position: relative; |
|
2092 left: 5px; |
|
2093 } |
|
2094 |
|
2095 #disqus_thread a#dsq-options-toggle { |
|
2096 float: right; |
|
2097 } |
|
2098 |
|
2099 a.dsq-brlink { |
|
2100 text-align: center; |
|
2101 display: block; |
|
2102 margin-top: 15px; |
|
2103 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
|
2104 } |
|
2105 |
|
2106 /* @end */ |
|
2107 |
|
2108 /* @end */ |
|
2109 |
|
2110 /* @group WPtouch Adsense area */ |
|
2111 |
|
2112 #adsense-area { |
|
2113 height: 50px; |
|
2114 overflow: none; |
|
2115 margin-bottom: 12px; |
|
2116 background: transparent; |
|
2117 } |
|
2118 |
|
2119 #adsense-area iframe { |
|
2120 height: 50px!important; |
|
2121 overflow: none; |
|
2122 } |
|
2123 |
|
2124 /* @end */ |
|
2125 |
|
2126 /* @group Intense Debate */ |
|
2127 |
|
2128 #idc-container-parent { |
|
2129 background-color: white; |
|
2130 margin-left: 10px; |
|
2131 margin-right: 10px; |
|
2132 -webkit-border-radius: 8px; |
|
2133 border: 1px solid #adadad; |
|
2134 overflow: hidden; |
|
2135 font: 12px Helvetica !important; |
|
2136 position: relative !important; |
|
2137 } |
|
2138 |
|
2139 #idc-container-parent .idc-c-t { |
|
2140 padding: 9px; |
|
2141 } |
|
2142 |
|
2143 #idc-container-parent .idc-c-b { |
|
2144 padding-left: 5px; |
|
2145 } |
|
2146 |
|
2147 #idc-container-parent ul#IDCPostNav li { |
|
2148 font-size: 11px !important; |
|
2149 } |
|
2150 |
|
2151 #idc-container-parent .idc-new { |
|
2152 padding-left: 10px !important; |
|
2153 padding-right: 10px !important; |
|
2154 } |
|
2155 |
|
2156 #idc-container-parent .idc-head h3, #idc-container-parent .idc-new h3 { |
|
2157 color: #475d79; |
|
2158 text-shadow: #eee 2px 1px 1px; |
|
2159 letter-spacing: -1px; |
|
2160 font-size: 16px; |
|
2161 position: relative; |
|
2162 bottom: 10px; |
|
2163 padding-left: 10px; |
|
2164 } |
|
2165 |
|
2166 #idc-container-parent .idc-right { |
|
2167 margin-top: -10px; |
|
2168 padding-right: 10px; |
|
2169 } |
|
2170 |
|
2171 #idc-container-parent textarea { |
|
2172 width: 91% !important; |
|
2173 } |
|
2174 |
|
2175 #idc-container-parent .idc-column { |
|
2176 display: block; |
|
2177 clear: both; |
|
2178 width: 94% !important; |
|
2179 } |
|
2180 |
|
2181 #idc-container-parent form input { |
|
2182 max-width: 100px; |
|
2183 } |
|
2184 |
|
2185 #idc-container-parent form div { |
|
2186 margin-bottom: 10px; |
|
2187 } |
|
2188 |
|
2189 #idc-container-parent #IDNewThreadSubmitLI.idc-right { |
|
2190 position: absolute; |
|
2191 } |
|
2192 |
|
2193 #idc-container-parent label.idc-nofloat { |
|
2194 display: none; |
|
2195 } |
|
2196 |
|
2197 /* @end */ |
|
2198 |
|
2199 /* @group No Script Overlay */ |
|
2200 |
|
2201 #noscript-wrap { |
|
2202 width: 100%; |
|
2203 height: 100%; |
|
2204 position: absolute; |
|
2205 top: 0; |
|
2206 left: 0; |
|
2207 background-color: #eee; |
|
2208 z-index: 1000; |
|
2209 opacity: 0.9; |
|
2210 } |
|
2211 |
|
2212 #noscript { |
|
2213 color: #ddd; |
|
2214 display: block; |
|
2215 height: 54%; |
|
2216 text-shadow: #000000 -1px -1px 0; |
|
2217 -webkit-border-radius: 15px; |
|
2218 -webkit-box-shadow: #444 0px 0px 15px; |
|
2219 width: auto; |
|
2220 padding-right: 25px; |
|
2221 padding-left: 25px; |
|
2222 background: #0d0d0d url(../../images/saved.png) no-repeat center top; |
|
2223 padding-top: 110px; |
|
2224 text-align: center; |
|
2225 border: 3px solid #444; |
|
2226 font: 14px Helvetica, Arial, sans-serif; |
|
2227 margin: 25px; |
|
2228 } |
|
2229 |
|
2230 /* @end */ |
|
2231 |
|
2232 /* @group Post Thumbnails (2.9 only) */ |
|
2233 |
|
2234 .wptouch-post-thumb-wrap { |
|
2235 background: url(../core/core-images/top-left.png) no-repeat; |
|
2236 position: relative; |
|
2237 margin-right: 8px; |
|
2238 -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.85, transparent), to(white)); |
|
2239 display: block; |
|
2240 margin-bottom: 4px; |
|
2241 width: 46px; |
|
2242 height: 46px; |
|
2243 float: left; |
|
2244 } |
|
2245 |
|
2246 .wptouch-post-thumb img { |
|
2247 width: 46px; |
|
2248 height: 46px; |
|
2249 } |
|
2250 |
|
2251 .wptouch-post-thumb-wrap .thumb-top-left { |
|
2252 position: absolute; |
|
2253 top: 0; |
|
2254 left: 0; |
|
2255 height: 9px; |
|
2256 width: 9px; |
|
2257 background: url(../core/core-images/thumb-corners.png) no-repeat 0 0; |
|
2258 } |
|
2259 |
|
2260 .wptouch-post-thumb-wrap .thumb-top-right { |
|
2261 position: absolute; |
|
2262 top: 0; |
|
2263 right: 0; |
|
2264 width: 9px; |
|
2265 height: 9px; |
|
2266 background: url(../core/core-images/thumb-corners.png) no-repeat right top; |
|
2267 } |
|
2268 |
|
2269 .wptouch-post-thumb-wrap .thumb-bottom-left { |
|
2270 position: absolute; |
|
2271 bottom: 0; |
|
2272 left: 0; |
|
2273 width: 9px; |
|
2274 height: 9px; |
|
2275 background: url(../core/core-images/thumb-corners.png) no-repeat 0 -9px; |
|
2276 } |
|
2277 |
|
2278 .wptouch-post-thumb-wrap .thumb-bottom-right { |
|
2279 position: absolute; |
|
2280 bottom: 0; |
|
2281 right: 0; |
|
2282 width: 9px; |
|
2283 height: 9px; |
|
2284 background: url(../core/core-images/thumb-corners.png) 9px -9px; |
|
2285 } |
|
2286 |
|
2287 /* @end */ |