MediaWiki:Common.css: Difference between revisions
⧼vector-appearance-label⧽
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.source-perl, code { | .source-perl, .source-xml, code { | ||
border: 1px solid #888; | border: 1px solid #888; | ||
background-color: #EEE; | background-color: #EEE; | ||
Revision as of 11:18, 18 April 2012
/* CSS placed here will be applied to all skins */
.source-perl, .source-xml, code {
border: 1px solid #888;
background-color: #EEE;
}
.source-perl, .source-xml {
padding: 10px 15px;
margin-left: 2em;
}
.source-perl, pre, tt, code {
font-size: 125%;
}