MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
font-family: monospace; | font-family: monospace; | ||
font-size: 1.25em; | font-size: 1.25em; | ||
} | } | ||
code { | code { | ||
Revision as of 16:24, 20 February 2013
/* CSS placed here will be applied to all skins */
/* Fix so <tt>, <code>, and <pre> display in a suitable size in firefox, chrome, etc */
tt, pre {
font-family: monospace;
font-size: 1.25em;
}
code {
font-size: 1.15em;
color: #558088;
background-color: #f0f8f0;
}