Template:Safir Alliance/styles.css: Difference between revisions
From MicrasWiki
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
#toc { /* Table of content */ | #toc { /* Table of content */ | ||
background: #cceeff; | background: #cceeff; | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
} | } | ||
.infobox { /* Species infobox */ | .infobox { /* Species infobox */ | ||
background: #CCEEFF; | background: #CCEEFF; | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
} | } | ||
.infobox.vcard.geography { /* Country infobox on first page */ | .infobox.vcard.geography { /* Country infobox on first page */ | ||
background: #CCEEFF; | background: #CCEEFF; | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
} | } | ||
p { /* General text blocks */ | p { /* General text blocks */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
} | } | ||
.wikitable { /* All wikitables */ | .wikitable { /* All wikitables */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
} | } | ||
.toccolours { /* Infobox on Economy page */ | .toccolours { /* Infobox on Economy page */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
} | } | ||
.navbox { /* The nav box */ | .navbox { /* The nav box */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
} | } | ||
.mainarticle { /* The Main article lines under each header */ | .mainarticle { /* The Main article lines under each header */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
} | } | ||
h2 { /* Level 2 headers */ | h2 { /* Level 2 headers */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
display: block !important; | display: block !important; | ||
background: #FFF8E7 !important; | background: #FFF8E7 !important; | ||
| Line 47: | Line 47: | ||
big b, small b { /* Header in the Country infobox on first page */ | big b, small b { /* Header in the Country infobox on first page */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
} | } | ||
| Line 64: | Line 64: | ||
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-group a { /* Subgroup boxes in navbox */ | .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-group a { /* Subgroup boxes in navbox */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
background: #03038A !important; | background: #03038A !important; | ||
color: #FFF8E7 !important; | color: #FFF8E7 !important; | ||
| Line 70: | Line 70: | ||
.navbox-group, .navbox-group a { /* Group boxes in navbox */ | .navbox-group, .navbox-group a { /* Group boxes in navbox */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
background: #03038A !important; | background: #03038A !important; | ||
color: #FFF8E7 !important; | color: #FFF8E7 !important; | ||
| Line 76: | Line 76: | ||
.navbox-title { /* Navbox headers */ | .navbox-title { /* Navbox headers */ | ||
font-family: | font-family: 'IBM Plex Serif', serif !important; | ||
background: #FFF8E7 !important; | background: #FFF8E7 !important; | ||
color: #03038A !important; | color: #03038A !important; | ||
Revision as of 00:08, 17 September 2021
#toc { /* Table of content */
background: #cceeff;
font-family: 'IBM Plex Serif', serif !important;
}
.infobox { /* Species infobox */
background: #CCEEFF;
font-family: 'IBM Plex Serif', serif !important;
}
.infobox.vcard.geography { /* Country infobox on first page */
background: #CCEEFF;
font-family: 'IBM Plex Serif', serif !important;
}
p { /* General text blocks */
font-family: 'IBM Plex Serif', serif !important;
}
.wikitable { /* All wikitables */
font-family: 'IBM Plex Serif', serif !important;
}
.toccolours { /* Infobox on Economy page */
font-family: 'IBM Plex Serif', serif !important;
}
.navbox { /* The nav box */
font-family: 'IBM Plex Serif', serif !important;
}
.mainarticle { /* The Main article lines under each header */
font-family: 'IBM Plex Serif', serif !important;
}
h2 { /* Level 2 headers */
font-family: 'IBM Plex Serif', serif !important;
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;
}
big b, small b { /* Header in the Country infobox on first page */
font-family: 'IBM Plex Serif', serif !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 */
font-family: 'IBM Plex Serif', serif !important;
background: #03038A !important;
color: #FFF8E7 !important;
}
.navbox-group, .navbox-group a { /* Group boxes in navbox */
font-family: 'IBM Plex Serif', serif !important;
background: #03038A !important;
color: #FFF8E7 !important;
}
.navbox-title { /* Navbox headers */
font-family: 'IBM Plex Serif', serif !important;
background: #FFF8E7 !important;
color: #03038A !important;
border-top: solid 4px #03038A !important;
border-bottom: solid 4px #03038A !important;
text-align: center !important;
}