Custom CSS

/* ===== ペット暮らし カスタムCSS(Snow Monkey風) ===== */

/* 記事本文の幅を読みやすく */
.wp-block-post-content { max-width: 780px; margin: 0 auto; font-size: 16px; line-height: 1.9; color: #333; }

/* H2見出し – 左ボーダー付き */
.wp-block-heading:where(h2) { border-left: 4px solid #8B6914; padding: 12px 0 12px 16px; margin: 50px 0 25px; font-size: 24px; font-weight: bold; }

/* H3見出し – 下線付き */
.wp-block-heading:where(h3) { border-bottom: 2px solid #ddd; padding-bottom: 8px; margin: 35px 0 20px; font-size: 20px; }

/* Snow Monkey Blocks 吹き出し */
.smb-balloon { margin: 25px 0 !important; }
.smb-balloon__body { background: #f8f9fa; border: 1px solid #8ed1fc; border-radius: 12px; padding: 18px 22px !important; position: relative; }
.smb-balloon__body p { margin: 0; font-size: 15px; line-height: 1.8; }
.smb-balloon__figure img { width: 60px; height: 60px; border-radius: 50%; }
.smb-balloon__name { font-size: 12px; text-align: center; margin-top: 4px; color: #666; }

/* Snow Monkey Blocks アラートボックス(この記事でわかること) */
.smb-alert { background: #FFFBEB; border: none; border-radius: 8px; padding: 24px 28px; margin: 25px 0; }
.smb-alert__title { font-size: 18px; margin-bottom: 12px; color: #333; }
.smb-alert__title i { color: #F5A623; margin-right: 8px; }

/* Snow Monkey Blocks チェックリスト */
.smb-list[data-icon=”square-check”] ul { list-style: none; padding-left: 0; }
.smb-list[data-icon=”square-check”] li { position: relative; padding-left: 28px; margin-bottom: 10px; line-height: 1.7; }
.smb-list[data-icon=”square-check”] li::before { content: “✅”; position: absolute; left: 0; }

/* テーブルスタイル */
.wp-block-table table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.wp-block-table thead { background: #8B6914; color: #fff; }
.wp-block-table th, .wp-block-table td { padding: 12px 16px; border: 1px solid #ddd; }
.wp-block-table tbody tr:nth-child(even) { background: #f9f9f9; }

/* CTAボタン */
.wp-block-button__link { padding: 14px 32px !important; font-size: 16px !important; font-weight: bold !important; border-radius: 8px !important; transition: opacity 0.3s; }
.wp-block-button__link:hover { opacity: 0.85; }

/* マーカー(ハイライト) */
.sme-highlighter { background: linear-gradient(transparent 60%, #FFE082 60%); padding: 0 2px; }

/* 段落の余白 */
.wp-block-post-content p { margin-bottom: 1.5em; }

/* 画像キャプション */
.wp-element-caption { font-size: 13px; color: #888; text-align: center; margin-top: 8px; }

/* サイドバーなしの1カラム */
@media (min-width: 768px) {
.wp-block-post-content { padding: 0 20px; }
}

この記事を書いた人

uchinoko_kurashi