CSS für blue – legacy posts

/* Kästen Legacy-Artikel */ /* Nur .kasten, die ein .image UND ein h3 enthalten → Personenkarte */ .legacy .kasten { padding-bottom:64px; } .legacy .kasten:has(.image + h3):not(:has(p.frage)) > *:not(.image) { grid-column: 2; } .legacy .kasten:has(.image + h3):not(:has(p.frage)) ul { margin: 0.25rem…Continue reading

CSS für blue

.module–ad–leadboard.is-hidden–sm { display:block !important; } .module–article–flexible-box figcaption { width: 290px; } .module–banner–advertorial .module–inner { padding:0 !important; } /* Version 1.0.1 */ /* ================================================================ * Fix: Frame/Tandem-Ad Sichtbarkeit im Leaderboard-Slot * ================================================================ */ /* Hauptfix: Bilder im Leaderboard-Modul von max-width befreien…Continue reading

Video Grid Archive Styling

/* ============================================================= Video Grid — pc-video-grid 3-column card layout. Responsive: 2-col tablet, 1-col mobile. ============================================================= */ .pc-video-grid { display: grid; grid-template-columns: repeat( 3, 1fr ); gap: 2rem; width: 100%; } /* ── Card ── */ .pc-video-grid__card { display: flex; flex-direction:…Continue reading

Guide Page Styles

/* Pinlisting Guide Page Styles */ .pl-guide-page { –pl-dark: #1E1E1E; –pl-text: #2A2A33; –pl-muted: #64646F; –pl-blue: #2563EB; –pl-blue-hover: #1F50C8; –pl-cyan: #4CC2A4; –pl-surface: #FFFFFF; –pl-muted-surface: #FAFBFD; –pl-soft: #F7F9FB; –pl-border: #E2E6EC; –pl-pill: #E2E8F6; color: var(–pl-text); font-size: 17px; line-height: 1.72; } .pl-guide-page, .pl-guide-page *…Continue reading

WooCommerce Checkout Styling

/* ========================================================= Pinlisting – Native WooCommerce Checkout Block Styling Applies only to /checkout/ ========================================================= */ /* ———- Hide product description and custom option dump in checkout summary ———- */ body.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, body.woocommerce-checkout .wc-block-components-order-summary-item__description .wc-block-components-product-details, body.woocommerce-checkout .wc-block-components-product-metadata, body.woocommerce-checkout .wc-block-components-product-details, body.woocommerce-checkout…Continue reading

FC – Estilos para página password

body.page .post-password-form { max-width: 600px; margin: 100px auto; padding: 0 24px; text-align: center; } body.page .post-password-form label { font-size: 0; width: stretch; } body.page .post-password-form input[type=”password”], body.page .post-password-form input[type=”submit”] { height: 48px; box-sizing: border-box; vertical-align: middle; } body.page .post-password-form input[type=”password”]…Continue reading

Paramount CSS

/* ============================================================ PARAMOUNT CONTACT PARTNERS — Full Site Styles PASTE THIS IN: WPCode → Header (CSS) OR Appearance → Additional CSS ============================================================ */ *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} :root{ –navy:#0b1a3b;–navy-mid:#112250;–navy-light:#1a2f5a; –gold:#c9a84c;–gold-light:#e8c97a; –white:#fff;–off-white:#f8f9fc;–gray:#64748b;–light-gray:#e2e8f0; –text:#1e293b;–green:#16a34a;–green-light:#22c55e;–red:#dc2626; } html{scroll-behavior:smooth} body{font-family:’Inter’,sans-serif;color:var(–text);background:var(–white);overflow-x:hidden} /* PAGE SWITCHING */ .paramount-page{animation:fadeIn .35s ease} @keyframes…Continue reading