User:Auroraes/vector-2022.css

From Worldless
Revision as of 08:37, 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/1/18/AtkinsonHyperlegible-Regular.woff2");
}

h1, h2, h3, h4, h5, h6,
.mw-page-title-main,
.mw-page-title-namespace,
.mw-page-title-seperator,
.vector-pinnable-header-label
{
    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,
.mw-footer
{
	font-family: "AtkinsonHyperlegible" !important;
	background: #1E2438 !important;
    color: #FFFFFF !important;
    border: transparent;
}

.vector-pinnable-element::after
{
	background: transparent !important;
}

.vector-toc,
.vector-pinnable-header-label,
.cdx-button
{
	background: #34394A !important;
	text-color: white;
}

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

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


:root
{
	--vector-icon-custom-color: gold;
}