Template:Safir Alliance/styles.css

From MicrasWiki
Revision as of 19:44, 6 October 2025 by Hālian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
* {
    font-family: 'Cooper Hewitt' !important;
}

#toc { /* Table of content */
    background: #cceeff;
}

.infobox { /* Species infobox */
    background: #CCEEFF;
}

.infobox.vcard.geography { /* Country infobox on first page */
    background: #CCEEFF;
}

h2 { /* Level 2 headers */
    display: block !important;
    background: #FFF8E7 !important;
    color: #03038A !important;
    border-top: solid 4px #03038A !important;
    border-bottom: solid 4px #03038A !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    text-align: center !important;
}

h2 span a { /* Edit link in the headers */
    font-size: 1em !important;
    color: #03038A !important;
}

.mw-editsection-bracket { /* Brackets enclosing the edit link in the headers */
    color: #03038A !important;
}

body.skin-vector { /* Main background (not working) */
    background-color: #CCEEFF !important; 
}
    
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-group a  { /* Subgroup boxes in navbox */
    background: #03038A !important;
    color: #FFF8E7 !important;
}

.navbox-group, .navbox-group a { /* Group boxes in navbox */
    background: #03038A !important;
    color: #FFF8E7 !important;
}

.navbox-title { /* Navbox headers */
    background: #FFF8E7 !important;
    color: #03038A !important;
    border-top: solid 4px #03038A !important;
    border-bottom: solid 4px #03038A !important;
    text-align: center !important;
}