| Line 1: |
Line 1: |
| | @font-face { | | @font-face { |
| | font-family: Share Tech; | | font-family: Share Tech; |
| − | src: url(https://fonts.googleapis.com/css2?family=Share+Tech&display=swap); | + | src: url(https://fonts.gstatic.com/s/sharetech/v12/7cHtv4Uyi5K0OeZ7bohU8H0JmA.woff2) format('woff2'); |
| | } | | } |
| | | | |
| | body { | | body { |
| − | background: #0E061E url(https://wiki.blaston.com/images/8/8b/Blaston_Wiki_Background.png) 0 0 no-repeat fixed; | + | background: #0E061E url(https://wiki.blaston.com/images/8/8b/Blaston_Wiki_Background.png) no-repeat fixed center center / cover; |
| | font-family: 'Share Tech', sans-serif; | | font-family: 'Share Tech', sans-serif; |
| | font-size: 100%; | | font-size: 100%; |
| Line 20: |
Line 20: |
| | } | | } |
| | | | |
| − | dt {
| + | /* new page */ |
| − | font-weight: 300; | + | a.new { |
| − | margin-bottom: 0.1em; | + | color: #E0436A !important; |
| − | color: #FFC536; | + | } |
| | + | |
| | + | /* visited link */ |
| | + | a:visited { |
| | + | font-size: 100% !important; |
| | + | color: #A2AECC !important; |
| | + | } |
| | + | |
| | + | |
| | + | /* selected link */ |
| | + | a:active { |
| | + | color: #55F5FA !important; |
| | + | } |
| | + | |
| | + | #mw-panel { |
| | + | position: absolute; |
| | + | top: 0; |
| | + | width: 10em; |
| | + | left: 0; |
| | + | background-color: rgba(14,6,30,0.75) !important; |
| | + | } |
| | + | |
| | + | /* filters on changes screen */ |
| | + | .mw-rcfilters-ui-menuSelectWidget { |
| | + | z-index: auto; |
| | + | max-width: 650px; |
| | + | background: #0E061E !important; |
| | + | } |
| | + | |
| | + | .oo-ui-popupWidget-popup { |
| | + | box-shadow: none; |
| | + | background: #0E061E !important; |
| | + | } |
| | + | |
| | + | .oo-ui-menuSelectWidget.oo-ui-clippableElement-clippable { |
| | + | min-height: 32px; |
| | + | background: #0E061E !important; |
| | } | | } |
| | + | |
| | #mw-head { | | #mw-head { |
| | position: absolute; | | position: absolute; |
| Line 32: |
Line 69: |
| | background-color: rgba(14,6,30,1) !important; | | background-color: rgba(14,6,30,1) !important; |
| | } | | } |
| | + | |
| | + | .catlinks { |
| | + | border: 1px solid #8D79BE; |
| | + | background-color: rgba(14,6,30, 0.75) !important; |
| | + | padding: 5px; |
| | + | margin-top: 1em; |
| | + | clear: both; |
| | + | } |
| | + | |
| | + | dt { |
| | + | font-weight: 300; |
| | + | margin-bottom: 0.1em; |
| | + | color: #FFC536; |
| | + | } |
| | + | |
| | .mw-body{ | | .mw-body{ |
| | background-color: rgba(14, 6, 30, 0.75) !important; | | background-color: rgba(14, 6, 30, 0.75) !important; |
| Line 39: |
Line 91: |
| | border: 1px solid #0E061E; | | border: 1px solid #0E061E; |
| | border-right-width: 0; | | border-right-width: 0; |
| | + | } |
| | + | /* editor toolbar */ |
| | + | .oo-ui-toolbar-bar { |
| | + | background-color: #4D1BA6 !important; |
| | + | color: #A79EF1 !important; |
| | + | } |
| | + | .oo-ui-window-content { |
| | + | position: absolute; |
| | + | top: 0; |
| | + | left: 0; |
| | + | right: 0; |
| | + | bottom: 0; |
| | + | overflow: hidden; |
| | + | background: #0e061e !important; |
| | + | } |
| | + | |
| | + | .oo-ui-messageDialog-message { |
| | + | font-size: 1.1em; |
| | + | color: #FFFFFF !important; |
| | + | text-align: left; |
| | + | } |
| | + | |
| | + | .oo-ui-messageDialog-title { |
| | + | font-size: 1.5em; |
| | + | color: #EBC9FF !important; |
| | } | | } |
| | | | |
| Line 56: |
Line 133: |
| | text-transform: uppercase; | | text-transform: uppercase; |
| | } | | } |
| | + | |
| | + | .toc h2 { |
| | + | display: inline; |
| | + | border: 0; |
| | + | padding: 0; |
| | + | font-size: 100%; |
| | + | font-weight: 400; |
| | + | } |
| | + | |
| | h3{ | | h3{ |
| | font-size: 1.25em !important; | | font-size: 1.25em !important; |
| Line 75: |
Line 161: |
| | font-size: 1em !important; | | font-size: 1em !important; |
| | color: #ffffff !important; | | color: #ffffff !important; |
| − | background-color: #0E061E !important; | + | background-color: rgba(14, 6, 30, 0) !important; |
| | font-family: 'Share Tech', sans-serif !important; | | font-family: 'Share Tech', sans-serif !important; |
| | } | | } |
| Line 87: |
Line 173: |
| | .toctogglelabel { | | .toctogglelabel { |
| | color: #55F5FA !important; | | color: #55F5FA !important; |
| | + | } |
| | + | |
| | + | .oo-ui-popupToolGroup-tools.oo-ui-popupToolGroup-active-tools { |
| | + | display: block; |
| | + | background-color: #0E061E !important; |
| | } | | } |
| | | | |
| Line 108: |
Line 199: |
| | padding-top: 1.25em; | | padding-top: 1.25em; |
| | padding-left: 1em; | | padding-left: 1em; |
| − | padding-right: 1em; | + | padding-right: 1em; |
| | + | padding-bottom: 2em; |
| | font-size: 1em; | | font-size: 1em; |
| | cursor: pointer; | | cursor: pointer; |
| | + | } |
| | + | |
| | + | .vector-menu-dropdown .vector-menu-content-list { |
| | + | background-color: #0E061E !important; |
| | + | list-style: none none; |
| | + | min-width: 100%; |
| | + | position: absolute; |
| | + | top: 2.5em; |
| | + | left: -1px; |
| | + | margin-top: 0.5em; |
| | + | border: 1px solid #EBC9FF; |
| | + | border-top-width: 0; |
| | + | padding: 0; |
| | + | box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%); |
| | + | text-align: left; |
| | + | opacity: 0; |
| | + | visibility: hidden; |
| | + | -webkit-transition: opacity 100ms; |
| | + | -moz-transition: opacity 100ms; |
| | + | transition: opacity 100ms; |
| | + | z-index: 2; |
| | } | | } |
| | .mw-footer li { | | .mw-footer li { |
| Line 150: |
Line 263: |
| | } | | } |
| | | | |
| | + | /*calendar widget*/ |
| | + | .mw-widget-calendarWidget-body-outer-wrapper { |
| | + | clear: both; |
| | + | position: relative; |
| | + | overflow: hidden; |
| | + | width: 21em; |
| | + | height: 14em; |
| | + | background: #0E061E !important; |
| | + | } |
| | + | |
| | + | .mw-widget-calendarWidget-header { |
| | + | position: relative; |
| | + | line-height: 2.5; |
| | + | background-color: #0E061E !important; |
| | + | } |
| | | | |
| | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { | | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { |
| Line 205: |
Line 333: |
| | | | |
| | .wikitable { | | .wikitable { |
| − | background-color: #0E061E; | + | background-color: rgba(14, 6, 30, 0) !important; |
| | font-size: 1em !important; | | font-size: 1em !important; |
| | color: #8D79BE !important; | | color: #8D79BE !important; |
| Line 211: |
Line 339: |
| | border: 1px solid #EBC9FF; | | border: 1px solid #EBC9FF; |
| | border-collapse: collapse; | | border-collapse: collapse; |
| | + | } |
| | + | |
| | + | .wikitable > tr > th, .wikitable > * > tr > th { |
| | + | background-color: rgba(14, 6, 30, 0) !important; |
| | + | text-align: center; |
| | + | } |
| | + | |
| | + | .wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { |
| | + | border: 1px solid #8D79BE; |
| | + | padding: 0.2em 0.4em; |
| | + | } |
| | + | |
| | + | .mw_metadata td { |
| | + | background-color: rgb(14 6 30 / 75%) !important; |
| | + | padding-top: 0.1em; |
| | + | padding-bottom: 0.1em; |
| | + | } |
| | + | |
| | + | .mw_metadata th { |
| | + | background-color: rgb(14 6 30 / 75%) !important; |
| | + | font-weight: normal; |
| | + | text-align: center; |
| | + | } |
| | + | |
| | + | .mw-datatable tr:hover td { |
| | + | background-color: #4D1BA6 !important; |
| | + | } |
| | + | .mw-datatable td { |
| | + | background-color: rgba(14, 6, 30, 0) !important; |
| | + | } |
| | + | |
| | + | .mw-datatable th { |
| | + | background-color: rgba(14, 6, 30, 0) !important; |
| | + | } |
| | + | |
| | + | .mw-datatable td, .mw-datatable th { |
| | + | border: 1px solid #ebc9ff; |
| | + | padding: 0.2em 0.4em; |
| | } | | } |
| | | | |
| | pre, .mw-code { | | pre, .mw-code { |
| | color: #FFFFFF !important; | | color: #FFFFFF !important; |
| − | background-color: #0e061e !important; | + | background-color: rgba(14, 6, 30, 0) !important; |
| | border: 1px solid #a79ef1 !important; | | border: 1px solid #a79ef1 !important; |
| | padding: 1em; | | padding: 1em; |
| Line 225: |
Line 391: |
| | padding-top: 6px; | | padding-top: 6px; |
| | padding-bottom: 0px; | | padding-bottom: 0px; |
| | + | } |
| | + | |
| | + | .mw-ui-button { |
| | + | background-color: #4D1BA6 !important; |
| | + | color: #A79EF1 !important; |
| | + | } |
| | + | .mw-ui-button:hover { |
| | + | background-color: #6432BD !important; |
| | + | color: #A79EF1 !important; |
| | + | border-color: none; |
| | + | } |
| | + | |
| | + | .diff-context { |
| | + | background: rgb(255 255 255 / 10%); |
| | + | border-color: #ebc9ff; |
| | + | color: #ffffff; |
| | + | } |
| | + | |
| | + | .diff-deletedline .diffchange { |
| | + | background: #d33; |
| | + | font-weight: 400; |
| | + | padding-left: 1em; |
| | + | padding-right: 1em; |
| | + | } |
| | + | |
| | + | .diff-addedline .diffchange { |
| | + | background: #00e58c6e; |
| | + | padding-left: 1em; |
| | + | padding-right: 1em; |
| | + | } |
| | + | |
| | + | .diff-addedline { |
| | + | border-color: #00E58C; |
| | + | } |
| | + | |
| | + | #filetoc { |
| | + | text-align: center; |
| | + | border: 1px solid #8D79BE; |
| | + | background-color: rgba(14,6,30, 0.75) !important; |
| | + | padding: 5px; |
| | + | font-size: 95%; |
| | + | margin-bottom: 0.5em; |
| | + | margin-left: 0; |
| | + | margin-right: 0; |
| | } | | } |
| | | | |
| | /* Infobox template style */ | | /* Infobox template style */ |
| | + | |
| | .infobox { | | .infobox { |
| − | border: 1px solid #a2a9b1;
| + | border: 1px solid #8D79BE; |
| − | border-spacing: 3px;
| + | border-spacing: 3px; |
| − | background-color: #f8f9fa;
| + | background-color: none; |
| − | color: black;
| + | color: #FFFFFF; |
| − | /* @noflip */
| + | margin: 0.5em 0 0.5em 1em; |
| − | margin: 0.5em 0 0.5em 1em;
| + | padding: 0.2em; |
| − | padding: 0.2em;
| + | float: right; |
| − | /* @noflip */
| + | clear: right; |
| − | float: right;
| + | font-size: 88%; |
| − | /* @noflip */
| + | line-height: 1.5em; |
| − | clear: right;
| + | width: 22em; |
| − | font-size: 88%;
| |
| − | line-height: 1.5em;
| |
| − | width: 22em;
| |
| | } | | } |
| | | | |
| Line 345: |
Line 553: |
| | .infobox.bordered .mergedtoprow th { | | .infobox.bordered .mergedtoprow th { |
| | border: 0; | | border: 0; |
| − | border-top: 1px solid #a2a9b1; | + | border-top: 1px solid #8D79BE; |
| | /* @noflip */ | | /* @noflip */ |
| − | border-right: 1px solid #a2a9b1; | + | border-right: 1px solid #8D79BE; |
| | } | | } |
| | | | |
| Line 355: |
Line 563: |
| | border: 0; | | border: 0; |
| | /* @noflip */ | | /* @noflip */ |
| − | border-right: 1px solid #a2a9b1; | + | border-right: 1px solid #8D79BE; |
| | } | | } |
| | | | |
| Line 369: |
Line 577: |
| | .infobox.geography td, | | .infobox.geography td, |
| | .infobox.geography th { | | .infobox.geography th { |
| − | border-top: 1px solid #a2a9b1; | + | border-top: 1px solid #8D79BE; |
| | padding: 0.4em 0.6em 0.4em 0.6em; | | padding: 0.4em 0.6em 0.4em 0.6em; |
| | } | | } |
| Line 376: |
Line 584: |
| | .infobox.geography .mergedtoprow td, | | .infobox.geography .mergedtoprow td, |
| | .infobox.geography .mergedtoprow th { | | .infobox.geography .mergedtoprow th { |
| − | border-top: 1px solid #a2a9b1; | + | border-top: 1px solid #8D79BE; |
| | padding: 0.4em 0.6em 0.2em 0.6em; | | padding: 0.4em 0.6em 0.2em 0.6em; |
| | } | | } |
| Line 391: |
Line 599: |
| | .infobox.geography .mergedbottomrow th { | | .infobox.geography .mergedbottomrow th { |
| | border-top: 0; | | border-top: 0; |
| − | border-bottom: 1px solid #a2a9b1; | + | border-bottom: 1px solid #8D79BE; |
| | padding: 0 0.6em 0.4em 0.6em; | | padding: 0 0.6em 0.4em 0.6em; |
| | } | | } |