GaryJJSpate (talk | contribs) No edit summary |
GaryJJSpate (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
Cosmos skin overrides | Cosmos skin overrides | ||
This file only controls typography and minor presentation. | |||
Colours are left to the default Cosmos / MediaWiki skin. | |||
========================================================== */ | ========================================================== */ | ||
/* ========================================================== | /* ========================================================== | ||
FONTS | |||
========================================================== */ | ========================================================== */ | ||
: | @import url(https://fonts.googleapis.com/css2?family=Bungee&family=JetBrains+Mono:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap); | ||
/* ========================================================== | /* ========================================================== | ||
COSMOS | COSMOS TYPOGRAPHY | ||
========================================================== */ | ========================================================== */ | ||
body { | |||
font-family:'Space Grotesk', sans-serif; | |||
} | } | ||
| Line 56: | Line 31: | ||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
.firstHeading, | |||
.mw-first-heading { | |||
font-family:'Bungee', system-ui, sans-serif; | |||
font- | |||
} | } | ||
| Line 75: | Line 44: | ||
. | code, | ||
pre, | |||
.mw-code { | |||
font-family:'JetBrains Mono', monospace; | |||
} | } | ||
| Line 94: | Line 57: | ||
/* ========================================================== | /* ========================================================== | ||
HEADER / NAVIGATION | |||
Leave Cosmos colours untouched | |||
========================================================== */ | ========================================================== */ | ||
| Line 131: | Line 67: | ||
#p-logo a { | #p-logo a { | ||
border-color: | border-color:inherit; | ||
} | } | ||
| Line 140: | Line 76: | ||
.cosmos-header-menu a { | .cosmos-header-menu a { | ||
text-decoration:none; | |||
} | } | ||
| Line 146: | Line 82: | ||
/* ========================================================== | |||
SEARCH | |||
Allow default MediaWiki styling | |||
========================================================== */ | ========================================================== */ | ||
. | .cosmos-searchInput input, | ||
# | #simpleSearch, | ||
.oo-ui-textInputWidget input { | |||
font-family:'Space Grotesk', sans-serif; | |||
} | } | ||
| Line 191: | Line 105: | ||
/* ========================================================== | /* ========================================================== | ||
FOOTER | FOOTER | ||
Leave default skin styling intact | |||
========================================================== */ | ========================================================== */ | ||
| Line 197: | Line 113: | ||
.mw-footer { | .mw-footer { | ||
font-family:'Space Grotesk', sans-serif; | |||
font-family:' | |||
} | } | ||
| Line 265: | Line 122: | ||
/* ========================================================== | /* ========================================================== | ||
RESPONSIVE | RESPONSIVE CLEANUP | ||
========================================================== */ | ========================================================== */ | ||
| Line 272: | Line 129: | ||
body { | |||
font-size:16px; | |||
} | } | ||
Revision as of 22:30, 29 July 2026
/* ==========================================================
THE VAULT @ THE E.E.R.I.E. FILES — MediaWiki:Cosmos.css
Cosmos skin overrides
This file only controls typography and minor presentation.
Colours are left to the default Cosmos / MediaWiki skin.
========================================================== */
/* ==========================================================
FONTS
========================================================== */
@import url(https://fonts.googleapis.com/css2?family=Bungee&family=JetBrains+Mono:wght@400;500;700&family=Space+Grotesk:wght@400;500;600;700&display=swap);
/* ==========================================================
COSMOS TYPOGRAPHY
========================================================== */
body {
font-family:'Space Grotesk', sans-serif;
}
h1,
h2,
h3,
h4,
.firstHeading,
.mw-first-heading {
font-family:'Bungee', system-ui, sans-serif;
}
code,
pre,
.mw-code {
font-family:'JetBrains Mono', monospace;
}
/* ==========================================================
HEADER / NAVIGATION
Leave Cosmos colours untouched
========================================================== */
.cosmos-community-header,
.wiki-nav,
#p-logo a {
border-color:inherit;
}
.wiki-nav a,
.cosmos-header-menu a {
text-decoration:none;
}
/* ==========================================================
SEARCH
Allow default MediaWiki styling
========================================================== */
.cosmos-searchInput input,
#simpleSearch,
.oo-ui-textInputWidget input {
font-family:'Space Grotesk', sans-serif;
}
/* ==========================================================
FOOTER
Leave default skin styling intact
========================================================== */
#footer,
.mw-footer {
font-family:'Space Grotesk', sans-serif;
}
/* ==========================================================
RESPONSIVE CLEANUP
========================================================== */
@media screen and (max-width:700px) {
body {
font-size:16px;
}
}
