Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
fandomwiki>TheSatanicSanta
m notitle; update for new loadout
Add Oxanium
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* Forgotten futurist */
/*
* @license
* MyFonts Webfont Build ID 914017
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license from one of MyFonts official sites.
* http://www.fonts.com
* http://www.myfonts.com
* http://www.linotype.com
*
*/
@import url("https://oxeyewiki.o7.si/w/resources/ForgottenFuturist/ForgottenFuturist.css");
/* Oxanium */
@font-face {
  font-family: Oxanium;
  src: url("https://oxeyewiki.o7.si/w/resources/Oxanium/static/Oxanium-ExtraLight.ttf");
  font-weight: extra-light;
}
@font-face {
  font-family: Oxanium;
  src: url("https://oxeyewiki.o7.si/w/resources/Oxanium/static/Oxanium-ExtraLight.ttf");
  font-weight: extra-light;
}
@font-face {
  font-family: Oxanium;
  src: url("https://oxeyewiki.o7.si/w/resources/Oxanium/static/Oxanium-Light.ttf");
  font-weight: light;
}
@font-face {
  font-family: Oxanium;
  src: url("https://oxeyewiki.o7.si/w/resources/Oxanium/static/Oxanium-Medium.ttf");
  font-weight: medium;
}
@font-face {
  font-family: Oxanium;
  src: url("https://oxeyewiki.o7.si/w/resources/Oxanium/static/Oxanium-Regular.ttf");
  font-weight: regular;
}
@font-face {
  font-family: Oxanium;
  src: url("https://oxeyewiki.o7.si/w/resources/Oxanium/static/Oxanium-SemiBold.ttf");
  font-weight: semi-bold;
}
@font-face {
  font-family: Oxanium;
  src: url("https://oxeyewiki.o7.si/w/resources/Oxanium/static/Oxanium-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: Oxanium;
  src: url("https://oxeyewiki.o7.si/w/resources/Oxanium/static/Oxanium-ExtraBold.ttf");
  font-weight: extra-bold;
}
/* Use forgotten futurist for page titles - in main text it looks kinda weird */
.mw-page-title-namespace {
font-family: Oxanium;
}
.mw-page-title-seperator {
font-family: Oxanium;
}
.mw-page-title-main {
font-family: Oxanium;
}
/* This is from Fandom */
/* This governs the sections on the Community portal */
.cpbox {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.cpbox #admins {
    box-sizing: border-box;
    width: calc(33% - 10px);
    margin: 5px;
    flex-grow: 1;
    min-width: 300px;
}
.cpbox #help {
    box-sizing: border-box;
    width: calc(67% - 10px);
    margin: 5px;
    flex-grow: 1;
}
/* Infobox template style */
/* Infobox template style */
.infobox {
.infobox {