MediaWiki:Common.css: Difference between revisions

From 太極
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
tt, code, pre {
tt, code, pre {
   font-family: Lucida Console, monospace;
   font-family: Lucida Console, monospace;
  font-size: 0.9em;
   padding: 7px;
   padding: 7px;
   line-height: 1.2em;
   line-height: 1.2em;

Revision as of 15:14, 2 March 2014

/* CSS placed here will be applied to all skins */
tt, code, pre {
   font-family: Lucida Console, monospace;
   padding: 7px;
   line-height: 1.2em;
   padding: 7px;
   white-space: pre;
   display: block;
   background-color: #e0e0e0;
   border:1px dashed #2F6FAB;
}