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
No edit summary
Tag: Reverted
Add Oxanium
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:


/* Note: thanks to the Factorio wiki, their Common.css helped a bunch when creating this one */
/* Forgotten futurist */
/* Forgotten futurist */


Line 19: Line 18:


@import url("https://oxeyewiki.o7.si/w/resources/ForgottenFuturist/ForgottenFuturist.css");
@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 */
/* Use forgotten futurist for page titles - in main text it looks kinda weird */
.mw-page-title-namespace {
.mw-page-title-namespace {
font-family: ForgottenFuturistRegular;
font-family: Oxanium;
}
}


.mw-page-title-seperator {
.mw-page-title-seperator {
font-family: ForgottenFuturistRegular;
font-family: Oxanium;
}
}


.mw-page-title-main {
.mw-page-title-main {
font-family: ForgottenFuturistRegular;
font-family: Oxanium;
}
 
/* Also use it for headings */
.mw-heading {
font-family: ForgottenFuturistBold;
font-size: larger;
}
}