User:Lakelimbo/timeless.css

From Grifkuba
Revision as of 00:05, 13 April 2022 by Lakelimbo (talk | contribs) (I'll continue tomorrow)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Mono&display=swap');

:root {
	--main-bg: #191e2e;
	--main-border: 5px solid #2e3a62;
	--font-sans: 'Roboto', system-ui, sans-serif;
	--font-mono: 'Red Hat Mono', monospace, sans-serif;
}

body {
	background: url(https://cdn.discordapp.com/attachments/827643314475761747/963493737118453771/unknown.png);
	font-family: var(--font-sans);
	font-size: 1em;
	color: #afb7d3;
}

.mw-wiki-logo {
    background-image: url(https://cdn.discordapp.com/attachments/827643314475761747/963489771458539580/wordmark_shadow_white_blue.png);
    background-size: contain;
}

/* Header & sidebar */
#mw-header-container {
	background: none;
	color: inherit;
	position: relative;
	top: 3rem;
	border: none;
}

#p-logo-text a {
	display: none;
}

#mw-header-hack {
	display: none;
}

#mw-site-navigation .sidebar-chunk {
	background: var(--main-bg);
	border: var(--main-border);
	border-radius: 10px;
}

#mw-site-navigation .sidebar-chunk h3 {
	border-color: #eb9a05;
	font-family: var(--font-mono);
	font-weight: bold;
}

#simpleSearch {
    background: rgba(255,255,255,0.25);
    border: 2.5px solid #6c6c6c;
    border-radius: 5px;
    box-shadow: none;
}

#simpleSearch div input {
	color: #fff;
}

#simpleSearch div input::placeholder {
	color: #d2d2d9;
}

#user-tools {
	text-align: end;
}

#personal h2 {
	font-family: var(--font-mono);
	color: #fff;
	font-weight: 600;
}

#personal .dropdown {
	background: #3e4866;
    border: 3px solid #6a78a7;
    border-radius: 5px;
    text-align: start;
}

#personal .dropdown:after, #personal .dropdown:before {
	border-bottom-color: #6a78a7;
	top: -12px;
}

/* Main area */
#mw-content-container {
	background: none;
	border: none;
}

#mw-content {
	background: var(--main-bg);
	border: var(--main-border);
	border-radius: 10px;
}

.tools-inline li.selected a {
	color: #fff;
	font-weight: bold;
}

/* Footer */
.mw-footer-container {
	border: none;
	box-shadow: none;
} 

/* General stuff */
a, a:visited {
	color: #00a1ff;
}

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
	font-family: var(--font-mono);
	font-weight: bold;
	color: #fff;
}

.mw-body h1.firstHeading {
	border-color: #33cc3f;
	padding-bottom: .5rem;
	font-size: 2.5em;
}

.mw-body h2 {
	border-color: #5b6a99;
}