MediaWiki:Common.css: Difference between revisions

From Obsidian Scheduler
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
body {
   //font-family: Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font: normal x-small verdana,arial,helvetica,sans-serif;
font-size:13px;
}
}



Revision as of 04:58, 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: monospace;
  font-size: 12px;
}