User:Auroraes/vector-2022.css: Difference between revisions

From Worldless
Content added Content deleted
No edit summary
No edit summary
Line 20: Line 20:
font-style: bold, italic;
font-style: bold, italic;
src: url("https://static.miraheze.org/worldlesswiki/6/6c/AtkinsonHyperlegible-BoldItalic.woff2");
src: url("https://static.miraheze.org/worldlesswiki/6/6c/AtkinsonHyperlegible-BoldItalic.woff2");
}

* {
background: #1E2438 !important;
color: #FFFFFF !important;
}
}



Revision as of 06:56, 3 July 2024

@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", Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

body,
.vector-header-container,
.mw-page-container,
.vector-main-menu,
.footer,
.mw-datatable,
.vector-toc
{
	font-family: "AtkinsonHyperlegible", Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

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

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