Difference between revisions of "MediaWiki:Common.css"

From braindump
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: pre span.input { color: blue; font-style: italic; } pre span.highlight { color: red; }")
 
Line 2: Line 2:


pre span.input {
pre span.input {
color: blue;
color: green;
font-style: italic;
font-style: italic;
font-weight: bold;
}
}


pre span.highlight {
pre span.highlight {
color: red;
color: red;
}
}

Revision as of 23:37, 13 May 2012

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

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

pre span.highlight { 
    color:  red;
}