1 | /*
|
---|
2 | Theme Name: Toemon's TEST
|
---|
3 | Theme URI: http://www.toemon.com/
|
---|
4 | Description: The theme for XPress series
|
---|
5 | Version: 0.5
|
---|
6 | Author: KURO
|
---|
7 | Author URI: http://xoops-fan.com/
|
---|
8 | Tags: XPressME,toemon,KURO
|
---|
9 |
|
---|
10 | */
|
---|
11 |
|
---|
12 |
|
---|
13 |
|
---|
14 | /* Begin Typography & Colors */
|
---|
15 |
|
---|
16 | #xpress_content {
|
---|
17 | font-size: 1.0em
|
---|
18 | }
|
---|
19 |
|
---|
20 | .widecolumn .entry {
|
---|
21 | font-size: 1.05em;
|
---|
22 | }
|
---|
23 |
|
---|
24 | .narrowcolumn .entry,.narrowcolumn_nonside .entry, .widecolumn .entry {
|
---|
25 | line-height: 1.4em;
|
---|
26 | }
|
---|
27 |
|
---|
28 | p.postmeta{
|
---|
29 | line-height: 1.2em;
|
---|
30 | font-size: 0.9em;
|
---|
31 | }
|
---|
32 |
|
---|
33 | #xpress_page .alt {
|
---|
34 | background-color: #f8f8f8;
|
---|
35 | border-top: 1px solid #ddd;
|
---|
36 | border-bottom: 1px solid #ddd;
|
---|
37 | }
|
---|
38 |
|
---|
39 | #xpress_page small {
|
---|
40 | font-family: Arial, Helvetica, Sans-Serif;
|
---|
41 | font-size: 0.8em;
|
---|
42 | line-height: 1.5em;
|
---|
43 | }
|
---|
44 |
|
---|
45 | #xpress_headerimg .description {
|
---|
46 | font-size: 1.2em;
|
---|
47 | }
|
---|
48 |
|
---|
49 | #xpress_page h1,
|
---|
50 | #xpress_page h2 {
|
---|
51 | font-size: 1.5em;
|
---|
52 | }
|
---|
53 |
|
---|
54 | .xpress_pagetitle {
|
---|
55 | font-size: 1.5em;
|
---|
56 | font-weight: bold;
|
---|
57 | }
|
---|
58 |
|
---|
59 | .xpress_sidebar h2 {
|
---|
60 | font-size: 1.1em;
|
---|
61 | }
|
---|
62 |
|
---|
63 | #xpress_page h3 {
|
---|
64 | font-size: 1.3em;
|
---|
65 | }
|
---|
66 |
|
---|
67 | .xpress_commentlist li, #xpress_commentform input, #xpress_commentform textarea {
|
---|
68 | font-size: 11px;
|
---|
69 | }
|
---|
70 |
|
---|
71 | .xpress_commentlist li {
|
---|
72 | font-weight: bold;
|
---|
73 | list-style-type: none!important;
|
---|
74 | }
|
---|
75 |
|
---|
76 | .xpress_commentlist li .avatar {
|
---|
77 | float: right;
|
---|
78 | border: 1px solid #eee;
|
---|
79 | padding: 2px;
|
---|
80 | background: #fff;
|
---|
81 | }
|
---|
82 |
|
---|
83 | .xpress_commentlist cite, .xpress_commentlist cite a {
|
---|
84 | font-weight: bold;
|
---|
85 | font-style: normal;
|
---|
86 | font-size: 1.1em;
|
---|
87 | }
|
---|
88 |
|
---|
89 | .xpress_commentlist p {
|
---|
90 | font-weight: normal;
|
---|
91 | line-height: 1.5em;
|
---|
92 | text-transform: none;
|
---|
93 | }
|
---|
94 |
|
---|
95 | .xpress_commentmetadata {
|
---|
96 | font-size: 11px;
|
---|
97 | font-weight: normal;
|
---|
98 | }
|
---|
99 |
|
---|
100 | .postmetadata {
|
---|
101 | font-size: 0.9em;
|
---|
102 | }
|
---|
103 |
|
---|
104 | .xpress_sidebar {
|
---|
105 | font-size: 0.8em;
|
---|
106 | }
|
---|
107 |
|
---|
108 | #xpress_page small, .xpress_sidebar ul ul li, .xpress_sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
|
---|
109 | color: #777;
|
---|
110 | }
|
---|
111 |
|
---|
112 | #xpress_page code {
|
---|
113 | font-size: 1.1em;
|
---|
114 | }
|
---|
115 |
|
---|
116 | acronym, abbr, span.caps
|
---|
117 | {
|
---|
118 | font-size: 0.9em;
|
---|
119 | letter-spacing: .07em;
|
---|
120 | }
|
---|
121 |
|
---|
122 | #wp-calendar #prev a, #wp-calendar #next a {
|
---|
123 | font-size: 9pt;
|
---|
124 | }
|
---|
125 |
|
---|
126 | #wp-calendar a {
|
---|
127 | text-decoration: none;
|
---|
128 | }
|
---|
129 |
|
---|
130 | #wp-calendar caption {
|
---|
131 | font: bold 1.3em;
|
---|
132 | text-align: center;
|
---|
133 | }
|
---|
134 |
|
---|
135 | #wp-calendar th {
|
---|
136 | font-style: normal;
|
---|
137 | text-transform: capitalize;
|
---|
138 | }
|
---|
139 |
|
---|
140 | #xpress_footer p {
|
---|
141 | font-size: 0.9em;
|
---|
142 | }
|
---|
143 | /* End Typography & Colors */
|
---|
144 |
|
---|
145 |
|
---|
146 |
|
---|
147 | /* Begin Structure */
|
---|
148 | p{
|
---|
149 | margin:0;
|
---|
150 | padding:0;
|
---|
151 | }
|
---|
152 |
|
---|
153 | #xpress_page {
|
---|
154 | padding: 0;
|
---|
155 | width: 100%;
|
---|
156 | margin: 0;
|
---|
157 | text-align:left;
|
---|
158 | }
|
---|
159 |
|
---|
160 | #xpress_header {
|
---|
161 | margin:0 0 30px;
|
---|
162 | padding:0 2px 3px;
|
---|
163 | background:url(./images/titleline.jpg) no-repeat left bottom;
|
---|
164 | }
|
---|
165 |
|
---|
166 | #xpress_wrap {
|
---|
167 | float: left;
|
---|
168 | width: 100%;
|
---|
169 | margin-right: -205px;
|
---|
170 | }
|
---|
171 |
|
---|
172 | #xpress_content {
|
---|
173 | padding: 0 15px;
|
---|
174 | }
|
---|
175 |
|
---|
176 | #xpress_content.narrowcolumn {
|
---|
177 | margin-right: 205px;
|
---|
178 | }
|
---|
179 |
|
---|
180 | .widecolumn {
|
---|
181 | width: 500px; /*width of single page*/
|
---|
182 | margin: 0 auto;
|
---|
183 | }
|
---|
184 |
|
---|
185 | .post hr {
|
---|
186 | display: block;
|
---|
187 | }
|
---|
188 |
|
---|
189 | #xpress_content .post {
|
---|
190 | width: 100%;
|
---|
191 | margin: 0 0 20px;
|
---|
192 | padding-top:20px;
|
---|
193 | clear: both;
|
---|
194 | }
|
---|
195 |
|
---|
196 | .post h2 {
|
---|
197 | margin: 0;
|
---|
198 | }
|
---|
199 |
|
---|
200 | .entry {
|
---|
201 | clear:both;
|
---|
202 | padding:10px 0 0;
|
---|
203 | }
|
---|
204 |
|
---|
205 | .entry p{
|
---|
206 | padding: 5px 0;
|
---|
207 | }
|
---|
208 |
|
---|
209 | p.postmeta{
|
---|
210 | padding-top: 20px;
|
---|
211 | }
|
---|
212 |
|
---|
213 | .narrowcolumn_nonside .postmetadata,
|
---|
214 | .narrowcolumn .postmetadata {
|
---|
215 | padding-top: 10px;
|
---|
216 | /*text-align:center;*//*postmeta of index page*/
|
---|
217 | }
|
---|
218 |
|
---|
219 | .widecolumn .postmetadata {
|
---|
220 | margin: 30px 0;
|
---|
221 | padding:5px 10px;
|
---|
222 | }
|
---|
223 |
|
---|
224 | .widecolumn .smallattachment {
|
---|
225 | text-align: center;
|
---|
226 | float: left;
|
---|
227 | width: 128px;
|
---|
228 | margin: 5px 5px 5px 0px;
|
---|
229 | }
|
---|
230 |
|
---|
231 | .widecolumn .attachment {
|
---|
232 | text-align: center;
|
---|
233 | margin: 5px 0px;
|
---|
234 | }
|
---|
235 |
|
---|
236 |
|
---|
237 |
|
---|
238 | #xpress_page .clear {
|
---|
239 | clear: both;
|
---|
240 | }
|
---|
241 |
|
---|
242 | #xpress_footer {
|
---|
243 | padding-top: 40px;
|
---|
244 | margin: 0 auto;
|
---|
245 | width: 100%;
|
---|
246 | clear: both;
|
---|
247 | }
|
---|
248 |
|
---|
249 | #xpress_footer p {
|
---|
250 | margin: 0;
|
---|
251 | padding: 20px 0;
|
---|
252 | text-align: center;
|
---|
253 | }
|
---|
254 |
|
---|
255 | .dateblock{
|
---|
256 | margin:-12px 0 0 -5px!important;
|
---|
257 | }
|
---|
258 |
|
---|
259 | /* End Structure */
|
---|
260 |
|
---|
261 |
|
---|
262 | /* Begin Headers */
|
---|
263 | #xpress_page h1 {
|
---|
264 | padding-top: 20px;
|
---|
265 | margin: 0 0 5px;
|
---|
266 | }
|
---|
267 |
|
---|
268 | .xpress_sidebar h2 {
|
---|
269 | margin: 5px 0 0;
|
---|
270 | padding: 0;
|
---|
271 | }
|
---|
272 |
|
---|
273 | #xpress_page h3 {
|
---|
274 | padding: 0;
|
---|
275 | margin: 0;
|
---|
276 | }
|
---|
277 |
|
---|
278 | h3.xpress_comments {
|
---|
279 | padding: 0;
|
---|
280 | margin: 40px auto 20px ;
|
---|
281 | }
|
---|
282 | /* End Headers */
|
---|
283 |
|
---|
284 | /* Begin Images */
|
---|
285 |
|
---|
286 | /* Using 'class="alignright"' on an image will (who would've
|
---|
287 | thought?!) align the image to the right. And using 'class="centered',
|
---|
288 | will of course center the image. This is much better than using
|
---|
289 | align="center", being much more futureproof (and valid) */
|
---|
290 |
|
---|
291 | img.centered {
|
---|
292 | display: block;
|
---|
293 | margin-left: auto;
|
---|
294 | margin-right: auto;
|
---|
295 | }
|
---|
296 |
|
---|
297 | img.alignright {
|
---|
298 | padding: 4px;
|
---|
299 | margin: 0 0 2px 7px;
|
---|
300 | display: inline;
|
---|
301 | }
|
---|
302 |
|
---|
303 | img.alignleft {
|
---|
304 | padding: 4px;
|
---|
305 | margin: 0 7px 2px 0;
|
---|
306 | display: inline;
|
---|
307 | }
|
---|
308 |
|
---|
309 | .alignright {
|
---|
310 | float: right;
|
---|
311 | }
|
---|
312 |
|
---|
313 | .alignleft {
|
---|
314 | float: left
|
---|
315 | }
|
---|
316 | /* End Images */
|
---|
317 |
|
---|
318 |
|
---|
319 |
|
---|
320 | /* Begin Lists
|
---|
321 |
|
---|
322 | Special stylized non-IE bullets
|
---|
323 | Do not work in Internet Explorer, which merely default to normal bullets. */
|
---|
324 |
|
---|
325 | html>body .entry ul {
|
---|
326 | margin-left: 0px;
|
---|
327 | padding: 0 0 0 30px;
|
---|
328 | list-style: none;
|
---|
329 | padding-left: 10px;
|
---|
330 | text-indent: -10px;
|
---|
331 | }
|
---|
332 |
|
---|
333 | html>body .entry li {
|
---|
334 | margin: 7px 0 8px 10px;
|
---|
335 | }
|
---|
336 |
|
---|
337 | .entry ul li:before, .xpress_sidebar ul ul li:before {
|
---|
338 | content: "\00BB \0020";
|
---|
339 | }
|
---|
340 |
|
---|
341 | .entry ol {
|
---|
342 | padding: 0 0 0 35px;
|
---|
343 | margin: 0;
|
---|
344 | }
|
---|
345 |
|
---|
346 | .entry ol li {
|
---|
347 | margin: 0;
|
---|
348 | padding: 0;
|
---|
349 | }
|
---|
350 |
|
---|
351 | .postmetadata ul, .postmetadata li {
|
---|
352 | display: inline;
|
---|
353 | list-style-type: none;
|
---|
354 | list-style-image: none;
|
---|
355 | }
|
---|
356 |
|
---|
357 | .xpress_sidebar ul, .xpress_sidebar ul ol {
|
---|
358 | margin: 0;
|
---|
359 | padding: 0;
|
---|
360 | }
|
---|
361 |
|
---|
362 | .xpress_sidebar ul li {
|
---|
363 | list-style-type: none;
|
---|
364 | list-style-image: none;
|
---|
365 | margin-bottom: 15px;
|
---|
366 | }
|
---|
367 |
|
---|
368 | .xpress_sidebar ul p, .xpress_sidebar ul select {
|
---|
369 | margin: 5px 0 8px;
|
---|
370 | }
|
---|
371 |
|
---|
372 | .xpress_sidebar ul ul, .xpress_sidebar ul ol {
|
---|
373 | margin: 5px 0 0 10px;
|
---|
374 | }
|
---|
375 |
|
---|
376 | .xpress_sidebar ul ul ul, .xpress_sidebar ul ol {
|
---|
377 | margin: 0 0 0 10px;
|
---|
378 | }
|
---|
379 |
|
---|
380 | #xpress_page ol li, .xpress_sidebar ul ol li {
|
---|
381 | list-style: decimal outside;
|
---|
382 | }
|
---|
383 |
|
---|
384 | .xpress_sidebar ul ul li, .xpress_sidebar ul ol li {
|
---|
385 | margin: 3px 0 0;
|
---|
386 | padding: 0;
|
---|
387 | }
|
---|
388 | /* End Entry Lists */
|
---|
389 |
|
---|
390 |
|
---|
391 |
|
---|
392 | /* Begin Form Elements */
|
---|
393 | .xpress_sidebar #searchform {
|
---|
394 | margin: 10px auto;
|
---|
395 | padding: 5px 3px;
|
---|
396 | text-align: center;
|
---|
397 | }
|
---|
398 |
|
---|
399 | .xpress_sidebar #searchform #s {
|
---|
400 | width: 108px;
|
---|
401 | padding: 2px;
|
---|
402 | }
|
---|
403 |
|
---|
404 | .xpress_sidebar #searchsubmit {
|
---|
405 | padding: 1px;
|
---|
406 | }
|
---|
407 |
|
---|
408 | .entry form { /* This is mainly for password protected posts, makes them look better. */
|
---|
409 | text-align:center;
|
---|
410 | }
|
---|
411 |
|
---|
412 | #xpress_page select {
|
---|
413 | width: 130px;
|
---|
414 | }
|
---|
415 |
|
---|
416 | #xpress_commentform{
|
---|
417 | margin-top: 15px;
|
---|
418 | }
|
---|
419 |
|
---|
420 | #xpress_commentform input {
|
---|
421 | width: 170px;
|
---|
422 | padding: 2px;
|
---|
423 | margin: 1px 5px 1px 0;
|
---|
424 | }
|
---|
425 |
|
---|
426 | #xpress_commentform textarea {
|
---|
427 | width: 90%; /*500px-paddingª4px-borderª2px*/
|
---|
428 | padding: 2px;
|
---|
429 | }
|
---|
430 |
|
---|
431 | #xpress_commentform #xpress_submit {
|
---|
432 | margin: 0;
|
---|
433 | float: right;
|
---|
434 | }
|
---|
435 | /* End Form Elements */
|
---|
436 |
|
---|
437 |
|
---|
438 |
|
---|
439 | /* Begin Comments*/
|
---|
440 | .xpress_commentlist {
|
---|
441 | margin: 15px 0 20px;
|
---|
442 | padding: 0;
|
---|
443 | }
|
---|
444 |
|
---|
445 | .xpress_commentlist li {
|
---|
446 | margin: 0 0 3px;
|
---|
447 | padding: 5px 10px 3px;
|
---|
448 | list-style: none;
|
---|
449 | }
|
---|
450 |
|
---|
451 | .xpress_commentlist p {
|
---|
452 | margin: 10px 5px 10px 0;
|
---|
453 | }
|
---|
454 |
|
---|
455 | #xpress_commentform p {
|
---|
456 | padding: 0 0 1px;
|
---|
457 | }
|
---|
458 |
|
---|
459 | .nocomments {
|
---|
460 | text-align: center;
|
---|
461 | margin: 0;
|
---|
462 | padding: 0;
|
---|
463 | }
|
---|
464 |
|
---|
465 | .xpress_commentmetadata {
|
---|
466 | margin: 0;
|
---|
467 | display: block;
|
---|
468 | }
|
---|
469 | /* End Comments */
|
---|
470 |
|
---|
471 |
|
---|
472 |
|
---|
473 | /* Begin Sidebar */
|
---|
474 | #xpress_page .xpress_sidebar {
|
---|
475 | float: right;
|
---|
476 | display:inline;
|
---|
477 | margin:0 15px 0 0;
|
---|
478 | padding: 20px 0 10px;
|
---|
479 | width: 190px;
|
---|
480 | }
|
---|
481 |
|
---|
482 | .xpress_sidebar form {
|
---|
483 | margin: 0;
|
---|
484 | }
|
---|
485 | /* End Sidebar */
|
---|
486 |
|
---|
487 |
|
---|
488 |
|
---|
489 | /* Begin Calendar */
|
---|
490 | #wp-calendar {
|
---|
491 | empty-cells: show;
|
---|
492 | margin: 10px auto 0;
|
---|
493 | width: 155px;
|
---|
494 | }
|
---|
495 |
|
---|
496 | #wp-calendar #next a {
|
---|
497 | padding-right: 10px;
|
---|
498 | text-align: right;
|
---|
499 | }
|
---|
500 |
|
---|
501 | #wp-calendar #prev a {
|
---|
502 | padding-left: 10px;
|
---|
503 | text-align: left;
|
---|
504 | }
|
---|
505 |
|
---|
506 | #wp-calendar a {
|
---|
507 | display: block;
|
---|
508 | }
|
---|
509 |
|
---|
510 | #wp-calendar caption {
|
---|
511 | text-align: center;
|
---|
512 | width: 100%;
|
---|
513 | }
|
---|
514 |
|
---|
515 | #wp-calendar td {
|
---|
516 | padding: 3px 0;
|
---|
517 | text-align: center;
|
---|
518 | }
|
---|
519 |
|
---|
520 | #wp-calendar td.pad:hover { /* Doesn't work in IE */
|
---|
521 | background-color: #fff; }
|
---|
522 | /* End Calendar */
|
---|
523 |
|
---|
524 |
|
---|
525 |
|
---|
526 | /* Begin Various Tags & Classes */
|
---|
527 | acronym, abbr, span.caps {
|
---|
528 | cursor: help;
|
---|
529 | }
|
---|
530 |
|
---|
531 | acronym, abbr {
|
---|
532 | border-bottom: 1px dashed #999;
|
---|
533 | }
|
---|
534 |
|
---|
535 | blockquote {
|
---|
536 | margin: 15px 30px 0 10px;
|
---|
537 | padding-left: 20px;
|
---|
538 | border-left: 5px solid #ddd;
|
---|
539 | }
|
---|
540 |
|
---|
541 | blockquote cite {
|
---|
542 | margin: 5px 0 0;
|
---|
543 | display: block;
|
---|
544 | }
|
---|
545 |
|
---|
546 | #xpress_page .center {
|
---|
547 | text-align: center;
|
---|
548 | }
|
---|
549 |
|
---|
550 | #xpress_page .hidden {
|
---|
551 | display: none;
|
---|
552 | }
|
---|
553 |
|
---|
554 | #xpress_page hr {
|
---|
555 | display: none;
|
---|
556 | }
|
---|
557 |
|
---|
558 | #xpress_page a img {
|
---|
559 | border: none;
|
---|
560 | }
|
---|
561 |
|
---|
562 | .xpress_single_navigation {
|
---|
563 | display:block;
|
---|
564 | width: 500px;
|
---|
565 | margin: 0 auto;
|
---|
566 | }
|
---|
567 |
|
---|
568 | .xpress_index_navigation {
|
---|
569 | display:block;
|
---|
570 | width: 100%;
|
---|
571 | margin: 0 auto;
|
---|
572 | }
|
---|
573 |
|
---|
574 | .xpress_pagenavi {
|
---|
575 | display: block;
|
---|
576 | margin: 0 auto;
|
---|
577 | padding: 5px 0;
|
---|
578 | text-align: center;
|
---|
579 | }
|
---|
580 | /* End Various Tags & Classes*/
|
---|
581 |
|
---|
582 |
|
---|
583 |
|
---|
584 | /* Captions */
|
---|
585 | .aligncenter,
|
---|
586 | div.aligncenter {
|
---|
587 | display: block;
|
---|
588 | margin-left: auto;
|
---|
589 | margin-right: auto;
|
---|
590 | }
|
---|
591 |
|
---|
592 | .wp-caption {
|
---|
593 | border: 1px solid #ddd;
|
---|
594 | text-align: center;
|
---|
595 | background-color: #f3f3f3;
|
---|
596 | padding-top: 4px;
|
---|
597 | margin: 10px;
|
---|
598 | -moz-border-radius: 3px;
|
---|
599 | -khtml-border-radius: 3px;
|
---|
600 | -webkit-border-radius: 3px;
|
---|
601 | border-radius: 3px;
|
---|
602 | }
|
---|
603 |
|
---|
604 | .wp-caption img {
|
---|
605 | margin: 0;
|
---|
606 | padding: 0;
|
---|
607 | border: 0 none;
|
---|
608 | }
|
---|
609 |
|
---|
610 | .wp-caption p.wp-caption-text {
|
---|
611 | font-size: 11px;
|
---|
612 | line-height: 17px;
|
---|
613 | padding: 0 4px 5px;
|
---|
614 | margin: 0;
|
---|
615 | }
|
---|
616 | /* End captions */ |
---|