Difference between revisions of "MediaWiki:Common.css"

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


pre span.input {
pre span.input {
color: #00FFFF;
color: #003333;
font-style: italic;
font-style: italic;
font-weight: bold;
font-weight: bold;
Line 8: Line 8:


pre span.highlight {
pre span.highlight {
color: #FF3300;
color: #CC3300;
}
}

Revision as of 23:42, 13 May 2012

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

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

pre span.highlight { 
    color:       #CC3300;
}