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