Jump to content

⚠ Info: We are working on adding content to this platform.

✔ If you want to share your experience and be an active contributor to this Wiki platform, ✉ contact us

×

Template:Notes/style.css

From Idiosymbolia
Revision as of 08:09, 7 August 2025 by Dascent-wiki (talk | contribs) (Created page with "Note Boxes - Minified & Optimized: .note-box{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;padding:12px 16px;margin:1em 0;border-radius:6px;border-left:4px solid;box-shadow:0 2px 8px rgba(0,0,0,0.08);position:relative;overflow:hidden} .note-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.1;background:currentColor} .note-box-title{font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px} .note-bo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Note Boxes - Minified & Optimized */
.note-box{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;padding:12px 16px;margin:1em 0;border-radius:6px;border-left:4px solid;box-shadow:0 2px 8px rgba(0,0,0,0.08);position:relative;overflow:hidden}
.note-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.1;background:currentColor}
.note-box-title{font-weight:600;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.note-box-title svg{width:1.2em;height:1.2em}
.note-easy{color:#2e7d32;background-color:#e8f5e9}
.note-warning{color:#d84315;background-color:#ffebee}
.note-info{color:#1565c0;background-color:#e3f2fd}