MediaWiki:Common.css:修订间差异
imported>Soleverlee 无编辑摘要 |
imported>Soleverlee 无编辑摘要 |
||
第8行: | 第8行: | ||
border:0; | border:0; | ||
} | } | ||
pre, .mw-code | pre, .mw-code{ | ||
background-image: | background-image: | ||
border: 1px dashed #E4F7DE; | border: 1px dashed #E4F7DE; |
2015年3月26日 (四) 06:32的版本
/* 放置于这里的CSS将应用于所有皮肤 */
html,body{
font-family: "PingHei","Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica","Arial","Verdana","sans-serif";
font-size: 12px;
}
div#content{
width:800px;
border:0;
}
pre, .mw-code{
background-image:
border: 1px dashed #E4F7DE;
url("data:image/gif;base64,R0lGODlhBQAQAIAAAPLy8v///yH5BAAAAAAALAAAAAAFABAAAAIPjAOXtqgHHXuzRombvqwAADs=");
}
.wikiEditor-ui-text{
font-size:12px;
font-family:monospace,sans-serif;
}