Difference between revisions of "Dark.css"
Line 230: | Line 230: | ||
margin: -1rem!important; | margin: -1rem!important; | ||
border-bottom: 1px solid rgb(255 255 255 / 0.1); | border-bottom: 1px solid rgb(255 255 255 / 0.1); | ||
− | margin-bottom: 1rem; | + | margin-bottom: 1rem!important; |
background: #111111; | background: #111111; | ||
} | } |
Revision as of 21:09, 3 November 2020
body { background: #000; color: #ccc; font-family: 'IBM Plex Sans', sans-serif; } footer { padding-top: 1rem; } .top-bar { background: #1d1d1d; border-bottom: 1px solid rgb(255 255 255 / 0.1); max-width: 1630px; margin: 0 auto; } .top-bar-section ul li { background: #1d1d1d; } .top-bar-section ul li > a { font-size: 0.9rem; } .top-bar-section .has-dropdown > a:after { border-color: #3366cc transparent transparent transparent; } .top-bar-section .has-form { background: #1d1d1d; } .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) { background: #222246; color: #fff; } .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) { background-color: hsl(244 21% 13% / 0.3); color: #fff; background: hsl(244 21% 13% / 0.3); } .has-dropdown:hover { background: hsl(244 21% 13% / 0.3); } .top-bar .dropdown { box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.4); } @media screen and (min-width: 641px) { .top-bar .dropdown { border-top: 3px solid #3366cc; } } @media screen and (max-width: 640px) { #page-content-container { padding: 0!important; } } h1, h2, h3, h4, h5, h6 { color: #fff; font-family: 'PT Serif', serif; } h1 { font-size: 2.75rem; font-weight: 700; } h2 { font-size: 2.25rem; font-weight: 400; } h3 { font-size: 1.75rem; font-weight: 400; } h4 { font-size: 1.25rem; font-weight: 400; } #page-content a { color: #fdd171; } #page-content a.new { color: #ff0000; } #page-content a:hover { color: #fff; } #page-content-container { padding: 0 1rem; } #page-content { max-width: 1630px; margin: 0 auto; background: #1d1d1d; padding: 1rem; } #mw-indicator-mw-helplink { display: none; } .tippy-content { font-size: 0.9rem; } .tippy-content ul { list-style-type: none !important; margin: 0; } .tippy-box { background-color: #3366cc; } .tippy-box a { color: #fff !important; } .tippy-box a:hover { color: #fff !important; opacity: 0.5; } .tippy-arrow { color: #3366cc; } #pageActionButton { color: #fff; background-color: #3366cc; border: 1px solid #3366cc; padding: 0.25rem 0.75rem; border-radius: 0.25rem; display: block; float: right; transition: background-color 300ms ease-out; } #pageActionButton:hover { cursor: pointer; color: #fff; background-color: #447ff5; } .top-bar input[type="search"] { background-color: #000; border: none; } .top-bar input[type="search"]:focus { background-color: #fff; border: none; } textarea:focus { background: #fff; } .top-bar button, .top-bar .button { background-color: #3366cc; border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; outline: none; } .top-bar button:hover, .top-bar .button:hover { background-color: #447ff5; color: #fff; } .top-bar input, .top-bar select, .top-bar .button, .top-bar button { height: 1.7rem; } .wikitable { background: #222246; color: #ccc; } .wikitable > tr > th, .wikitable > * > tr > th { background: #222246; } table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td { border: 1px #070720 solid; } table.wikitable>*>tr>th { color: #fff; } abbr[title] { border-bottom: 1px dotted #ffffff; } abbr, acronym { color: #fff; } .printfooter { display: none; } .client-js .mw-changeslist ul, .client-js .mw-changeslist table.mw-enhanced-rc { margin-left: 0px; } .mw-editsection { font-size: 12px; padding-left: 0.5rem; } #firstHeading { padding: 1rem; margin: -1rem!important; border-bottom: 1px solid rgb(255 255 255 / 0.1); margin-bottom: 1rem!important; background: #111111; } /* GRID START */ .container-fluid2 { margin-right: auto; margin-left: auto; padding-right: 2rem; padding-left: 2rem; } .row2 { box-sizing: border-box; display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex: 0 1 auto; -webkit-box-flex: 0; flex: 0 1 auto; -ms-flex-direction: row; -webkit-box-orient: horizontal; -webkit-box-direction: normal; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -1rem; margin-left: -1rem; } .row2.reverse { -ms-flex-direction: row-reverse; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; } .col2.reverse { -ms-flex-direction: column-reverse; -webkit-box-orient: vertical; -webkit-box-direction: reverse; flex-direction: column-reverse; } .col2-xs, .col2-xs-1, .col2-xs-2, .col2-xs-3, .col2-xs-4, .col2-xs-5, .col2-xs-6, .col2-xs-7, .col2-xs-8, .col2-xs-9, .col2-xs-10, .col2-xs-11, .col2-xs-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 1rem; padding-left: 1rem; } .col2-xs { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col2-xs-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col2-xs-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col2-xs-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col2-xs-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col2-xs-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col2-xs-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col2-xs-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col2-xs-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col2-xs-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col2-xs-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col2-xs-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col2-xs-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col2-xs-offset-1 { margin-left: 8.333%; } .col2-xs-offset-2 { margin-left: 16.667%; } .col2-xs-offset-3 { margin-left: 25%; } .col2-xs-offset-4 { margin-left: 33.333%; } .col2-xs-offset-5 { margin-left: 41.667%; } .col2-xs-offset-6 { margin-left: 50%; } .col2-xs-offset-7 { margin-left: 58.333%; } .col2-xs-offset-8 { margin-left: 66.667%; } .col2-xs-offset-9 { margin-left: 75%; } .col2-xs-offset-10 { margin-left: 83.333%; } .col2-xs-offset-11 { margin-left: 91.667%; } .start2-xs { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center2-xs { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end2-xs { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top2-xs { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle2-xs { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom2-xs { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around2-xs { -ms-flex-pack: distribute; justify-content: space-around; } .between2-xs { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first2-xs { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last2-xs { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } @media only screen and (min-width: 48em) { .container2 { width: 46rem; } .col2-sm, .col2-sm-1, .col2-sm-2, .col2-sm-3, .col2-sm-4, .col2-sm-5, .col2-sm-6, .col2-sm-7, .col2-sm-8, .col2-sm-9, .col2-sm-10, .col2-sm-11, .col2-sm-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 1rem; padding-left: 1rem; } .col2-sm { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col2-sm-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col2-sm-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col2-sm-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col2-sm-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col2-sm-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col2-sm-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col2-sm-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col2-sm-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col2-sm-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col2-sm-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col2-sm-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col2-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col2-sm-offset-1 { margin-left: 8.333%; } .col2-sm-offset-2 { margin-left: 16.667%; } .col2-sm-offset-3 { margin-left: 25%; } .col2-sm-offset-4 { margin-left: 33.333%; } .col2-sm-offset-5 { margin-left: 41.667%; } .col2-sm-offset-6 { margin-left: 50%; } .col2-sm-offset-7 { margin-left: 58.333%; } .col2-sm-offset-8 { margin-left: 66.667%; } .col2-sm-offset-9 { margin-left: 75%; } .col2-sm-offset-10 { margin-left: 83.333%; } .col2-sm-offset-11 { margin-left: 91.667%; } .start2-sm { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center2-sm { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end2-sm { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top2-sm { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle2-sm { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom2-sm { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around2-sm { -ms-flex-pack: distribute; justify-content: space-around; } .between2-sm { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first2-sm { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last2-sm { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } } @media only screen and (min-width: 62em) { .container2 { width: 61rem; } .col2-md, .col2-md-1, .col2-md-2, .col2-md-3, .col2-md-4, .col2-md-5, .col2-md-6, .col2-md-7, .col2-md-8, .col2-md-9, .col2-md-10, .col2-md-11, .col2-md-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 1rem; padding-left: 1rem; } .col2-md { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col2-md-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col2-md-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col2-md-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col2-md-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col2-md-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col2-md-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col2-md-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col2-md-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col2-md-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col2-md-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col2-md-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col2-md-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col2-md-offset-1 { margin-left: 8.333%; } .col2-md-offset-2 { margin-left: 16.667%; } .col2-md-offset-3 { margin-left: 25%; } .col2-md-offset-4 { margin-left: 33.333%; } .col2-md-offset-5 { margin-left: 41.667%; } .col2-md-offset-6 { margin-left: 50%; } .col2-md-offset-7 { margin-left: 58.333%; } .col2-md-offset-8 { margin-left: 66.667%; } .col2-md-offset-9 { margin-left: 75%; } .col2-md-offset-10 { margin-left: 83.333%; } .col2-md-offset-11 { margin-left: 91.667%; } .start2-md { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center2-md { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end2-md { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top2-md { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle2-md { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom2-md { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around2-md { -ms-flex-pack: distribute; justify-content: space-around; } .between2-md { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first2-md { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last2-md { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } } @media only screen and (min-width: 75em) { .container2 { width: 71rem; } .col2-lg, .col2-lg-1, .col2-lg-2, .col2-lg-3, .col2-lg-4, .col2-lg-5, .col2-lg-6, .col2-lg-7, .col2-lg-8, .col2-lg-9, .col2-lg-10, .col2-lg-11, .col2-lg-12 { box-sizing: border-box; -ms-flex: 0 0 auto; -webkit-box-flex: 0; flex: 0 0 auto; padding-right: 1rem; padding-left: 1rem; } .col2-lg { -webkit-flex-grow: 1; -ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; } .col2-lg-1 { -ms-flex-preferred-size: 8.333%; flex-basis: 8.333%; max-width: 8.333%; } .col2-lg-2 { -ms-flex-preferred-size: 16.667%; flex-basis: 16.667%; max-width: 16.667%; } .col2-lg-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; } .col2-lg-4 { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; } .col2-lg-5 { -ms-flex-preferred-size: 41.667%; flex-basis: 41.667%; max-width: 41.667%; } .col2-lg-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; } .col2-lg-7 { -ms-flex-preferred-size: 58.333%; flex-basis: 58.333%; max-width: 58.333%; } .col2-lg-8 { -ms-flex-preferred-size: 66.667%; flex-basis: 66.667%; max-width: 66.667%; } .col2-lg-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; } .col2-lg-10 { -ms-flex-preferred-size: 83.333%; flex-basis: 83.333%; max-width: 83.333%; } .col2-lg-11 { -ms-flex-preferred-size: 91.667%; flex-basis: 91.667%; max-width: 91.667%; } .col2-lg-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; } .col2-lg-offset-1 { margin-left: 8.333%; } .col2-lg-offset-2 { margin-left: 16.667%; } .col2-lg-offset-3 { margin-left: 25%; } .col2-lg-offset-4 { margin-left: 33.333%; } .col2-lg-offset-5 { margin-left: 41.667%; } .col2-lg-offset-6 { margin-left: 50%; } .col2-lg-offset-7 { margin-left: 58.333%; } .col2-lg-offset-8 { margin-left: 66.667%; } .col2-lg-offset-9 { margin-left: 75%; } .col2-lg-offset-10 { margin-left: 83.333%; } .col2-lg-offset-11 { margin-left: 91.667%; } .start2-lg { -ms-flex-pack: start; -webkit-box-pack: start; justify-content: flex-start; text-align: start; } .center2-lg { -ms-flex-pack: center; -webkit-box-pack: center; justify-content: center; text-align: center; } .end2-lg { -ms-flex-pack: end; -webkit-box-pack: end; justify-content: flex-end; text-align: end; } .top2-lg { -ms-flex-align: start; -webkit-box-align: start; align-items: flex-start; } .middle2-lg { -ms-flex-align: center; -webkit-box-align: center; align-items: center; } .bottom2-lg { -ms-flex-align: end; -webkit-box-align: end; align-items: flex-end; } .around2-lg { -ms-flex-pack: distribute; justify-content: space-around; } .between2-lg { -ms-flex-pack: justify; -webkit-box-pack: justify; justify-content: space-between; } .first2-lg { -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; } .last2-lg { -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; } } /* GRID END */