No edit summary |
(add fonts) |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P); | |||
@font-face{ | |||
font-family:Coders-Crux; | |||
src:url(fonts/coderscrux.eot); | |||
src:url(fonts/coderscrux.eot?#iefix) format("embedded-opentype"),url(fonts/coderscrux.otf) format("opentype"),url(fonts/coderscrux.svg) format("svg"),url(fonts/coderscrux.ttf) format("truetype"),url(fonts/coderscrux.woff) format("woff"),url(fonts/coderscrux.woff2) format("woff2"); | |||
font-weight:400; | |||
font-style:normal | |||
} | |||
@font-face { | |||
font-family: 'IBM VGA 8x16'; | |||
src:url(fonts/WebPlus_IBM_VGA_8x16.woff) format('woff'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
width: 10px; | width: 10px; | ||
| Line 40: | Line 56: | ||
line-height: 20px; | line-height: 20px; | ||
margin: 0 0 18px; | margin: 0 0 18px; | ||
} | |||
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ | |||
color:#fff; | |||
font-family:'Press Start 2P',cursive !important; | |||
font-weight:500; | |||
line-height:1.1 | |||
} | } | ||
| Line 47: | Line 70: | ||
color: #F81472; | color: #F81472; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
h2 { | h2 { | ||
Revision as of 13:47, 16 March 2022
/* All CSS here will be loaded for users of the Timeless skin */
@import url(https://fonts.googleapis.com/css?family=Press+Start+2P);
@font-face{
font-family:Coders-Crux;
src:url(fonts/coderscrux.eot);
src:url(fonts/coderscrux.eot?#iefix) format("embedded-opentype"),url(fonts/coderscrux.otf) format("opentype"),url(fonts/coderscrux.svg) format("svg"),url(fonts/coderscrux.ttf) format("truetype"),url(fonts/coderscrux.woff) format("woff"),url(fonts/coderscrux.woff2) format("woff2");
font-weight:400;
font-style:normal
}
@font-face {
font-family: 'IBM VGA 8x16';
src:url(fonts/WebPlus_IBM_VGA_8x16.woff) format('woff');
font-weight: normal;
font-style: normal;
}
::-webkit-scrollbar {
width: 10px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
background-color: #F81472;
}
::-webkit-scrollbar-track {
border: 1px solid #F81472;
background-color: #F5F5F5;
}
::selection {
background: #0080FF;
text-shadow: none;
}
.mw-wiki-logo {
background-image: url(/images/c/ce/270.png?54f72);
filter: drop-shadow(0 0.2rem #007ad0);
}
a {
color: #00ceff;
}
a:hover {
color: #00cff;
}
a:visited {
color: #00ceff;
}
p {
color: #D3D3D3;
line-height: 20px;
margin: 0 0 18px;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
color:#fff;
font-family:'Press Start 2P',cursive !important;
font-weight:500;
line-height:1.1
}
h1 {
font-size: 2.5rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h2 {
font-size: 2rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h3 {
font-size: 1.7rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h4 {
font-size: 1.25rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h5 {
font-size: 0.83rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
h6 {
font-size: 0.67rem;
clear: left;
color: #F81472;
text-transform: uppercase;
}
#mw-header-container {
background-color: #007ad0;
background-image: radial-gradient(#02131fd9,#000 200%);
border-bottom: 1px solid #00c5ffa3 !important;
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75) !important;
}
#mw-header-hack {
display: none;
}
#mw-content-container {
background-color: #00151b;
background-image: radial-gradient(#00203c,black 100%);
background-repeat: unset;
}
#mw-content{
background-color: #007ad0;
background-image: radial-gradient(#02131fd9,#000 200%);
border: 1px solid #00c5ffa3;
border-radius: 15px;
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75);
margin-top: 2em;
}
.sidebar-chunk {
background-color: #007ad0 !important;
background-image: radial-gradient(#02131fd9,#000 200%) !important;
border: 1px solid #00c5ffa3 !important;
border-radius: 15px !important;
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75) !important;
}
.toc {
background-color: #007ad0 !important;
background-image: radial-gradient(#02131fd9,#000 200%) !important;
border: 1px solid #00c5ffa3 !important;
border-radius: 15px !important;
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75) !important;
}
body {
background-color: #00151b;
background-image: radial-gradient(#00203c,black 100%);
font-family: 'IBM VGA 8x16', monospace;
font-size: 16px;
line-height: 20px;
color: #D3D3D3 !important;
}
body::after {
content: "";
position: fixed;
top: 0;
left: 0;
margin: 0;
width: 100vw;
height: 100vh;
background: repeating-linear-gradient(0deg,rgba(0,128,255,0),rgba(0,128,255,0.1) 4px,rgba(0,128,255,0.1) 4px,rgba(0,128,255,0) 7px);
pointer-events: none;
z-index: 100;
}
/* One-sided navigation menu */
@media (min-width: 1340px) {
#mw-content-block {
display: block;
}
#mw-content,
#content-bottom-stuff {
margin-left: 14em;
}
#mw-content-wrapper {
float: right;
margin-left: -14em;
width: 100%;
}
#mw-related-navigation {
width: 14em;
padding: 0 1em 0 0;
}
div.color-middle {
margin-right: 0;
}
.mw-wiki-logo {
display: inline-block;
}
}
/* Align top colour bar with page columns */
.ts-inner {
padding: 0 0 0 1em;
}
/* Re-aligning bottom logos */
#footer { padding-right: 1em; }
@media screen and (max-width: 850px) {
#mw-content-block {
background: unset;
margin-right: 1em;
}
}
/*.mw-body {
background-color: #007ad0;
background-image: radial-gradient(#02131fd9,#000 200%);
/*border: 1px solid #00c5ffa3;
border-radius: 15px;
box-shadow: 0 0 14px rgba(14,119,192,.75),inset 0 0 14px rgba(14,119,192,.75);*/
}
*/
/*#mw-page-base {
background-color: #00151b;
background-image: radial-gradient(#00203c,black 100%);
}
*/