Difference between revisions of "MediaWiki:Common.css"

From braindump
Jump to navigation Jump to search
Line 12: Line 12:


pre span.input, tt span.input {
pre span.input, tt span.input {
color: #006633;
color: #009933;
font-style: italic;
font-style: italic;
font-weight: bold;
font-weight: bold;

Revision as of 00:06, 14 May 2012

/* CSS placed here will be applied to all skins */

tt {
  color:     #000033;
  font-size: 110%;
  font-weight: bold;
}

pre {
  font-size: 115%;
}

pre span.input, tt span.input { 
  color:       #009933;
  font-style:  italic;
  font-weight: bold;
}

pre span.highlight, tt span.highlight { 
  color:       #CC3300;
}