Difference between revisions of "MediaWiki:Common.css"

From braindump
Jump to navigation Jump to search
 
Line 3: Line 3:
tt {
tt {
color: #000033;
color: #000033;
font-size: 110%;
/* font-size: 110%; */
font-weight: bold;
font-weight: bold;
}
}


/*
pre {
pre {
font-size: 115%;
font-size: 115%;
}
}
*/


pre span.input, tt span.input {
pre span.input, tt span.input {

Latest revision as of 23:55, 29 June 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;
}