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 {
   background-color: inherit;
   background-color: inherit;
}
}
 
*/
pre {
pre, code {
   border: 1px solid #BBB;
   border: 1px solid #BBB;
   -moz-border-radius: 5px;
   -moz-border-radius: 5px;

Revision as of 06:47, 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 {
  background-color: inherit;
}
*/
pre, code {
  border: 1px solid #BBB;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}