Confluence Css Templates -
.custom-table th background-color: #0052CC; color: white;
<style> .spec-container font-family: -apple-system, sans-serif; max-width: 1000px; .spec-header background: #172B4D; color: white; padding: 16px; border-radius: 6px; .spec-section margin: 24px 0 16px; border-bottom: 2px solid #DFE1E6; .badge background: #E3FCEF; color: #006644; padding: 4px 8px; border-radius: 16px; font-size: 12px; table.specs width: 100%; border-collapse: collapse; table.specs th background: #F4F5F7; text-align: left; padding: 8px; table.specs td border: 1px solid #EBECF0; padding: 8px; </style> <div class="spec-container"> <div class="spec-header"> <h2>📄 Feature Spec: [Name]</h2> <div class="badge">Draft</div> </div> confluence css templates
Start with one template for your most common page type (like a spec or meeting note), polish the CSS, and watch adoption grow. ✨ Want a ready‑to‑copy template? [Download our example CSS template XML] (internal link) .custom-table th background-color: #0052CC
.warning-box border-left: 4px solid #FFAB00; background: #FFF8E7; padding: 12px; .spec-container font-family: -apple-system
<div class="spec-section"> <h3>📌 Overview</h3> <p>Write summary here.</p> </div>