GW2 Wiki English Mirror:Projects/CSS documentation/template notices- minerva

From GW2 Wiki English Mirror
< GW2 Wiki English Mirror:Projects‎ | CSS documentation
Revision as of 22:02, 10 September 2022 by imported>Chieftain Alex (Chieftain Alex moved page Guild Wars 2 Wiki:Projects/CSS documentation/template notices- mobile to Guild Wars 2 Wiki:Projects/CSS documentation/template notices- minerva without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
/** NOTICES **/
.notice {
    margin: 10px auto;
    padding-left: 10px;
    width: unset;
}

.notice .background {
    background-color: #F7F7F7;
    border-color: silver;
}

/* For narrow screens up to 719px wide */
@media (max-width: 719px) {
    .notice .notice-icon {
        display: none;
    }

}

.spoiler-notice {
    background-color: #F99;
    border-color: #F00;
}