1 | /*--------------------------------------------------------- |
1 | /*--------------------------------------------------------- |
2 | Theme Name: stinger20130815 |
2 | Theme Name: stinger20130825 |
3 | Theme URI: http://wp-stinger.com |
3 | Theme URI: http://wp-stinger.com |
| | | |
5 | Author: enji |
5 | Author: enji |
6 | Version: 20130815 |
6 | Version: 20130825 |
7 | ---------------------------------------------------------*/ |
7 | ---------------------------------------------------------*/ |
| | | |
181 | |
181 | |
| |
182 | img.alignright { |
| |
183 | display: block; |
| |
184 | margin: 0 0 0 auto; |
| |
185 | } |
| |
186 | |
| |
187 | img.alignleft { |
| |
188 | display: block; |
| |
189 | margin: 0 auto 0 0; |
| |
190 | } |
| |
191 | |
| |
192 | img.aligncenter { |
| |
193 | display: block; |
| |
194 | margin: 0 auto; |
| |
195 | } |
| |
196 | |
| |
197 | img.float-left { |
| |
198 | float: left; |
| |
199 | } |
| |
200 | |
| |
201 | img.float-right { |
| |
202 | float: right; |
| |
203 | } |
| |
204 | |
| |
205 | .wp-caption { |
| |
206 | text-align: center; |
| |
207 | } |
| |
208 | |
| |
209 | .aligncenter { |
| |
210 | clear: both; |
| |
211 | display: block; |
| |
212 | margin-left: auto; |
| |
213 | margin-right: auto; |
| |
214 | } |
| |
215 | |
182 | /*----------------------------- |
216 | /*----------------------------- |
| | | |
307 | |
341 | |
308 | |
342 | .post h4 { |
309 | h4 { |
| |
310 | font-size: 16px; |
343 | font-size: 16px; |
| | | |
318 | |
351 | |
| |
352 | .side h4 { |
| |
353 | font-size: 16px; |
| |
354 | font-weight: bold; |
| |
355 | padding: 10px; |
| |
356 | margin-bottom: 20px; |
| |
357 | line-height: 28px; |
| |
358 | } |
| |
359 | |
| |
360 | |
319 | |
361 | |
| | | |
487 | .menu_underh2 { |
529 | .menu_underh2 { |
488 | font-size: 16px; |
530 | |
489 | margin-bottom: 20px; |
531 | margin-bottom: 20px; |
490 | border-left-color: #666666; |
| |
491 | color: #333333; |
| |
492 | margin-top: 20px; |
532 | margin-top: 20px; |
| | | |
1404 | |
1444 | |
| |
1445 | /*------------------------------------- |
| |
1446 | カレンダー |
| |
1447 | ------------------------------------*/ |
| |
1448 | |
| |
1449 | #wp-calendar { |
| |
1450 | border-collapse: collapse; |
| |
1451 | border-top-width: 1px; |
| |
1452 | border-right-width: 1px; |
| |
1453 | border-top-style: solid; |
| |
1454 | border-right-style: solid; |
| |
1455 | border-top-color: #999; |
| |
1456 | border-right-color: #999; |
| |
1457 | width: 250px; |
| |
1458 | margin-left: 35px; |
| |
1459 | } |
| |
1460 | #wp-calendar thead tr th { |
| |
1461 | border-bottom-width: 1px; |
| |
1462 | border-left-width: 1px; |
| |
1463 | border-bottom-style: solid; |
| |
1464 | border-left-style: solid; |
| |
1465 | border-bottom-color: #999; |
| |
1466 | border-left-color: #999; |
| |
1467 | } |
| |
1468 | #wp-calendar td { |
| |
1469 | text-align: center; |
| |
1470 | padding: 0px; |
1405 | |
1471 | |
| |
1472 | } |
| |
1473 | #wp-calendar caption { |
| |
1474 | font-weight: bold; |
| |
1475 | text-align: left; |
| |
1476 | } |
| |
1477 | #wp-calendar tbody tr #today { |
| |
1478 | background-color: #CCC; |
| |
1479 | } |
| | | |
| |
| |