No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
@font-face { | @font-face { | ||
font-family: "MyWebFont"; | font-family: "MyWebFont"; | ||
src: url("/fonts/PressStart2P-Regular.ttf") format("truetype"); | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: "OpticianSans"; | font-family: "OpticianSans"; | ||
src: url("https://static.media.wiki/fonts/Optiker-K.woff2") format("woff2"); | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: Southpaw; | font-family: Southpaw; | ||
src: url("/fonts/southpaw.eot"); | |||
src: url("/fonts/southpaw.eot?#iefix") format("embedded-opentype"), | |||
url("/fonts/southpaw.otf") format("opentype"), | |||
url("/fonts/southpaw.svg") format("svg"), | |||
url("/fonts/southpaw.ttf") format("truetype"), | |||
url("/fonts/southpaw.woff") format("woff"), | |||
url("/fonts/southpaw.woff2") format("woff2"); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: "IBM VGA 8x16"; | font-family: "IBM VGA 8x16"; | ||
src: url(fonts/WebPlus_IBM_VGA_8x16.woff) format("woff"); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | } | ||
| Line 65: | Line 65: | ||
::placeholder { | ::placeholder { | ||
color: # | color: #d3d3d3; | ||
} | } | ||
| Line 71: | Line 71: | ||
border: 1px solid #00c5ffa3; | border: 1px solid #00c5ffa3; | ||
border-radius: 15px; | border-radius: 15px; | ||
box-shadow: 0 0 14px rgb(14 119 192 / 75%), inset 0 0 14px rgb(14 119 192 / 75%); | box-shadow: 0 0 14px rgb(14 119 192 / 75%), | ||
inset 0 0 14px rgb(14 119 192 / 75%); | |||
background: inherit; | background: inherit; | ||
background-color: #007ad0; | background-color: #007ad0; | ||
background-image: radial-gradient(#02131fd9,#000 200%); | background-image: radial-gradient(#02131fd9, #000 200%); | ||
} | } | ||
| Line 86: | Line 87: | ||
height: 100%; | height: 100%; | ||
background: repeating-linear-gradient( | 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; | pointer-events: none; | ||
} | } | ||
#searchInput { | #searchInput { | ||
color: # | color: #d3d3d3; | ||
} | } | ||
| Line 139: | Line 140: | ||
width: 82%; | width: 82%; | ||
height: 75%; | height: 75%; | ||
/* background-image: repeating-radial-gradient(circle at 17% 32%, white, black 0.00085px); | |||
animation: tv-static 5s linear infinite;*/ | animation: tv-static 5s linear infinite;*/ | ||
} | } | ||
| Line 160: | Line 161: | ||
.rt-tooltip { | .rt-tooltip { | ||
background-color: #007ad0; | background-color: #007ad0; | ||
background-image: radial-gradient(#02131fd9,#000 200%); | background-image: radial-gradient(#02131fd9, #000 200%); | ||
border: 1px solid #00c5ffa3; | border: 1px solid #00c5ffa3; | ||
border-radius: 15px; | border-radius: 15px; | ||
font-size: 14px; | font-size: 14px; | ||
box-shadow: 0 0 14px rgb(14 119 192 / 75%), inset 0 0 14px rgb(14 119 192 / 75%); | box-shadow: 0 0 14px rgb(14 119 192 / 75%), | ||
inset 0 0 14px rgb(14 119 192 / 75%); | |||
color: inherit; | color: inherit; | ||
} | } | ||
| Line 177: | Line 179: | ||
height: 100%; | height: 100%; | ||
background: repeating-linear-gradient( | 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; | pointer-events: none; | ||
} | } | ||
| Line 198: | Line 200: | ||
.mwe-popups-container { | .mwe-popups-container { | ||
background-color: #00151b !important; | background-color: #00151b !important; | ||
background-image: radial-gradient(#00203c,black 100%) !important; | background-image: radial-gradient(#00203c, black 100%) !important; | ||
border: 1px solid #00c5ffa3; | border: 1px solid #00c5ffa3; | ||
border-radius: 15px; | border-radius: 15px; | ||
box-shadow: 0 0 14px rgb(14 119 192 / 75%), inset 0 0 14px rgb(14 119 192 / 75%); | box-shadow: 0 0 14px rgb(14 119 192 / 75%), | ||
inset 0 0 14px rgb(14 119 192 / 75%); | |||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
| Line 214: | Line 217: | ||
height: 100%; | height: 100%; | ||
background: repeating-linear-gradient( | 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; | pointer-events: none; | ||
} | } | ||
| Line 227: | Line 230: | ||
} | } | ||
.mwe-popups .mwe-popups-extract[dir= | .mwe-popups .mwe-popups-extract[dir="ltr"]:after { | ||
background-image: none !important; | background-image: none !important; | ||
} | } | ||
| Line 251: | Line 254: | ||
.mwe-popups .mwe-popups-extract { | .mwe-popups .mwe-popups-extract { | ||
color: # | color: #d3d3d3; | ||
} | } | ||
.oo-ui-icon-settings, .mw-ui-icon-settings:before { | .oo-ui-icon-settings, | ||
.mw-ui-icon-settings:before { | |||
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F81472' d='M20 14.5v-2.9l-1.8-.3c-.1-.4-.3-.8-.6-1.4l1.1-1.5-2.1-2.1-1.5 1.1c-.5-.3-1-.5-1.4-.6L13.5 5h-2.9l-.3 1.8c-.5.1-.9.3-1.4.6L7.4 6.3 5.3 8.4l1 1.5c-.3.5-.4.9-.6 1.4l-1.7.2v2.9l1.8.3c.1.5.3.9.6 1.4l-1 1.5 2.1 2.1 1.5-1c.4.2.9.4 1.4.6l.3 1.8h3l.3-1.8c.5-.1.9-.3 1.4-.6l1.5 1.1 2.1-2.1-1.1-1.5c.3-.5.5-1 .6-1.4l1.5-.3zM12 16c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z'/%3E%3C/svg%3E") !important; | background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F81472' d='M20 14.5v-2.9l-1.8-.3c-.1-.4-.3-.8-.6-1.4l1.1-1.5-2.1-2.1-1.5 1.1c-.5-.3-1-.5-1.4-.6L13.5 5h-2.9l-.3 1.8c-.5.1-.9.3-1.4.6L7.4 6.3 5.3 8.4l1 1.5c-.3.5-.4.9-.6 1.4l-1.7.2v2.9l1.8.3c.1.5.3.9.6 1.4l-1 1.5 2.1 2.1 1.5-1c.4.2.9.4 1.4.6l.3 1.8h3l.3-1.8c.5-.1.9-.3 1.4-.6l1.5 1.1 2.1-2.1-1.1-1.5c.3-.5.5-1 .6-1.4l1.5-.3zM12 16c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z'/%3E%3C/svg%3E") !important; | ||
} | } | ||
| Line 269: | Line 273: | ||
background-image: radial-gradient(#02131fd9, #000 200%) !important; | background-image: radial-gradient(#02131fd9, #000 200%) !important; | ||
box-shadow: 0 0 14px rgb(14 119 192 / 75%), | box-shadow: 0 0 14px rgb(14 119 192 / 75%), | ||
inset 0 0 14px rgb(14 119 192 / 75%) !important; | |||
border-top: 1px solid #00c5ffa3; | border-top: 1px solid #00c5ffa3; | ||
} | } | ||
| Line 298: | Line 302: | ||
height: 100%; | height: 100%; | ||
background: repeating-linear-gradient( | 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; | pointer-events: none; | ||
} | } | ||
| Line 394: | Line 398: | ||
border-radius: 15px; | border-radius: 15px; | ||
box-shadow: 0 0 14px rgb(14 119 192 / 75%), | box-shadow: 0 0 14px rgb(14 119 192 / 75%), | ||
inset 0 0 14px rgb(14 119 192 / 75%); | |||
} | } | ||
| Line 406: | Line 410: | ||
height: 100%; | height: 100%; | ||
background: repeating-linear-gradient( | 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; | pointer-events: none; | ||
border-bottom: none; | border-bottom: none; | ||
| Line 459: | Line 463: | ||
height: 100%; | height: 100%; | ||
background: repeating-linear-gradient( | 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; | pointer-events: none; | ||
} | } | ||
| Line 517: | Line 521: | ||
} | } | ||
cite > a, .mw-parser-output a.extiw, .mw-parser-output a.extiw:active, .mw-parser-output a.external { | cite > a, | ||
.mw-parser-output a.extiw, | |||
.mw-parser-output a.extiw:active, | |||
.mw-parser-output a.external { | |||
color: #00ceff !important; | color: #00ceff !important; | ||
} | } | ||
| Line 675: | Line 682: | ||
border-radius: 15px; | border-radius: 15px; | ||
box-shadow: 0 0 14px rgba(14, 119, 192, 0.75), | box-shadow: 0 0 14px rgba(14, 119, 192, 0.75), | ||
inset 0 0 14px rgba(14, 119, 192, 0.75); | |||
} | } | ||
| Line 692: | Line 699: | ||
border-radius: 15px !important; | border-radius: 15px !important; | ||
box-shadow: 0 0 14px rgba(14, 119, 192, 0.75), | box-shadow: 0 0 14px rgba(14, 119, 192, 0.75), | ||
inset 0 0 14px rgba(14, 119, 192, 0.75) !important; | |||
} | } | ||
| Line 722: | Line 729: | ||
height: 100vh; | height: 100vh; | ||
background: repeating-linear-gradient( | 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; | pointer-events: none; | ||
} | } | ||
| Line 737: | Line 744: | ||
#mw-content, | #mw-content, | ||
#content-bottom-stuff { | |||
margin-left: 14em; | margin-left: 14em; | ||
margin-right: 1em; | margin-right: 1em; | ||
| Line 774: | Line 781: | ||
border-radius: 15px !important; | border-radius: 15px !important; | ||
box-shadow: 0 0 14px rgb(14 119 192 / 75%), | box-shadow: 0 0 14px rgb(14 119 192 / 75%), | ||
inset 0 0 14px rgb(14 119 192 / 75%) !important; | |||
} | } | ||
| Line 786: | Line 793: | ||
height: 100% !important; | height: 100% !important; | ||
background: repeating-linear-gradient( | 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 | |||
) !important; | |||
pointer-events: none !important; | pointer-events: none !important; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
| Line 803: | Line 810: | ||
#mw-site-navigation .sidebar-chunk h2 span:before, | #mw-site-navigation .sidebar-chunk h2 span:before, | ||
#mw-site-navigation .sidebar-chunk h2 span:after { | |||
content: none !important; | content: none !important; | ||
} | } | ||
| Line 852: | Line 859: | ||
padding-left: 1em; | padding-left: 1em; | ||
} | } | ||
/* | /* | ||
#mobile-buffer { | #mobile-buffer { | ||
float: none; | float: none; | ||
| Line 906: | Line 913: | ||
@media screen and (min-width: 1100px) and (max-width: 1339px) { | @media screen and (min-width: 1100px) and (max-width: 1339px) { | ||
#mw-content, #content-bottom-stuff { | #mw-content, | ||
#content-bottom-stuff { | |||
margin-top: 2em; | margin-top: 2em; | ||
} | } | ||
| Line 967: | Line 975: | ||
bottom: 0; | bottom: 0; | ||
right: 0; | right: 0; | ||
/*background: rgba(94 90 90 / 18%);*/ | |||
background: repeating-linear-gradient(0deg,rgba(0,128,255,0), | 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 | |||
); | |||
opacity: 0; | opacity: 0; | ||
z-index: 2; | z-index: 2; | ||
| Line 984: | Line 995: | ||
height: 100px; | height: 100px; | ||
z-index: 8; | z-index: 8; | ||
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, | background: linear-gradient( | ||
0deg, | |||
rgba(0, 0, 0, 0) 0%, | |||
rgba(255, 255, 255, 0.2) 10%, | |||
rgba(0, 0, 0, 0.1) 100% | |||
); | |||
opacity: 0.1; | opacity: 0.1; | ||
position: absolute; | position: absolute; | ||
| Line 1,003: | Line 1,017: | ||
.vline::before { | .vline::before { | ||
content: | content: ""; | ||
position: absolute; | position: absolute; | ||
top: 0; | top: 0; | ||
| Line 1,009: | Line 1,023: | ||
height: 4px; | height: 4px; | ||
background: #fff; | background: #fff; | ||
background: -webkit-linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,250,250,1) 50%,rgba(255,255,255,0.98) 51%,rgba(255,0,0,0) 100%); | background: -webkit-linear-gradient( | ||
background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,250,250,1) 50%,rgba(255,255,255,0.98) 51%,rgba(255,0,0,0) 100%); | to bottom, | ||
opacity: .2; | rgba(255, 0, 0, 0) 0%, | ||
rgba(255, 250, 250, 1) 50%, | |||
rgba(255, 255, 255, 0.98) 51%, | |||
rgba(255, 0, 0, 0) 100% | |||
); | |||
background: linear-gradient( | |||
to bottom, | |||
rgba(255, 0, 0, 0) 0%, | |||
rgba(255, 250, 250, 1) 50%, | |||
rgba(255, 255, 255, 0.98) 51%, | |||
rgba(255, 0, 0, 0) 100% | |||
); | |||
opacity: 0.2; | |||
animation: vline 8s linear infinite; | animation: vline 8s linear infinite; | ||
} | } | ||
.vline::after { | .vline::after { | ||
content: | content: ""; | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
| Line 1,023: | Line 1,049: | ||
height: 4px; | height: 4px; | ||
position: absolute; | position: absolute; | ||
box-shadow: 0 2px 6px rgba(25,25,25,0.2), | box-shadow: 0 2px 6px rgba(25, 25, 25, 0.2), | ||
inset 0 1px rgba(50, 50, 50, 0.1), inset 0 3px rgba(50, 50, 50, 0.05), | |||
inset 0 3px 8px rgba(64, 64, 64, 0.05), | |||
inset 0 -5px 10px rgba(25, 25, 25, 0.1); | |||
} | } | ||
| Line 1,034: | Line 1,059: | ||
text-align: left; | text-align: left; | ||
position: relative; | position: relative; | ||
/* top: 30px; */ | |||
left: 24px; | left: 24px; | ||
width: 310px; | width: 310px; | ||
| Line 1,042: | Line 1,067: | ||
font-family: "VT323" !important; | font-family: "VT323" !important; | ||
font-weight: bold; | font-weight: bold; | ||
border-right: 14px solid # | border-right: 14px solid #f81472; | ||
position: relative; | position: relative; | ||
color: # | color: #f81472; | ||
font-size: 33px; | font-size: 33px; | ||
overflow: hidden; | overflow: hidden; | ||
| Line 1,051: | Line 1,076: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
animation: typing 8s steps(12, end) forwards, | animation: typing 8s steps(12, end) forwards, | ||
blink-cursor 0.8s step-end infinite; | |||
} | } | ||
| Line 1,175: | Line 1,200: | ||
90% { | 90% { | ||
opacity: 0. | opacity: 0.7003; | ||
} | } | ||
| Line 1,207: | Line 1,232: | ||
50% { | 50% { | ||
border-color: # | border-color: #f81472; | ||
} | } | ||
} | } | ||
| Line 1,255: | Line 1,280: | ||
.terminal { | .terminal { | ||
/*top: 30px;*/ | |||
left: 14px; | left: 14px; | ||
width: 220px; | width: 220px; | ||
} | } | ||
| Line 1,279: | Line 1,303: | ||
} | } | ||
.player.green-audio-player .slider .gap-progress .pin{ | .player.green-audio-player .slider .gap-progress .pin { | ||
background-color: # | background-color: #f81472; | ||
} | } | ||
.player.green-audio-player .slider .gap-progress{ | .player.green-audio-player .slider .gap-progress { | ||
background-color: # | background-color: #f81472; | ||
} | } | ||
.player.green-audio-player .controls{ | .player.green-audio-player .controls { | ||
color: # | color: #f81472; | ||
font-family: inherit; | font-family: inherit; | ||
} | } | ||
path.play-pause-btn__icon, path.volume__speaker, .volume__button.open path { | path.play-pause-btn__icon, | ||
path.volume__speaker, | |||
.volume__button.open path { | |||
fill: #f81472 !important; | |||
} | } | ||
Revision as of 10:15, 26 April 2022
/* All CSS here will be loaded for users of the Timeless skin */
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
@import url("https://fonts.googleapis.com/css?family=VT323&display=swap");
@font-face {
font-family: "MyWebFont";
src: url("/fonts/PressStart2P-Regular.ttf") format("truetype");
}
@font-face {
font-family: "OpticianSans";
src: url("https://static.media.wiki/fonts/Optiker-K.woff2") format("woff2");
}
@font-face {
font-family: Southpaw;
src: url("/fonts/southpaw.eot");
src: url("/fonts/southpaw.eot?#iefix") format("embedded-opentype"),
url("/fonts/southpaw.otf") format("opentype"),
url("/fonts/southpaw.svg") format("svg"),
url("/fonts/southpaw.ttf") format("truetype"),
url("/fonts/southpaw.woff") format("woff"),
url("/fonts/southpaw.woff2") format("woff2");
font-weight: normal;
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;
}
::selection {
background: #f81472 !important;
}
::-webkit-scrollbar {
width: 10px;
background-color: #f5f5f5;
}
#mw-wrapper {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.mw-body dt {
font-family: inherit;
}
#mw-content-container {
flex: 1;
}
ul#filetoc {
background: transparent;
border: none;
padding: 0;
display: inline;
}
::placeholder {
color: #d3d3d3;
}
#simpleSearch {
border: 1px solid #00c5ffa3;
border-radius: 15px;
box-shadow: 0 0 14px rgb(14 119 192 / 75%),
inset 0 0 14px rgb(14 119 192 / 75%);
background: inherit;
background-color: #007ad0;
background-image: radial-gradient(#02131fd9, #000 200%);
}
#simpleSearch::after {
content: "";
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
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;
}
#searchInput {
color: #d3d3d3;
}
#bandcamp {
height: 42px;
display: flex;
}
#youtube-outer {
background-position: center;
background-size: contain;
background-repeat: no-repeat;
border-radius: 1%;
background-image: url(/images/7/75/Television.png);
width: 448px;
height: 408px;
position: relative;
float: right;
margin-left: 1em;
margin-bottom: 1em;
clear: both;
z-index: 1;
}
@media screen and (max-width: 1400px) {
#youtube-outer {
width: 329px;
height: 300px;
margin: 0 auto;
margin-bottom: 1em;
float: none;
}
}
.youtube-middle {
border-radius: 3%;
position: absolute;
z-index: -1;
top: 10%;
left: 9%;
background-color: transparent !important;
width: 82%;
height: 75%;
/* background-image: repeating-radial-gradient(circle at 17% 32%, white, black 0.00085px);
animation: tv-static 5s linear infinite;*/
}
/*
@keyframes tv-static {
from {
background-size: 100% 100%;
}
to {
background-size: 200% 200%;
}
}
*/
.rt-settingsLink {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F81472' d='M20 14.5v-2.9l-1.8-.3c-.1-.4-.3-.8-.6-1.4l1.1-1.5-2.1-2.1-1.5 1.1c-.5-.3-1-.5-1.4-.6L13.5 5h-2.9l-.3 1.8c-.5.1-.9.3-1.4.6L7.4 6.3 5.3 8.4l1 1.5c-.3.5-.4.9-.6 1.4l-1.7.2v2.9l1.8.3c.1.5.3.9.6 1.4l-1 1.5 2.1 2.1 1.5-1c.4.2.9.4 1.4.6l.3 1.8h3l.3-1.8c.5-.1.9-.3 1.4-.6l1.5 1.1 2.1-2.1-1.1-1.5c.3-.5.5-1 .6-1.4l1.5-.3zM12 16c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z'/%3E%3C/svg%3E");
}
.rt-tooltip {
background-color: #007ad0;
background-image: radial-gradient(#02131fd9, #000 200%);
border: 1px solid #00c5ffa3;
border-radius: 15px;
font-size: 14px;
box-shadow: 0 0 14px rgb(14 119 192 / 75%),
inset 0 0 14px rgb(14 119 192 / 75%);
color: inherit;
}
.rt-tooltip::after {
content: "";
position: inherit;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
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;
}
.rt-tooltipTail {
display: none;
}
.mwe-popups {
background: transparent;
border: 1px solid #00c5ffa3;
border-radius: 15px;
}
.mwe-popups-container {
background-color: #00151b !important;
background-image: radial-gradient(#00203c, black 100%) !important;
border: 1px solid #00c5ffa3;
border-radius: 15px;
box-shadow: 0 0 14px rgb(14 119 192 / 75%),
inset 0 0 14px rgb(14 119 192 / 75%);
font-size: 14px;
}
.mwe-popups-container::after {
content: "";
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
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;
}
.mwe-popups-extract:hover {
color: #00ceff !important;
}
.mwe-popups .mwe-popups-extract[dir="ltr"]:after {
background-image: none !important;
}
.mwe-popups .mwe-popups-container {
clip-path: none;
}
.mwe-popups.mwe-popups-is-not-tall .mwe-popups-thumbnail {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
width: 318px;
z-index: 1;
position: relative;
}
.mwe-popups.mwe-popups-is-tall .mwe-popups-discreet .mwe-popups-thumbnail {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
z-index: 1;
position: relative;
}
.mwe-popups .mwe-popups-extract {
color: #d3d3d3;
}
.oo-ui-icon-settings,
.mw-ui-icon-settings:before {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23F81472' d='M20 14.5v-2.9l-1.8-.3c-.1-.4-.3-.8-.6-1.4l1.1-1.5-2.1-2.1-1.5 1.1c-.5-.3-1-.5-1.4-.6L13.5 5h-2.9l-.3 1.8c-.5.1-.9.3-1.4.6L7.4 6.3 5.3 8.4l1 1.5c-.3.5-.4.9-.6 1.4l-1.7.2v2.9l1.8.3c.1.5.3.9.6 1.4l-1 1.5 2.1 2.1 1.5-1c.4.2.9.4 1.4.6l.3 1.8h3l.3-1.8c.5-.1.9-.3 1.4-.6l1.5 1.1 2.1-2.1-1.1-1.5c.3-.5.5-1 .6-1.4l1.5-.3zM12 16c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z'/%3E%3C/svg%3E") !important;
}
.tracklist th {
background-color: unset !important;
background-image: inherit !important;
}
.mw-mmv-post-image,
.mw-mmv-image-metadata {
color: inherit !important;
background-color: #007ad0 !important;
background-image: radial-gradient(#02131fd9, #000 200%) !important;
box-shadow: 0 0 14px rgb(14 119 192 / 75%),
inset 0 0 14px rgb(14 119 192 / 75%) !important;
border-top: 1px solid #00c5ffa3;
}
.mw-mmv-image-metadata-desc-column {
width: 100%;
}
.mw-mmv-above-fold {
border-top: 1px solid #00c5ffa3;
}
.mw-mmv-image-metadata-links-column {
float: none;
}
.mw-ui-button.mw-ui-progressive:not(:disabled) {
background-color: #f81472;
}
.mw-mmv-post-image::after {
content: "";
position: inherit;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
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;
}
kbd {
background: transparent !important;
font-family: inherit !important;
}
.wikitable {
background: unset;
background-color: unset;
color: unset;
filter: brightness(120%);
border: 1px solid #f81472;
background-image: radial-gradient(#001321d9, black 200%) !important;
}
.mw-body-content a > img,
.mw-body-content .floatnone > img {
position: relative;
z-index: 1;
}
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,
.mw-changeslist-legend,
.mw-body .mw-search-profile-tabs,
.mw-body fieldset#mw-searchoptions,
.mw_metadata,
.wikitable,
.mw-datatable {
color: inherit !important;
background: inherit !important;
border: initial;
}
.mw_metadata > tr > th,
.mw-datatable > tr > th,
.wikitable > tr > th,
.mw_metadata > tr > td,
.mw-datatable > tr > td,
.wikitable > tr > td,
.mw_metadata > * > tr > th,
.mw-datatable > * > tr > th,
.wikitable > * > tr > th,
.mw_metadata > * > tr > td,
.mw-datatable > * > tr > td,
.wikitable > * > tr > td {
border: 1px solid #f81472 !important;
background-image: radial-gradient(#001321d9, black 200%) !important;
}
th {
background-color: #f81472 !important;
background-image: radial-gradient(#001321d9, black 200%) !important;
}
td {
background-color: initial !important;
}
.toccolours th,
.toccolours td {
width: auto !important;
vertical-align: middle !important;
padding-right: 0 !important;
border: 1px solid #f81472 !important;
}
.toccolours th {
text-align: center !important;
}
.toccolours td {
padding-left: 1em;
}
.toccolours {
border: none !important;
background: inherit !important;
border-collapse: collapse;
background-image: radial-gradient(#001321d9, black 200%) !important;
}
#personal .dropdown,
.mw-mmv-dialog {
background-color: #007ad0;
background-image: radial-gradient(#02131fd9, #000 200%);
border: 1px solid #00c5ffa3;
border-radius: 15px;
box-shadow: 0 0 14px rgb(14 119 192 / 75%),
inset 0 0 14px rgb(14 119 192 / 75%);
}
#personal .dropdown::after {
content: "";
position: inherit;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
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;
border-bottom: none;
border-left: none;
border-right: none;
}
#personal .dropdown::before {
content: "";
border-bottom: none;
border-left: none;
border-right: none;
}
.mw-mmv-dialog-down-arrow {
display: none;
}
.mw-mmv-options-dialog-header {
color: #f81472;
}
.mw-mmv-options-text-header,
.mw-mmv-options-text-body,
.mw-ui-button.mw-ui-quiet {
color: inherit;
}
.mw-mmv-dialog .mw-mmv-dialog-warning,
.mw-mmv-download-pane .mw-mmv-download-attribution {
background-color: unset !important;
}
.mw-mmv-download-pane .mw-mmv-download-area {
padding-bottom: 0;
}
.mw-mmv-options-dialog::after,
.mw-mmv-reuse-dialog::after,
.mw-mmv-download-dialog::after {
content: "";
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
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;
}
ol.references li:target,
sup.reference:target {
background-color: #f81493;
}
.diff-addedline .diffchange {
background: #f81493;
}
.diff-context {
background: #f81493;
border-color: #00c5ffa3;
color: inherit;
}
::-webkit-scrollbar-thumb {
background-color: #f81472;
}
::-webkit-scrollbar-track {
border: 1px solid #f81472;
background-color: #f5f5f5;
}
::selection {
background: #0080ff;
text-shadow: none;
}
.optician-sans {
font-family: OpticianSans;
}
.mw-wiki-logo {
background-image: url(/images/c/ce/270.png?54f72);
filter: drop-shadow(0 0.2rem #007ad0);
}
#searchButton,
#mw-searchButton,
#personal h2 {
background-size: 25px;
}
.thumbinner > a {
display: flex;
justify-content: center;
}
cite > a,
.mw-parser-output a.extiw,
.mw-parser-output a.extiw:active,
.mw-parser-output a.external {
color: #00ceff !important;
}
.thumbcaption {
font-family: Southpaw;
color: #333;
text-align: center !important;
padding-top: 10px;
}
.mw-content-ltr .magnify {
display: none;
}
a {
color: #00ceff;
}
a:hover {
color: #00ccff;
}
a:visited {
color: #00ceff;
}
#bodyContentOuter {
z-index: unset;
}
p {
color: #d3d3d3;
line-height: 20px;
}
.thumbinner {
padding: 12px 3px 9px;
background-color: #ddd;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #777;
border-bottom: 1px solid #777;
box-shadow: 0 4px 15px 4px rgb(0 0 0 / 30%);
transform-origin: center center;
position: relative;
z-index: 95;
}
.thumbinner img {
width: 100%;
}
#p-logo {
display: none;
}
#p-banner img {
filter: drop-shadow(0 0.2rem #007ad0);
}
ol.references > li {
word-wrap: break-word;
}
/* make entire header logo linkable */
#p-logo-text {
max-width: 302px !important;
}
#p-logo-text a {
font-family: "Press Start 2P", cursive !important;
color: #f81472;
font-variant: unset;
font-size: 1.25em !important;
text-transform: uppercase;
padding: unset !important;
width: max-content;
}
.mw-editsection {
font-family: "IBM VGA 8x16" !important;
text-transform: none !important;
}
.mw-body {
word-wrap: unset;
}
.mw-body h2 {
border-bottom: 1px solid #00c5ffa3;
}
.mw-body h1.firstHeading {
border-bottom: 1px solid #00c5ffa3;
}
.tools-inline li.selected a {
color: #f81472;
}
.tools-inline li.selected {
border-bottom: none;
}
.tools-inline li {
border-bottom: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
color: #f81472;
font-family: "Press Start 2P", cursive !important;
text-transform: uppercase;
}
.mw-body .mw-parser-output h1:after,
.mw-body .mw-parser-output h2:after {
border-bottom: 1px solid #00c5ffa3 !important;
}
#mw-header-container {
background-color: inherit;
background-image: inherit;
position: relative;
}
.mw-footer-container {
border-top: none;
}
#mw-header-hack {
display: none;
}
#mw-content-container {
background-color: inherit;
background-image: inherit;
background-repeat: unset;
border-bottom: none !important;
margin-top: 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, 0.75),
inset 0 0 14px rgba(14, 119, 192, 0.75);
}
.sidebar-chunk {
background-color: unset !important;
background-image: unset !important;
border: unset !important;
border-radius: unset !important;
box-shadow: unset !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, 0.75),
inset 0 0 14px rgba(14, 119, 192, 0.75) !important;
}
.sidebar-chunk h3 {
font-size: 0.9em !important;
border-bottom: 1px solid #00c5ffa3 !important;
}
#mw-header-nav-hack {
display: none;
}
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;
}
/* One-sided navigation menu */
@media (min-width: 1340px) {
#mw-content-block {
display: block;
}
#mw-content,
#content-bottom-stuff {
margin-left: 14em;
margin-right: 1em;
margin-top: 1em;
}
#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;
}
}
/* Re-aligning bottom logos */
#footer {
padding-right: 1em;
}
@media screen and (max-width: 1100px) {
.sidebar-inner {
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 rgb(14 119 192 / 75%),
inset 0 0 14px rgb(14 119 192 / 75%) !important;
}
.sidebar-inner::after {
content: "" !important;
position: inherit !important;
top: 0 !important;
left: 0 !important;
margin: 0 !important;
width: 100% !important;
height: 100% !important;
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
) !important;
pointer-events: none !important;
border-bottom: none !important;
border-left: none !important;
border-right: none !important;
}
.sidebar-inner::before {
content: none !important;
}
#mw-site-navigation .sidebar-chunk h2 span:before,
#mw-site-navigation .sidebar-chunk h2 span:after {
content: none !important;
}
}
@media screen and (max-width: 850px) {
#mw-content-block {
background: unset;
}
#mw-content {
border-radius: unset;
border: unset;
border-top: 1px solid #00c5ffa3;
border-bottom: 1px solid #00c5ffa3;
}
#site-navigation h2 {
right: 7.7em;
left: unset;
}
#site-tools h2 {
right: 4.45em;
}
#p-logo-text {
left: unset;
}
#site-navigation .sidebar-inner {
right: 0;
left: unset;
}
#p-banner img {
width: 200px;
height: 25.75px;
padding-top: 5px;
}
.mw-body h1.firstHeading {
overflow-wrap: anywhere;
}
#bodyContent {
padding-right: 1em;
padding-left: 1em;
}
/*
#mobile-buffer {
float: none;
}
#youtube-outer {
margin-right: auto;
float:none;
}
*/
.thumbinner {
max-width: 325px;
}
.mw-body h1.firstHeading {
text-align: center;
}
h1 {
font-size: 1.5rem !important;
}
h2 {
font-size: 1rem !important;
}
h3 {
font-size: 0.83rem !important;
}
h4 {
font-size: 0.67rem !important;
}
h5 {
font-size: 0.5rem !important;
}
h6 {
font-size: 0.33rem !important;
}
}
@media screen and (min-width: 851px) {
.ts-inner {
max-width: unset;
margin: unset;
}
#mw-header-container {
padding: 1em 0 0;
}
}
@media screen and (min-width: 1100px) and (max-width: 1339px) {
#mw-content,
#content-bottom-stuff {
margin-top: 2em;
}
}
/* Front page logo animation -
templatestyles rejected some of the rules, so placing here */
#monitor-out {
position: relative;
z-index: 1;
}
#monitor {
position: relative;
width: 450px;
height: 440px;
border-radius: 1%;
background: url(/images/b/bf/Monitor.png);
background-size: contain;
background-repeat: no-repeat;
margin: 0 auto;
}
/*
#monitor:after {
content: "";
position: absolute;
z-index: -1;
top: 38px;
left: 38px;
height: 221px;
width: 255px;
background: repeating-linear-gradient(
#00000012,
#00000012 1px,
transparent 1px,
transparent 2px
);
}
*/
.inner {
position: absolute;
background-image: radial-gradient(ellipse, #0243708f 30%, #00000091 90%);
background-image: radial-gradient(#1b5bff, black 120%);
top: 48px;
left: 48px;
width: 353px;
height: 326px;
border-radius: 3%;
z-index: -1;
}
.inner::after {
content: " ";
display: block;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
/*background: rgba(94 90 90 / 18%);*/
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
);
opacity: 0;
z-index: 2;
animation: flicker 0.15s infinite;
}
.scan-line {
top: -100px;
left: 0;
right: 0;
width: 100%;
height: 100px;
z-index: 8;
background: linear-gradient(
0deg,
rgba(0, 0, 0, 0) 0%,
rgba(255, 255, 255, 0.2) 10%,
rgba(0, 0, 0, 0.1) 100%
);
opacity: 0.1;
position: absolute;
animation: scan-line 8s linear infinite;
}
.vline {
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
position: absolute;
z-index: 4100;
}
.vline::before {
content: "";
position: absolute;
top: 0;
width: 100%;
height: 4px;
background: #fff;
background: -webkit-linear-gradient(
to bottom,
rgba(255, 0, 0, 0) 0%,
rgba(255, 250, 250, 1) 50%,
rgba(255, 255, 255, 0.98) 51%,
rgba(255, 0, 0, 0) 100%
);
background: linear-gradient(
to bottom,
rgba(255, 0, 0, 0) 0%,
rgba(255, 250, 250, 1) 50%,
rgba(255, 255, 255, 0.98) 51%,
rgba(255, 0, 0, 0) 100%
);
opacity: 0.2;
animation: vline 8s linear infinite;
}
.vline::after {
content: "";
top: 0;
left: 0;
right: 0;
width: 100%;
height: 4px;
position: absolute;
box-shadow: 0 2px 6px rgba(25, 25, 25, 0.2),
inset 0 1px rgba(50, 50, 50, 0.1), inset 0 3px rgba(50, 50, 50, 0.05),
inset 0 3px 8px rgba(64, 64, 64, 0.05),
inset 0 -5px 10px rgba(25, 25, 25, 0.1);
}
.terminal {
font-family: "VT323";
text-align: left;
position: relative;
/* top: 30px; */
left: 24px;
width: 310px;
}
.terminal h1 {
font-family: "VT323" !important;
font-weight: bold;
border-right: 14px solid #f81472;
position: relative;
color: #f81472;
font-size: 33px;
overflow: hidden;
white-space: nowrap;
letter-spacing: 2px;
box-sizing: border-box;
animation: typing 8s steps(12, end) forwards,
blink-cursor 0.8s step-end infinite;
}
.terminal h1::before,
.terminal h1::after {
content: attr(title);
position: absolute;
left: 0;
}
.logo {
position: absolute;
left: 56px;
top: 130px;
width: 250px;
height: 100%;
background-image: url(/images/b/b8/Logo_resize2.png);
background-repeat: no-repeat;
background-size: contain;
animation: logo 8s linear;
filter: drop-shadow(0 0.2rem #007ad0);
}
@keyframes vline {
0% {
top: 0;
opacity: 0;
}
79% {
top: 0;
opacity: 0;
}
80% {
top: 0;
opacity: 0.2;
}
99% {
top: 100%;
opacity: 0.2;
}
100% {
top: 100%;
opacity: 0;
}
}
@keyframes flicker {
0% {
opacity: 0.27861;
}
5% {
opacity: 0.34769;
}
10% {
opacity: 0.23604;
}
15% {
opacity: 0.90626;
}
20% {
opacity: 0.18128;
}
25% {
opacity: 0.83891;
}
30% {
opacity: 0.65583;
}
35% {
opacity: 0.67807;
}
40% {
opacity: 0.26559;
}
45% {
opacity: 0.84693;
}
50% {
opacity: 0.96019;
}
55% {
opacity: 0.08594;
}
60% {
opacity: 0.20313;
}
65% {
opacity: 0.71988;
}
70% {
opacity: 0.53455;
}
75% {
opacity: 0.37288;
}
80% {
opacity: 0.71428;
}
85% {
opacity: 0.70419;
}
90% {
opacity: 0.7003;
}
95% {
opacity: 0.36108;
}
100% {
opacity: 0.24387;
}
}
@keyframes scan-line {
0% {
top: -100px;
}
80% {
top: -100px;
}
100% {
top: calc(100% - 50px);
}
}
@keyframes blink-cursor {
0% {
border-color: transparent;
}
50% {
border-color: #f81472;
}
}
@keyframes typing {
0% {
width: 0;
}
20% {
width: 100%;
content: attr(title);
}
100% {
width: 100%;
content: attr(title);
}
}
@keyframes logo {
0% {
opacity: 0;
}
99% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media only screen and (max-width: 1400px) {
#monitor {
width: 330px;
height: 322px;
}
.inner {
top: 38px;
left: 38px;
width: 253px;
height: 226px;
}
.terminal {
/*top: 30px;*/
left: 14px;
width: 220px;
}
.logo {
left: 22px;
top: 85px;
width: 200px;
}
.terminal h1 {
font-size: 22px !important;
}
}
.player.green-audio-player {
min-width: 280px;
max-width: 400px;
background-color: transparent;
width: auto;
}
.player.green-audio-player .slider .gap-progress .pin {
background-color: #f81472;
}
.player.green-audio-player .slider .gap-progress {
background-color: #f81472;
}
.player.green-audio-player .controls {
color: #f81472;
font-family: inherit;
}
path.play-pause-btn__icon,
path.volume__speaker,
.volume__button.open path {
fill: #f81472 !important;
}