the-thor-child
/* ----- WordPress calendar ----- */ #wp-calendar {width: 100%; } #wp-calendar caption { text-align: right; color: #777; font-size: 12px; margin-top: 10px; margin-bottom: 15px; border-bottom:0px solid #e5e5e5; padding-bottom:8px; } #wp-calendar thead { font-size: 12px; } #wp-calendar thead th { padding-bottom: 10px; } #wp-calendar tbody { color: #000; } #wp-calendar tbody td { background: none; border: 1px solid #fff; text-align: center; padding:8px; font-size:12px; } #wp-calendar tbody td a { font-weight:700; color:#222; background: #e3b492; border-radius: 14px 14px 14px 14px; color: #fff; /*文字色*/ display: inline-block; height: 28px; line-height: 28px; margin: 1px; vertical-align: middle; width: 28px; text-decoration: none; /*リンクの下線を消す*/ }
#wp-calendar tbody td:hover { background: #fff; } #wp-calendar tbody .pad { background: none; } #wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; } #wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; } #wp-calendar thead th { padding-bottom: 10px; text-align: center; }

コメント
コメントを投稿