MediaWiki:Common.css: Difference between revisions
From Obsidian Scheduler
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
font-size: 12px; | font-size: 12px; | ||
} | } | ||
code { | code { | ||
padding: 1px 2px; | |||
} | } | ||
pre, code { | pre, code { | ||
border: 1px solid #BBB; | border: 1px solid #BBB; | ||
Revision as of 06:48, 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;
}
code {
padding: 1px 2px;
}
pre, code {
border: 1px solid #BBB;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}