MediaWiki:Common.css:修订间差异
imported>Soleverlee 无编辑摘要 |
imported>Soleverlee 无编辑摘要 |
||
第8行: | 第8行: | ||
border:0; | border:0; | ||
} | } | ||
pre, .mw-code{ | pre, .mw-code,{ | ||
background-image: url("data:image/gif;base64,R0lGODlhBQAQAIAAAPLy8v///yH5BAAAAAAALAAAAAAFABAAAAIPjAOXtqgHHXuzRombvqwAADs="); | background-image: | ||
border: 1px dashed #E4F7DE; | |||
url("data:image/gif;base64,R0lGODlhBQAQAIAAAPLy8v///yH5BAAAAAAALAAAAAAFABAAAAIPjAOXtqgHHXuzRombvqwAADs="); | |||
} | |||
.wikiEditor-ui-text{ | |||
font-size:12px; | |||
font-family:monospace,sans-serif; | |||
} | } |
2015年3月26日 (四) 06:31的版本
/* 放置于这里的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;
}