MediaWiki:Timeless.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
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/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@font-face {
 
    font-family: 'MyWebFont';
@font-face {
    src: url('/fonts/PressStart2P-Regular.ttf') format('truetype'),  
  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'),  
  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");
    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");
  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-weight: normal;
    font-style: 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');
src: url(fonts/WebPlus_IBM_VGA_8x16.woff) format('woff');
    font-weight: normal;
font-weight: normal;
    font-style: normal;
font-style: normal;
}
}
 
::-webkit-scrollbar {
::-webkit-scrollbar {
    width: 10px;
width: 10px;
    background-color: #F5F5F5;
background-color: #F5F5F5;
}
}
 
ul#filetoc {
ul#filetoc {
    background: transparent;
    background: transparent;
    border: none;
    border: none;
}
}
 
.home-page {
.home-page {
    display: flex;
display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    align-items: flex-start;
    justify-content: space-evenly;
    justify-content: space-evenly;  
}
}
 
.wikitable {
.wikitable {
    background: unset;
    background: unset;
    background-color: unset;
    background-color: unset;
    color: unset;
    color: unset;
    filter: brightness(120%);
    filter: brightness(120%);
}
}
 
#personal .dropdown {
#personal .dropdown {
    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;
    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%);
}
}
 
#personal .dropdown::after {
#personal .dropdown::after {
    content: "";
content: "";
    position: inherit;
position: inherit;
    top: 0;
top: 0;
    left: 0;
left: 0;
    margin: 0;
margin: 0;
    width: 100%;
width: 100%;
    height: 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);
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;
    border-left: none;
    border-left: none;
    border-right: none;
    border-right: none;
}
}
 
#personal .dropdown::before{
#personal .dropdown::before{
    content: "";
content: "";
    border-bottom: none;
    border-bottom: none;
    border-left: none;
    border-left: none;
    border-right: none;
    border-right: none;
}
}
 
::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
    background-color: #F81472;
background-color: #F81472;
}
}
 
::-webkit-scrollbar-track {
::-webkit-scrollbar-track {
    border: 1px solid #F81472;
border: 1px solid #F81472;
    background-color: #F5F5F5;
background-color: #F5F5F5;
}
}
 
::selection {
::selection {
    background: #0080FF;
background: #0080FF;
    text-shadow: none;
text-shadow: none;
}
}
 
.optician-sans {
.optician-sans {
    font-family: OpticianSans;
    font-family: OpticianSans;
}
}
 
.mw-wiki-logo {
.mw-wiki-logo {
    background-image: url(/images/c/ce/270.png?54f72);
background-image: url(/images/c/ce/270.png?54f72);
    filter: drop-shadow(0 0.2rem #007ad0);
filter: drop-shadow(0 0.2rem #007ad0);
}
}
 
#searchButton, #mw-searchButton, #personal h2 {
#searchButton,
    background-size: 25px;
#mw-searchButton,
#personal h2 {
background-size: 25px;
}
}
 
.thumbcaption {
.thumbcaption {
    font-family: Southpaw;
    font-family: Southpaw;
    color: #333;
    color: #333;
    text-align: center !important;
    text-align: center !important;
    padding-top: 10px;
    padding-top: 10px;
}
}
 
.mw-content-ltr .magnify {
.mw-content-ltr .magnify {
    display: none;
    display: none;
}
}
 
a {
a {
    color: #00ceff;
color: #00ceff;
}
}
 
a:hover {
a:hover {
    color: #00cff;
color: #00cff;
}
}
 
a:visited {
a:visited {
    color: #00ceff;
color: #00ceff;
}
}
 
#bodyContentOuter {
#bodyContentOuter {
    z-index: unset;
z-index: unset;
}
}
 
p {
p {
    color: #D3D3D3;
color: #D3D3D3;
    line-height: 20px;
line-height: 20px;
    margin: 0 0 18px;
margin: 0 0 18px;
}
}
 
.thumbinner {
.thumbinner {
    padding: 12px 3px 9px;
padding: 12px 3px 9px;
    background-color: #ddd;
background-color: #ddd;
    border-top: 1px solid #fff;
border-top: 1px solid #fff;
    border-left: 1px solid #fff;
border-left: 1px solid #fff;
    border-right: 1px solid #777;
border-right: 1px solid #777;
    border-bottom: 1px solid #777;
border-bottom: 1px solid #777;
    box-shadow: 0 4px 15px 4px rgb(0 0 0 / 30%);
box-shadow: 0 4px 15px 4px rgb(0 0 0 / 30%);
    transform-origin: center center;
transform-origin: center center;
    position: relative;
position: relative;
    z-index: 95;
z-index: 95;
    max-width:302px;
    max-width:302px;
}
}
 
.thumbinner img {
.thumbinner img {
    width: 100%  
    width: 100%
}
}
 
#p-logo {
#p-logo {
    display: none;
display: none;
}
}
 
#p-banner img {
#p-banner img {
    filter: drop-shadow(0 0.2rem #007ad0);
filter: drop-shadow(0 0.2rem #007ad0);
}
}
 
ol.references > li {
ol.references > li {
    word-wrap: break-word;
    word-wrap: break-word;
}
}
/* make entire header logo linkable */
/* make entire header logo linkable */
 
#p-logo-text {
#p-logo-text {
    max-width: 302px !important;
max-width: 302px !important;
}
}
 
#p-logo-text a {
#p-logo-text a {
    font-family: 'Press Start 2P', cursive !important;
font-family: 'Press Start 2P', cursive !important;
    color: #F81472;
color: #F81472;
    font-variant: unset;
font-variant: unset;
    font-size: 1.25em !important;
font-size: 1.25em !important;
    text-transform: uppercase;
text-transform: uppercase;
    padding: unset !important;
padding: unset !important;
    width: max-content;
width: max-content;
}
}
 
.mw-editsection {
.mw-editsection {
    font-family: 'IBM VGA 8x16' !important;
font-family: 'IBM VGA 8x16' !important;
    text-transform: none !important;
text-transform: none !important;
}
}
 
.mw-body {
.mw-body {
    word-wrap: unset;
  word-wrap: unset;
}
}
 
.mw-body h1.firstHeading {
.mw-body h1.firstHeading {
    border-bottom: 1px solid #00c5ffa3;
border-bottom: 1px solid #00c5ffa3;
}
}
 
.tools-inline li.selected a {
.tools-inline li.selected a {
    color: #F81472;
color: #F81472;
}
}
 
.tools-inline li.selected {
.tools-inline li.selected {
    border-bottom: none  
border-bottom: none
}
}
 
.tools-inline li {
.tools-inline li {
    border-bottom: none;
border-bottom: none;
}
}
 
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
.h1,
    color: #F81472;
.h2,
    font-family: 'Press Start 2P', cursive !important;
.h3,
    text-transform: uppercase;
.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 {
.mw-body .mw-parser-output h1:after,
    border-bottom: 1px solid #00c5ffa3 !important;
.mw-body .mw-parser-output h2:after {
border-bottom: 1px solid #00c5ffa3 !important;
}
}
 
#mw-header-container {
#mw-header-container {
    background-color: inherit;
background-color: inherit;
    background-image: inherit;
background-image: inherit;
    position: relative;
position: relative;
}
}
 
.mw-footer-container {
.mw-footer-container {
    border-top: none;
border-top: none;
}
}
 
#mw-header-hack {
#mw-header-hack {
    display: none;
display: none;
}
}
 
#mw-content-container {
#mw-content-container {
    background-color: inherit;
background-color: inherit;
    background-image: inherit;
background-image: inherit;
    background-repeat: unset;
background-repeat: unset;
    border-bottom: none !important;
border-bottom: none !important;
    margin-top: unset;
margin-top: unset;
}
}
 
#mw-content {
#mw-content {
    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;
    box-shadow: 0 0 14px rgba(14, 119, 192, .75), inset 0 0 14px rgba(14, 119, 192, .75);
box-shadow: 0 0 14px rgba(14, 119, 192, .75), inset 0 0 14px rgba(14, 119, 192, .75);
}
}
 
.sidebar-chunk {
.sidebar-chunk {
    background-color: unset !important;
background-color: unset !important;
    background-image: unset !important;
background-image: unset !important;
    border: unset !important;
border: unset !important;
    border-radius: unset !important;
border-radius: unset !important;
    box-shadow: unset !important;
box-shadow: unset !important;
}
}
 
.toc {
.toc {
    background-color: #007ad0 !important;
background-color: #007ad0 !important;
    background-image: radial-gradient(#02131fd9, #000 200%) !important;
background-image: radial-gradient(#02131fd9, #000 200%) !important;
    border: 1px solid #00c5ffa3 !important;
border: 1px solid #00c5ffa3 !important;
    border-radius: 15px !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;
box-shadow: 0 0 14px rgba(14, 119, 192, .75), inset 0 0 14px rgba(14, 119, 192, .75) !important;
}
}
 
.sidebar-chunk h3 {
.sidebar-chunk h3 {
    font-size: 0.9em !important;
font-size: 0.9em !important;
    border-bottom: 1px solid #00c5ffa3 !important;
border-bottom: 1px solid #00c5ffa3 !important;
}
}
 
#mw-header-nav-hack {
#mw-header-nav-hack {
    display: none;
display: none;
}
}
 
body {
 
    background-color: #00151b;
body {
    background-image: radial-gradient(#00203c, black 100%);
background-color: #00151b;
    font-family: 'IBM VGA 8x16', monospace;
background-image: radial-gradient(#00203c, black 100%);
    font-size: 16px;
font-family: 'IBM VGA 8x16', monospace;
    line-height: 20px;
font-size: 16px;
    color: #D3D3D3 !important;
line-height: 20px;
color: #D3D3D3 !important;
}
}
 
body::after {
body::after {
    content: "";
content: "";
    position: fixed;
position: fixed;
    top: 0;
top: 0;
    left: 0;
left: 0;
    margin: 0;
margin: 0;
    width: 100vw;
width: 100vw;
    height: 100vh;
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);
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;
}
}
/* One-sided navigation menu */
/* One-sided navigation menu */
 
@media (min-width: 1340px) {
@media (min-width: 1340px) {
    #mw-content-block {
#mw-content-block {
        display: block;
display: block;
    }
}
    #mw-content, #content-bottom-stuff {
#mw-content,
        margin-left: 14em;
#content-bottom-stuff {
        margin-right: 1em;
margin-left: 14em;
        margin-top: 1em;
margin-right: 1em;
    }
        margin-top: 1em;
    #mw-content-wrapper {
}
        float: right;
#mw-content-wrapper {
        margin-left: -14em;
float: right;
        width: 100%;
margin-left: -14em;
    }
width: 100%;
    #mw-related-navigation {
}
        width: 14em;
#mw-related-navigation {
        padding: 0 1em 0 0;
width: 14em;
    }
padding: 0 1em 0 0;
    div.color-middle {
}
        margin-right: 0;
div.color-middle {
    }
margin-right: 0;
    .mw-wiki-logo {
}
        display: inline-block;
.mw-wiki-logo {
    }
display: inline-block;
}
}
}
/* Re-aligning bottom logos */
/* Re-aligning bottom logos */
 
#footer {
#footer {
    padding-right: 1em;
padding-right: 1em;
}
}
 
@media screen and (max-width: 850px) {
@media screen and (max-width: 850px) {
    #mw-content-block {
#mw-content-block {
        background: unset;
background: unset;
    }
}
    #mw-content {
#mw-content {
        border-radius: unset;
border-radius: unset;
        border: unset;
        border: unset;
        border-top: 1px solid #00c5ffa3;
        border-top: 1px solid #00c5ffa3;
        border-bottom: 1px solid #00c5ffa3;
        border-bottom: 1px solid #00c5ffa3;
    }
}
    #site-navigation h2 {
    #site-navigation h2 {
        right: 7.7em;
        right: 7.7em;
        left: unset;
        left: unset;
     }
     }
    #site-tools h2 {
    #site-tools h2 {
        right: 4.45em;
        right: 4.45em;
     }
     }
    #p-logo-text {
    #p-logo-text {
        left: unset;
        left: unset;
     }
     }
    #site-navigation .sidebar-inner {
    #site-navigation .sidebar-inner {
        right: 0;
        right: 0;
        left: unset;
        left: unset;
     }
     }
#p-banner img {
    #p-banner img {
width: 200px;
        width: 200px;
height: 25.75px;
        height: 25.75px;
padding-top: 5px;
        padding-top: 5px;
}
    .mw-body h1.firstHeading {
        overflow-wrap: anywhere;
     }
     }
    #bodyContent {
    .mw-body h1.firstHeading {
        padding-right: 1em;
        overflow-wrap: anywhere;
        padding-left: 1em;
     }
     }
.thumbinner {
    #bodyContent {
        width: unset !important;
        padding-right: 1em;
}
        padding-left: 1em;
    .mw-body h1.firstHeading {
    }
        text-align: center;
    .thumbinner {
        width: unset !important;
    }
    .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;
     }
     }
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) {
@media screen and (min-width: 851px) {
    .ts-inner {
.ts-inner {
        max-width: unset;
max-width: unset;
        margin: unset;
margin: unset;
    }
}
}
}

Revision as of 16:00, 8 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');
 @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;
}
 ::-webkit-scrollbar {
     width: 10px;
     background-color: #F5F5F5;
}
 ul#filetoc {
     background: transparent;
     border: none;
}
 .home-page {
     display: flex;
     flex-wrap: wrap;
     flex-direction: row;
     align-items: flex-start;
     justify-content: space-evenly;
}
 .wikitable {
     background: unset;
     background-color: unset;
     color: unset;
     filter: brightness(120%);
}
 #personal .dropdown {
     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;
}
 ::-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;
}
 .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: #00cff;
}
 a:visited {
     color: #00ceff;
}
 #bodyContentOuter {
     z-index: unset;
}
 p {
     color: #D3D3D3;
     line-height: 20px;
     margin: 0 0 18px;
}
 .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;
     max-width:302px;
}
 .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 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, .75), inset 0 0 14px rgba(14, 119, 192, .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, .75), inset 0 0 14px rgba(14, 119, 192, .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: 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;
    }
     .thumbinner {
         width: unset !important;
    }
     .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;
    }
}