Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
LpikiSysop (talk | contribs) |
LpikiSysop (talk | contribs) |
||
| (5 intermediate revisions by the same user not shown) | |||
| 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: 115%; |
|||
} |
|||
*/ |
|||
| ⚫ | |||
color: #009933; |
|||
font-style: italic; |
|||
font-weight: bold; |
|||
} |
|||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
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;
}