Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
LpikiSysop (talk | contribs) |
LpikiSysop (talk | contribs) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ |
/* CSS placed here will be applied to all skins */ |
||
tt { |
|||
color: #000033; |
|||
font-size: 110%; |
|||
font-weight: bold; |
|||
} |
|||
pre { |
|||
font-size: 110%; |
|||
} |
|||
pre span.input { |
pre span.input { |
||
color: #006633; |
|||
font-style: italic; |
|||
font-weight: bold; |
|||
} |
} |
||
pre span.highlight { |
pre span.highlight { |
||
color: #CC3300; |
|||
} |
} |
||
Revision as of 23:52, 13 May 2012
/* CSS placed here will be applied to all skins */
tt {
color: #000033;
font-size: 110%;
font-weight: bold;
}
pre {
font-size: 110%;
}
pre span.input {
color: #006633;
font-style: italic;
font-weight: bold;
}
pre span.highlight {
color: #CC3300;
}