Cari Blog Ini

Lihat semua

My Gallery

Lihat semua

Recent

Pages

Baca selengkapnya

Lihat semua
Tak ada hasil yang ditemukan
/* ===== Brand basics ===== */ :root{ --brand: #FF6B35; --text: #222222; --title: #111111; --muted: #777777; --bg: #F9F9F9; --card: #FFFFFF; --footer: #1E1E1E; --footerText: #EEEEEE; } /* Link & tombol */ a{ color:#3B82F6; } a:hover{ color:var(--brand); } .button, .btn, .subscribe-button, .post-button a{ background: var(--brand); color:#fff !important; border:none; border-radius:8px; padding:.6rem 1rem; } .button:hover, .btn:hover, .subscribe-button:hover, .post-button a:hover{ background:#E85C28; } /* Kartu artikel lebih “magazine” */ .post-card, .featured-post, .PopularPosts .item-snippet, .widget-content .post, .index-post{ background: var(--card); box-shadow: 0 6px 18px rgba(0,0,0,.06); border-radius: 12px; } /* Badge label (otomatis mengikuti teks label) */ .post .post-labels a{ display:inline-block; padding:.25rem .6rem; border-radius:999px; font-weight:600; color:#fff !important; font-size:.75rem; } .post .post-labels a[href*="ulas-pikiran"]{ background:#3B82F6; } .post .post-labels a[href*="ulas-sains"]{ background:#FACC15; color:#222 !important; } .post .post-labels a[href*="ulas-barang"]{ background:#10B981; } .post .post-labels a[href*="ulas-pengalaman"]{ background:#F97316; } .post .post-labels a[href*="ulas-ekonomi"]{ background:#EF4444; } /* Footer baru */ .footer, .site-footer, #footer-wrapper{ background: var(--footer); color: var(--footerText); } .footer a, .site-footer a{ color:#CCCCCC; } .footer a:hover{ color: var(--brand); } /* Copyright bar oranye */ .footer .copyright, #sub-footer, .footer-bottom{ background: var(--brand); color:#fff; } .footer .copyright a{ color:#fff; text-decoration:underline; } /* Form subscribe di footer */ .footer input[type="email"], .site-footer input[type="email"]{ background:#2A2A2A; border:1px solid #444; color:#fff; border-radius:8px; padding:.6rem .8rem; } /* Sembunyikan “Diberdayakan oleh Blogger” (opsional) */ .footer-credits, a[href*="blogger.com"]{ display:none !important; } /* Garis pemisah halus & radius seragam */ .widget, .sidebar .widget, .PopularPosts, .Label, .ContactForm{ border:1px solid #E5E5E5; border-radius:12px; background:#fff; } /* Heading strip kecil brand */ .section-title, .widget-title{ position:relative; padding-bottom:.4rem; } .section-title:after, .widget-title:after{ content:""; position:absolute; left:0; bottom:0; width:56px; height:3px; background:var(--brand); border-radius:3px; }