Difference between revisions of "MediaWiki:Common.css"
Line 4: | Line 4: | ||
background-color: #EEE; | background-color: #EEE; | ||
overflow: auto; | overflow: auto; | ||
+ | } | ||
+ | code { | ||
+ | border-style: none; | ||
} | } | ||
.source-perl, .source-xml { | .source-perl, .source-xml { |
Revision as of 11:21, 18 April 2012
/* CSS placed here will be applied to all skins */
.source-perl, .source-xml, code {
border: 1px solid #888;
background-color: #EEE;
overflow: auto;
}
code {
border-style: none;
}
.source-perl, .source-xml {
padding: 10px 15px;
margin-left: 2em;
}
.source-perl, .source-xml, pre, tt, code {
font-size: 125%;
}