1 | /*
|
---|
2 | Theme Name: XPressMU HOME Themes
|
---|
3 | Theme URI: http://trac.xpressme.info/XPressME
|
---|
4 | Description: The theme for XPressMU (XPressME included WordPress MU)
|
---|
5 | Version: 1.6
|
---|
6 | Author: toemon
|
---|
7 | Author URI: http://www.toemon.com/
|
---|
8 | Tags: none color, xpressme default, variable width, two columns, widgets
|
---|
9 |
|
---|
10 | */
|
---|
11 |
|
---|
12 | #xpress_page {
|
---|
13 | padding: 0;
|
---|
14 | width: 100%;
|
---|
15 | margin: 0;
|
---|
16 | text-align:left;
|
---|
17 | }
|
---|
18 |
|
---|
19 | #xpress_page .clear {
|
---|
20 | clear: both;
|
---|
21 | }
|
---|
22 |
|
---|
23 | #xpress_page h1 {
|
---|
24 | padding-top: 20px;
|
---|
25 | margin: 0 0 5px;
|
---|
26 | font-size: 18px;
|
---|
27 | }
|
---|
28 |
|
---|
29 | #xpress_page h2 {
|
---|
30 | font-size: 16px;
|
---|
31 | }
|
---|
32 |
|
---|
33 | #xpress_page h3 {
|
---|
34 | padding: 0;
|
---|
35 | margin: 0;
|
---|
36 | }
|
---|
37 |
|
---|
38 | #xpress_page h3 {
|
---|
39 | font-size: 14px;
|
---|
40 | }
|
---|
41 |
|
---|
42 | #xpress_page small {
|
---|
43 | font-family: Arial, Helvetica, Sans-Serif;
|
---|
44 | color: #777;
|
---|
45 | font-size: 0.8em;
|
---|
46 | line-height: 1.5em;
|
---|
47 | }
|
---|
48 |
|
---|
49 | #xpress_page code {
|
---|
50 | font-size: 1.1em;
|
---|
51 | }
|
---|
52 |
|
---|
53 | #xpress_page select {
|
---|
54 | width: 130px;
|
---|
55 | }
|
---|
56 |
|
---|
57 | #xpress_page .hidden {
|
---|
58 | display: none;
|
---|
59 | }
|
---|
60 |
|
---|
61 |
|
---|
62 | #xpress_page a img {
|
---|
63 | border: none;
|
---|
64 | }
|
---|
65 |
|
---|
66 | #xpress_page .center {
|
---|
67 | text-align: center;
|
---|
68 | }
|
---|
69 |
|
---|
70 |
|
---|
71 | #xpress_wrap {
|
---|
72 | float: left;
|
---|
73 | width: 100%;
|
---|
74 | margin-right: -205px;
|
---|
75 | }
|
---|
76 |
|
---|
77 | #xpress_content {
|
---|
78 | font-size: 1.0em;
|
---|
79 | padding: 0px;
|
---|
80 | }
|
---|
81 |
|
---|
82 | #xpress_content.narrowcolumn {
|
---|
83 | margin-right: 200px;
|
---|
84 | }
|
---|
85 |
|
---|
86 |
|
---|
87 | /* Begin Header Menu */
|
---|
88 |
|
---|
89 | #xpress-header-bar {
|
---|
90 | clear: both;
|
---|
91 | }
|
---|
92 | #xpress-header-bar-top {
|
---|
93 | height: 32px;
|
---|
94 | margin-bottom: 16px;
|
---|
95 | }
|
---|
96 | #xpress-header-bar-top img{
|
---|
97 | vertical-align: top;
|
---|
98 | }
|
---|
99 | #xpress-header-bar #xpress-header-bar-top .xpress-header-title {
|
---|
100 | float: left;
|
---|
101 | font-size: 16px;
|
---|
102 | }
|
---|
103 | #xpress-header-bar #xpress-header-bar-top .xpress-conditional-title {
|
---|
104 | font-size: 14px;
|
---|
105 | margin-bottom: 20px;
|
---|
106 |
|
---|
107 | }
|
---|
108 |
|
---|
109 | #xpress-header-bar .xpress-description {
|
---|
110 | clear: both;
|
---|
111 | font-size: 12px;
|
---|
112 | float: left;
|
---|
113 | }
|
---|
114 |
|
---|
115 | #xpress-header-bar .xpress-operation-link {
|
---|
116 | font-size: 12px;
|
---|
117 | text-align: right;
|
---|
118 | }
|
---|
119 | /* End Header Menu */
|
---|
120 |
|
---|
121 |
|
---|
122 | /* Begin Border line */
|
---|
123 | .xpress-border {
|
---|
124 | clear: both;
|
---|
125 | display: block;
|
---|
126 | }
|
---|
127 | /* End Border lin */
|
---|
128 |
|
---|
129 |
|
---|
130 | /* Begin Navi */
|
---|
131 | .xpress-navi-bar {
|
---|
132 | clear: both;
|
---|
133 | display: block;
|
---|
134 | }
|
---|
135 |
|
---|
136 | .xpress_pagenavi {
|
---|
137 | display: block;
|
---|
138 | margin: 0 auto;
|
---|
139 | padding: 5px 0;
|
---|
140 | text-align: right;
|
---|
141 | }
|
---|
142 | /* End Navi */
|
---|
143 |
|
---|
144 |
|
---|
145 | /* Begin Post */
|
---|
146 | .xpress-post {
|
---|
147 | width: 100%;
|
---|
148 | margin: 0px;
|
---|
149 | padding-top:20px;
|
---|
150 | clear: both;
|
---|
151 | }
|
---|
152 | .xpress-post h2 {
|
---|
153 | margin: 0;
|
---|
154 | }
|
---|
155 | .xpress-post hr {
|
---|
156 | display: block;
|
---|
157 | }
|
---|
158 |
|
---|
159 | .xpress-post .xpress-post-header{
|
---|
160 | text-align: left;
|
---|
161 | font-size: 0.8em;
|
---|
162 |
|
---|
163 | }
|
---|
164 |
|
---|
165 | .xpress-post .xpress-post-entry {
|
---|
166 | clear: both;
|
---|
167 | padding-left: 20px;
|
---|
168 |
|
---|
169 | }
|
---|
170 |
|
---|
171 | .xpress-post .xpress-link-pages {
|
---|
172 | padding-top:10px;
|
---|
173 | clear: both;
|
---|
174 | text-align: center;
|
---|
175 | }
|
---|
176 |
|
---|
177 | .xpress-post .xpress-post-footer{
|
---|
178 | text-align: right;
|
---|
179 | font-size: 0.8em;
|
---|
180 | margin-bottom: 10px;
|
---|
181 | }
|
---|
182 | /* End post */
|
---|
183 |
|
---|
184 |
|
---|
185 | /* Begin Pings */
|
---|
186 | #xpress-pings-block {
|
---|
187 | margin-top: 0px;
|
---|
188 | margin-bottom: 0px;
|
---|
189 | margin-left: 5px;
|
---|
190 | margin-right: 5px;
|
---|
191 | padding-top:0px;
|
---|
192 | padding-left:20px;
|
---|
193 | padding-right:5px;
|
---|
194 | padding-bottom:0px;
|
---|
195 | clear: both;
|
---|
196 | }
|
---|
197 | #xpress_pingslist ol{
|
---|
198 | font-size: 1em;
|
---|
199 | list-style-image:none;
|
---|
200 | list-style-position:inside;
|
---|
201 | list-style-type:none;
|
---|
202 | }
|
---|
203 | #xpress_pingslist li{
|
---|
204 | margin: 0px;
|
---|
205 | padding-top: 0px;
|
---|
206 | padding-bottom: 0px;
|
---|
207 | padding-left: 5px;
|
---|
208 | padding-right: 1px;
|
---|
209 | font-size: 1em;
|
---|
210 | list-style-image:none;
|
---|
211 | list-style-position:inside;
|
---|
212 | list-style-type:none;
|
---|
213 | }
|
---|
214 | .xpress_pings_status {
|
---|
215 | text-align: center;xpress_pings_status
|
---|
216 | margin: 0;
|
---|
217 | padding: 0;
|
---|
218 | }
|
---|
219 | /* End pings */
|
---|
220 |
|
---|
221 |
|
---|
222 | /* Begin Comment */
|
---|
223 | #xpress-comments-block {
|
---|
224 | margin-top: 0px;
|
---|
225 | margin-bottom: 5px;
|
---|
226 | margin-left: 5px;
|
---|
227 | margin-right: 5px;
|
---|
228 | padding-top:0px;
|
---|
229 | padding-left:20px;
|
---|
230 | padding-right:5px;
|
---|
231 | padding-bottom:10px;
|
---|
232 | clear: both;
|
---|
233 | }
|
---|
234 |
|
---|
235 | #xpress_commentlist {
|
---|
236 | margin: 0px;
|
---|
237 | padding-left: 20px;
|
---|
238 | }
|
---|
239 |
|
---|
240 | #xpress_commentlist ol{
|
---|
241 | font-size: 1em;
|
---|
242 | list-style-image:none;
|
---|
243 | list-style-position:inside;
|
---|
244 | list-style-type:none;
|
---|
245 | }
|
---|
246 |
|
---|
247 | #xpress_commentlist li{
|
---|
248 | margin: 0px;
|
---|
249 | padding-top: 5px;
|
---|
250 | padding-bottom: 0px;
|
---|
251 | padding-left: 5px;
|
---|
252 | padding-right: 1px;
|
---|
253 | font-size: 1em;
|
---|
254 | list-style-image:none;
|
---|
255 | list-style-position:inside;
|
---|
256 | list-style-type:none;
|
---|
257 | }
|
---|
258 |
|
---|
259 | #xpress_commentlist .even {
|
---|
260 | background:#F4F4F4 none repeat scroll 0 0;
|
---|
261 | margin-top: 4px;
|
---|
262 | padding-top: 0px;
|
---|
263 | padding-bottom: 4px;
|
---|
264 | padding-left: 10px;
|
---|
265 | padding-right:0px
|
---|
266 | }
|
---|
267 |
|
---|
268 | #xpress_commentlist .odd {
|
---|
269 | background:#EFEFEF none repeat scroll 0 0;
|
---|
270 | margin-top: 4px;
|
---|
271 | padding-top: 0px;
|
---|
272 | padding-bottom: 4px;
|
---|
273 | padding-left: 10px;
|
---|
274 | padding-right:0px
|
---|
275 | }
|
---|
276 |
|
---|
277 | #xpress_commentlist .avatar {
|
---|
278 | float: right;
|
---|
279 | border: 1px solid #eee;
|
---|
280 | padding: 2px;
|
---|
281 | background: #efefef;
|
---|
282 | }
|
---|
283 |
|
---|
284 | #xpress_commentlist cite, .commentlist cite a {
|
---|
285 | font-weight: bold;
|
---|
286 | font-style: normal;
|
---|
287 | font-size: 1.1em;
|
---|
288 | }
|
---|
289 |
|
---|
290 | #xpress-comment-form {
|
---|
291 | margin: 0px;
|
---|
292 | padding-top: 0px;
|
---|
293 | padding-bottom: 0px;
|
---|
294 | padding-left: 20px;
|
---|
295 | padding-right: 5px;
|
---|
296 | font-size: 18px;
|
---|
297 |
|
---|
298 | }
|
---|
299 |
|
---|
300 | #xpress-respond {
|
---|
301 | margin: 0px;
|
---|
302 | padding-top: 10px;
|
---|
303 | padding-bottom: 5px;
|
---|
304 | padding-left: 0px;
|
---|
305 | padding-right: 0px;
|
---|
306 | }
|
---|
307 |
|
---|
308 | #xpress-comment-user {
|
---|
309 | margin: 0px;
|
---|
310 | padding-top: 0px;
|
---|
311 | padding-bottom: 0px;
|
---|
312 | padding-left: 20px;
|
---|
313 | padding-right: 0px;
|
---|
314 | }
|
---|
315 |
|
---|
316 | #xpress-comment-form .xpress-comment-submit{
|
---|
317 | margin: 0px;
|
---|
318 | padding-top: 5px;
|
---|
319 | padding-bottom: 0px;
|
---|
320 | padding-left: 0px;
|
---|
321 | padding-right: 0px;
|
---|
322 | font-size: 12px;
|
---|
323 |
|
---|
324 | }
|
---|
325 |
|
---|
326 | .nocomments {
|
---|
327 | text-align: center;
|
---|
328 | margin: 0;
|
---|
329 | padding: 0;
|
---|
330 | }
|
---|
331 | /* End Comments */
|
---|
332 |
|
---|
333 |
|
---|
334 | /* Begin Footer Title */
|
---|
335 | #xpress_footer {
|
---|
336 | padding-top: 0px;
|
---|
337 | margin: 0 auto;
|
---|
338 | width: 100%;
|
---|
339 | clear: both;
|
---|
340 | text-align: center;
|
---|
341 | }
|
---|
342 | #xpress_footer p {
|
---|
343 | font-size: 0.9em;
|
---|
344 | }
|
---|
345 |
|
---|
346 | #xpress_footer .xpress_rss {
|
---|
347 | margin: 0;
|
---|
348 | padding: 0;
|
---|
349 | text-align: right;
|
---|
350 | }
|
---|
351 |
|
---|
352 | #xpress_footer .xpress_credit {
|
---|
353 | margin: 0;
|
---|
354 | padding: 0;
|
---|
355 | text-align: center;
|
---|
356 | font-size: 10px;
|
---|
357 | color: #BDBDBD;
|
---|
358 | }
|
---|
359 |
|
---|
360 | #xpress_footer .xpress_credit a {
|
---|
361 | font-size: 10px;
|
---|
362 | color: #BDBDBD;
|
---|
363 | }
|
---|
364 | /* End Footer Title */
|
---|
365 |
|
---|
366 |
|
---|
367 | /* Begin Sidebar */
|
---|
368 | #xpress_sidebar {
|
---|
369 | float: right;
|
---|
370 | display:inline;
|
---|
371 | margin-top: 0px;
|
---|
372 | margin-bottom: 0px;
|
---|
373 | margin-left: 10px;
|
---|
374 | margin-right: 0px;
|
---|
375 | padding-top: 0px;
|
---|
376 | padding-bottom: 0px;
|
---|
377 | padding-left: 100px
|
---|
378 | padding-right: 0px
|
---|
379 | font-size: 0.8em;
|
---|
380 | width: 180px;
|
---|
381 | }
|
---|
382 |
|
---|
383 | #xpress_sidebar h2 {
|
---|
384 | margin: 5px 0 0;
|
---|
385 | padding: 0;
|
---|
386 | font-size: 14px;
|
---|
387 | }
|
---|
388 |
|
---|
389 | #xpress_sidebar form {
|
---|
390 | margin: 0;
|
---|
391 | }
|
---|
392 |
|
---|
393 | #xpress_sidebar ul ul li:before {
|
---|
394 | content: "\00BB \0020";
|
---|
395 | }
|
---|
396 |
|
---|
397 | #xpress_sidebar ul, #xpress_sidebar ul ol {
|
---|
398 | margin: 0;
|
---|
399 | padding: 0;
|
---|
400 | list-style-type: none;
|
---|
401 | list-style-image: none;
|
---|
402 | list-style: none;
|
---|
403 | list-style-position:inside;
|
---|
404 | }
|
---|
405 |
|
---|
406 | #xpress_sidebar ul li {
|
---|
407 | list-style-type: none;
|
---|
408 | list-style-image: none;
|
---|
409 | margin-bottom: 15px;
|
---|
410 | }
|
---|
411 |
|
---|
412 | #xpress_sidebar ul p, #xpress_sidebar ul select {
|
---|
413 | margin: 5px 0 8px;
|
---|
414 | }
|
---|
415 |
|
---|
416 | #xpress_sidebar ul ul, #xpress_sidebar ul ol {
|
---|
417 | margin: 5px 0 0 10px;
|
---|
418 | }
|
---|
419 |
|
---|
420 | #xpress_sidebar ul ul ul, #xpress_sidebar ul ol {
|
---|
421 | margin: 0 0 0 10px;
|
---|
422 | }
|
---|
423 |
|
---|
424 |
|
---|
425 | #xpress_sidebar ul ul li, #xpress_sidebar ul ol li {
|
---|
426 | margin: 3px 0 0;
|
---|
427 | padding: 0;
|
---|
428 | }
|
---|
429 |
|
---|
430 | #xpress_sidebar #searchform {
|
---|
431 | margin: 0px ;
|
---|
432 | padding: 0px;
|
---|
433 | text-align: left;
|
---|
434 | }
|
---|
435 |
|
---|
436 | #xpress_sidebar #searchform #s {
|
---|
437 | width: 108px;
|
---|
438 | padding: 2px;
|
---|
439 | }
|
---|
440 |
|
---|
441 | #xpress_sidebar #searchsubmit {
|
---|
442 | padding: 1px;
|
---|
443 | }
|
---|
444 | /* End Sidebar */
|
---|
445 |
|
---|
446 |
|
---|
447 | /* Begin Calendar */
|
---|
448 | #wp-calendar {
|
---|
449 | empty-cells: show;
|
---|
450 | margin: 10px auto 0;
|
---|
451 | width: 155px;
|
---|
452 | }
|
---|
453 |
|
---|
454 | #wp-calendar #next a {
|
---|
455 | padding-right: 10px;
|
---|
456 | text-align: right;
|
---|
457 | font-size: 9pt;
|
---|
458 | }
|
---|
459 |
|
---|
460 | #wp-calendar #prev a {
|
---|
461 | padding-left: 10px;
|
---|
462 | text-align: left;
|
---|
463 | font-size: 9pt;
|
---|
464 | }
|
---|
465 |
|
---|
466 | #wp-calendar a {
|
---|
467 | display: block;
|
---|
468 | text-decoration: none;
|
---|
469 | }
|
---|
470 |
|
---|
471 | #wp-calendar caption {
|
---|
472 | text-align: center;
|
---|
473 | width: 100%;
|
---|
474 | font: bold 1.3em;
|
---|
475 | }
|
---|
476 |
|
---|
477 | #wp-calendar td {
|
---|
478 | padding: 3px 0;
|
---|
479 | text-align: center;
|
---|
480 | }
|
---|
481 |
|
---|
482 | #wp-calendar td.pad:hover { /* Doesn't work in IE */
|
---|
483 | background-color: #fff; }
|
---|
484 |
|
---|
485 | #wp-calendar th {
|
---|
486 | font-style: normal;
|
---|
487 | text-transform: capitalize;
|
---|
488 | }
|
---|
489 | /* End Calendar */
|
---|
490 |
|
---|
491 |
|
---|
492 |
|
---|
493 | /* Nocheck Under css */
|
---|
494 |
|
---|
495 |
|
---|
496 | .widecolumn .entry {
|
---|
497 | font-size: 1.05em;
|
---|
498 | }
|
---|
499 |
|
---|
500 | .narrowcolumn .entry,.narrowcolumn_nonside .entry, .widecolumn .entry {
|
---|
501 | line-height: 1.4em;
|
---|
502 | }
|
---|
503 |
|
---|
504 | p.postmeta{
|
---|
505 | line-height: 1.2em;
|
---|
506 | font-size: 0.9em;
|
---|
507 | }
|
---|
508 |
|
---|
509 |
|
---|
510 | #xpress_headerimg .description {
|
---|
511 | font-size: 1.2em;
|
---|
512 | }
|
---|
513 |
|
---|
514 |
|
---|
515 | .xpress_pagetitle {
|
---|
516 | font-size: 1.5em;
|
---|
517 | font-weight: bold;
|
---|
518 | }
|
---|
519 |
|
---|
520 | .xpress_commentmetadata {
|
---|
521 | font-size: 11px;
|
---|
522 | font-weight: normal;
|
---|
523 | }
|
---|
524 |
|
---|
525 | .postmetadata {
|
---|
526 | font-size: 0.9em;
|
---|
527 | }
|
---|
528 |
|
---|
529 |
|
---|
530 |
|
---|
531 | acronym, abbr, span.caps
|
---|
532 | {
|
---|
533 | font-size: 0.9em;
|
---|
534 | letter-spacing: .07em;
|
---|
535 | }
|
---|
536 |
|
---|
537 | p{
|
---|
538 | margin:0;
|
---|
539 | padding:0;
|
---|
540 | }
|
---|
541 |
|
---|
542 | .widecolumn {
|
---|
543 | width: 500px; /*width of single page*/
|
---|
544 | margin: 0 auto;
|
---|
545 | }
|
---|
546 |
|
---|
547 | .entry {
|
---|
548 | clear:both;
|
---|
549 | padding:10px 0 0;
|
---|
550 | }
|
---|
551 |
|
---|
552 | .entry p{
|
---|
553 | padding: 5px 0;
|
---|
554 | }
|
---|
555 |
|
---|
556 | p.postmeta{
|
---|
557 | padding-top: 20px;
|
---|
558 | }
|
---|
559 |
|
---|
560 | .narrowcolumn_nonside .postmetadata,
|
---|
561 | .narrowcolumn .postmetadata {
|
---|
562 | padding-top: 10px;
|
---|
563 | /*text-align:center;*//*postmeta of index page*/
|
---|
564 | }
|
---|
565 |
|
---|
566 | .widecolumn .postmetadata {
|
---|
567 | margin: 30px 0;
|
---|
568 | padding:5px 10px;
|
---|
569 | }
|
---|
570 |
|
---|
571 | .widecolumn .smallattachment {
|
---|
572 | text-align: center;
|
---|
573 | float: left;
|
---|
574 | width: 128px;
|
---|
575 | margin: 5px 5px 5px 0px;
|
---|
576 | }
|
---|
577 |
|
---|
578 | .widecolumn .attachment {
|
---|
579 | text-align: center;
|
---|
580 | margin: 5px 0px;
|
---|
581 | }
|
---|
582 |
|
---|
583 |
|
---|
584 | /* End Headers */
|
---|
585 |
|
---|
586 | /* Begin Images */
|
---|
587 |
|
---|
588 | /* Using 'class="alignright"' on an image will (who would've
|
---|
589 | thought?!) align the image to the right. And using 'class="centered',
|
---|
590 | will of course center the image. This is much better than using
|
---|
591 | align="center", being much more futureproof (and valid) */
|
---|
592 |
|
---|
593 | img.centered {
|
---|
594 | display: block;
|
---|
595 | margin-left: auto;
|
---|
596 | margin-right: auto;
|
---|
597 | }
|
---|
598 |
|
---|
599 | img.alignright {
|
---|
600 | padding: 4px;
|
---|
601 | margin: 0 0 2px 7px;
|
---|
602 | display: inline;
|
---|
603 | }
|
---|
604 |
|
---|
605 | img.alignleft {
|
---|
606 | padding: 4px;
|
---|
607 | margin: 0 7px 2px 0;
|
---|
608 | display: inline;
|
---|
609 | }
|
---|
610 |
|
---|
611 | .alignright {
|
---|
612 | float: right;
|
---|
613 | }
|
---|
614 |
|
---|
615 | .alignleft {
|
---|
616 | float: left
|
---|
617 | }
|
---|
618 | /* End Images */
|
---|
619 |
|
---|
620 |
|
---|
621 |
|
---|
622 | /* Begin Lists
|
---|
623 |
|
---|
624 | Special stylized non-IE bullets
|
---|
625 | Do not work in Internet Explorer, which merely default to normal bullets. */
|
---|
626 |
|
---|
627 | html>body .entry ul {
|
---|
628 | margin-left: 0px;
|
---|
629 | padding: 0 0 0 30px;
|
---|
630 | list-style: none;
|
---|
631 | padding-left: 10px;
|
---|
632 | text-indent: -10px;
|
---|
633 | }
|
---|
634 |
|
---|
635 | html>body .entry li {
|
---|
636 | margin: 7px 0 8px 10px;
|
---|
637 | }
|
---|
638 |
|
---|
639 | .entry ul li:before{
|
---|
640 | content: "\00BB \0020";
|
---|
641 | }
|
---|
642 |
|
---|
643 | .entry ol {
|
---|
644 | padding: 0 0 0 35px;
|
---|
645 | margin: 0;
|
---|
646 | }
|
---|
647 |
|
---|
648 | .entry ol li {
|
---|
649 | margin: 0;
|
---|
650 | padding: 0;
|
---|
651 | }
|
---|
652 |
|
---|
653 | .postmetadata ul, .postmetadata li {
|
---|
654 | display: inline;
|
---|
655 | list-style-type: none;
|
---|
656 | list-style-image: none;
|
---|
657 | }
|
---|
658 |
|
---|
659 |
|
---|
660 | .entry form { /* This is mainly for password protected posts, makes them look better. */
|
---|
661 | text-align:center;
|
---|
662 | }
|
---|
663 |
|
---|
664 |
|
---|
665 |
|
---|
666 |
|
---|
667 |
|
---|
668 |
|
---|
669 |
|
---|
670 |
|
---|
671 |
|
---|
672 |
|
---|
673 |
|
---|
674 |
|
---|
675 | /* Begin Various Tags & Classes */
|
---|
676 | acronym, abbr, span.caps {
|
---|
677 | cursor: help;
|
---|
678 | }
|
---|
679 |
|
---|
680 | acronym, abbr {
|
---|
681 | border-bottom: 1px dashed #999;
|
---|
682 | }
|
---|
683 |
|
---|
684 | blockquote {
|
---|
685 | margin: 15px 30px 0 10px;
|
---|
686 | padding-left: 20px;
|
---|
687 | border-left: 5px solid #ddd;
|
---|
688 | }
|
---|
689 |
|
---|
690 | blockquote cite {
|
---|
691 | margin: 5px 0 0;
|
---|
692 | display: block;
|
---|
693 | }
|
---|
694 |
|
---|
695 | .xpress_single_navigation {
|
---|
696 | display:block;
|
---|
697 | width: 500px;
|
---|
698 | margin: 0 auto;
|
---|
699 | }
|
---|
700 |
|
---|
701 | .xpress_index_navigation {
|
---|
702 | display:block;
|
---|
703 | width: 100%;
|
---|
704 | margin: 0 auto;
|
---|
705 | }
|
---|
706 |
|
---|
707 |
|
---|
708 | /* End Various Tags & Classes*/
|
---|
709 |
|
---|
710 |
|
---|
711 |
|
---|
712 | /* Captions */
|
---|
713 | .aligncenter,
|
---|
714 | div.aligncenter {
|
---|
715 | display: block;
|
---|
716 | margin-left: auto;
|
---|
717 | margin-right: auto;
|
---|
718 | }
|
---|
719 |
|
---|
720 | .wp-caption {
|
---|
721 | border: 1px solid #ddd;
|
---|
722 | text-align: center;
|
---|
723 | background-color: #f3f3f3;
|
---|
724 | padding-top: 4px;
|
---|
725 | margin: 10px;
|
---|
726 | -moz-border-radius: 3px;
|
---|
727 | -khtml-border-radius: 3px;
|
---|
728 | -webkit-border-radius: 3px;
|
---|
729 | border-radius: 3px;
|
---|
730 | }
|
---|
731 |
|
---|
732 | .wp-caption img {
|
---|
733 | margin: 0;
|
---|
734 | padding: 0;
|
---|
735 | border: 0 none;
|
---|
736 | }
|
---|
737 |
|
---|
738 | .wp-caption p.wp-caption-text {
|
---|
739 | font-size: 11px;
|
---|
740 | line-height: 17px;
|
---|
741 | padding: 0 4px 5px;
|
---|
742 | margin: 0;
|
---|
743 | }
|
---|
744 | .dateblock{
|
---|
745 | margin:-12px 0 0 -5px!important;
|
---|
746 | }
|
---|
747 |
|
---|
748 | .nocomments, .postmetadata, blockquote, strike {
|
---|
749 | color: #777;
|
---|
750 | } |
---|