MediaWiki:Common.css: Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
pre, code { | pre, code { | ||
font-family: monospace; | font-family: "Courier New",Courier,monospace; | ||
font-size: 12px; | font-size: 12px; | ||
} | |||
pre { | |||
border: 1px solid #BBB; | |||
-moz-border-radius: 5px; | |||
-webkit-border-radius: 5px; | |||
border-radius: 5px; | |||
} | } | ||
Revision as of 06:46, 6 January 2013
/* CSS placed here will be applied to all skins */
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code {
font-family: "Courier New",Courier,monospace;
font-size: 12px;
}
pre {
border: 1px solid #BBB;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}