MediaWiki:Gadget-DarkTheme.css

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
body {
	margin-top:20px!important;
    background: url(//media.prts.wiki/a/a0/Bg_rhodescorridor.png) no-repeat!important;
    background-position: center 99%,center top!important;
    background-size:100%!important;
    background-attachment: fixed,fixed!important;
}
a {
    color: #F4C430!important;
}
a:visited {
    color: #F28500!important;
}
div {
    color: #EAEAEA;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFEBAD;
}
#content{
	background:rgba(12,12,12,0.9);
}
div#footer {
    background-color: rgba(10, 10, 10, 0.8);
}
div#footer ul li {
    color: #cecece;
}
.ace_editor {
    background: #3c3c3c !important;
}

.ace_editor .ace_gutter {
    background: #444444 !important;
}

.codeEditor-status > div {
    color: #3c3c3c !important;
}

.editOptions label {
    color: #3c3c3c !important;
}
.smw-editpage-help {
    background-color: #333;
    border: 1px solid silver;
    padding: 0.5em 1em 0.5em 1em;
    margin-bottom: 1em;
}
.editOptions>div, #wpSummaryLabel>label {
    color: #616161 !important;
}
div.vectorTabs {
    background: rgba(0, 0, 0, 0) ;
}
div.vectorTabs span {
    background: inherit;
}

div.vectorTabs li.selected {
    background: rgba(12,12,12,0.9)!important;
}
div.vectorTabs ul li,div.vectorMenu li{
    background: rgba(45, 45, 45, 0.9)!important;
}
div.vectorMenu h3{
    background: rgba(45, 45, 45, 0.9)!important
}
div.vectorMenu h3 span {
    color: #bdbdbd!important;
}
div.vectorMenu h3 span:after{
    filter: invert(1);
}
div.vectorMenu li a {
    color:inherit;
}
div.vectorMenu li:hover{
    background-color: #2A2D2E!important;
}
.mw-body {
    border: 1px solid #333333;
    background-color: rgba(12,12,12,0.90);
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    color: #FFF;
}
div.vectorTabs li a {
    color: #bdbdbd;
}
div#p-cactions >h3 {
    background: #333;
}
div#p-cactions >h3>span {
    color: #999;
}
div#simpleSearch {
    background: #444444;
    border: 1px solid #FFEBAD;
}
div#simpleSearch input {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #eaeaea;
}
.suggestions-results {
    background-color: #444444;
    border: solid 1px #444444;
}
.suggestions-special {
    background-color: #333333;
    border: solid 1px #333333;
}
.suggestions-special .special-query {
    color: #EAEAEA;
    font-style: italic;
    text-align: left;
}
.suggestions-result-current {
    background-color: #333333;
    color: #F4C430 !important;
}
.CodeMirror {
  background: #151515 !important;
}
.CodeMirror-activeline-background {
  background: #505050 !important;
}
.cm-mw-link-pagename, .cm-mw-link-bracket, .cm-mw-extlink-bracket, .cm-mw-extlink-protocol, .cm-mw-free-extlink-protocol, .cm-mw-extlink, .cm-mw-free-extlink {
  color: #F4C430 !important;
}
.smwb-title {
    background-color: inherit!important;
}
.smw-table-row{
    background-color: inherit!important;
}
.smw-table-cell{
    background-color: inherit!important;	
}
.smw-table{
	border-color:#FD5!important;
}
.smwb-factbox .smwb-cell{
	border-top-color:#FD5!important;
}
.smwb-bottom {
    border-bottom-color: #FD5!important;
}
.smwb-ifactbox .smwb-cell{
	border-top-color:#FD5!important;
}
div.mw-warning-with-logexcerpt, div.mw-lag-warn-high, div.mw-cascadeprotectedwarning, div#mw-protect-cascadeon{
	background:inherit!important;
}
.catlinks, td.MainPageBG, table#mp-topbanner, .infobox, #toc, .toc, .tocnumber, .mw-warning, .toccolours, .mbox-small, #rtoculw {
    border: 1px solid #333333;
    background-color: #333333;
    color: #EAEAEA;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.mw-highlight {
	background:inherit!important;
}
pre, .mw-code, code {
    color:inherit!important;
    background-color:inherit!important;
}
table.wikitable {
    background-color: #333333;
    border: 1px solid #333333;
    border-collapse: collapse;
    color: #EAEAEA;
}
.client-js #preferences{
	background-color: inherit;
}
.client-js #preftoc li{
	background:rgba(45, 45, 45, 0.9);
}
.client-js #preftoc .selected{
	background:rgba(12,12,12,0.9);
}
.client-js #preftoc li.selected a {
    background: rgba(0, 0, 0, 0)!important
}
#wikieditor-toolbar-replace-search, #wikieditor-toolbar-replace-replace {
    width: 100%;
    background: rgb(12,12,12);
    color: #EAEAEA;
}
.wikiEditor-toolbar-dialog .ui-dialog-content {
    background: rgb(12,12,12);
}
.wikiEditor-toolbar-dialog .ui-dialog-buttonpane {
    border-top: 1px solid #c8ccd1 !important;
    background: rgb(12,12,12);
}
.diff-context {
    background: inherit;
}
.diffchange {
    background: #5f7e9779!important;
}