User:Auroraes/vector-2022.css

From Worldless
Revision as of 06:57, 3 July 2024 by Auroraes (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@font-face {
    font-family: "AssemblageSans";
    src: url("https://static.miraheze.org/worldlesswiki/6/6c/AssemblageSans-Regular.woff2");
}

@font-face {
    font-family: "AtkinsonHyperlegible";
    font-style: normal;
    src: url("https://static.miraheze.org/worldlesswiki/6/6c/AtkinsonHyperlegible-Regular.woff2");
}

@font-face {
    font-family: "AtkinsonHyperlegible";
    font-style: italic;
    src: url("https://static.miraheze.org/worldlesswiki/6/6c/AtkinsonHyperlegible-Italic.woff2");
}

@font-face {
    font-family: "AtkinsonHyperlegible";
    font-style: bold, italic;
    src: url("https://static.miraheze.org/worldlesswiki/6/6c/AtkinsonHyperlegible-BoldItalic.woff2");
}

h1, h2, h3, h4, h5, h6
{
    font-family: "AssemblageSans" !important;
    background: #1E2438 !important;
    color: #FFFFFF !important;
}

body,
.vector-header-container,
.mw-page-container,
.vector-main-menu,
.footer,
.mw-datatable,
.vector-toc
{
	font-family: "AtkinsonHyperlegible" !important;
	background: #1E2438 !important;
    color: #FFFFFF !important;
}

.vector-main-menu
{
  background: #34394A !important;
}

a,
a:link 
{
    color: #FF8A00 !important;
}