Actions

Template

Template:Spoiler/styles.css

From The Canon of Nora Wiki

Revision as of 02:08, 1 July 2026 by AJRyan (talk | contribs) (Created page with ".spoiler-box { border: 1px solid #c9a227; border-left: 4px solid #4a2545; background: #faf6ef; border-radius: 4px; margin: 1em 0; overflow: hidden; } .spoiler-header { background: #4a2545; color: #f5e9d3; padding: 0.5em 1em; font-family: 'Cormorant Garamond', serif; font-size: 1.15em; font-weight: 600; cursor: pointer; } .spoiler-content { padding: 1em; color: #2e2e2e; font-family: 'Source Sans Pro', sans-se...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.spoiler-box {
    border: 1px solid #c9a227;
    border-left: 4px solid #4a2545;
    background: #faf6ef;
    border-radius: 4px;
    margin: 1em 0;
    overflow: hidden;
}
.spoiler-header {
    background: #4a2545;
    color: #f5e9d3;
    padding: 0.5em 1em;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15em;
    font-weight: 600;
    cursor: pointer;
}
.spoiler-content {
    padding: 1em;
    color: #2e2e2e;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.6;
}
.spoiler-box .mw-collapsible-toggle {
    color: #f5e9d3;
    float: right;
}