MediaWiki:Common.css:修订间差异

来自WHY42
imported>Soleverlee
无编辑摘要
imported>Soleverlee
无编辑摘要
第9行: 第9行:
}
}
pre, .mw-code{
pre, .mw-code{
border: 1px dashed #E4F7DE;
border: 1px solid #eee;
border-left: 5px solid #ddd;
background-image:  
background-image:  
url("data:image/gif;base64,R0lGODlhBQAQAIAAAPLy8v///yH5BAAAAAAALAAAAAAFABAAAAIPjAOXtqgHHXuzRombvqwAADs=");
url("data:image/gif;base64,R0lGODlhBQAQAIAAAPLy8v///yH5BAAAAAAALAAAAAAFABAAAAIPjAOXtqgHHXuzRombvqwAADs=");

2015年3月26日 (四) 06:37的版本

/* 放置于这里的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{
border: 1px solid #eee;
border-left: 5px solid #ddd;
background-image: 
url("data:image/gif;base64,R0lGODlhBQAQAIAAAPLy8v///yH5BAAAAAAALAAAAAAFABAAAAIPjAOXtqgHHXuzRombvqwAADs=");
}
.wikiEditor-ui-text{
font-size:12px;
font-family:monospace,sans-serif;
}