用户:Styletester/common.css

来自PRTS
< 用户:Styletester
Styletester讨论 | 贡献2019年7月5日 (五) 16:36的版本 (创建页面,内容为“body { margin-top:20px; background: url(//ak.mooncell.wiki/images/a/a0/Bg_rhodescorridor.png) no-repeat; background-position: center 99%,center top; bac…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

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

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
body {
	margin-top:20px;
    background: url(//ak.mooncell.wiki/images/a/a0/Bg_rhodescorridor.png) no-repeat;
    background-position: center 99%,center top;
    background-size:100%;
    background-attachment: fixed,fixed;
}
a {
    color: #F4C430;
}
a:visited {
    color: #F28500;
}
div {
    color: #EAEAEA;
}
h1, h2, h3, h4, h5, h6 {
    color: #FFEBAD;
}
#content{
	background:rgba(30,30,30,0.9);
}
div#footer {
    background-color: rgba(30, 30, 30, 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 li.selected {
    background: linear-gradient(to bottom,#333333 0%,#444444 35%);
}
div.vectorTabs {
    background: rgba(0, 0, 0, 0) ;
}
div.vectorTabs ul li {
        background: #333333;
}
div.vectorTabs span {
    background: rgba(0, 0, 0, 0);
}
.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: #969696;
}
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;
}