Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | p-logo{ background: b8860b } | + | p-logo{ background: b8860b; } |
| − | div{ background: b8860b } | + | div{ background: b8860b; } |
| − | vectorTabs li { background: b8860b } | + | vectorTabs li { background: b8860b; } |
| − | body{ background: #8fbc8f } | + | body{ background: #8fbc8f; } |
| − | pre{ background: 8fbc8f } | + | bodyContent{ background: 8fbc8f; } |
| + | pre{ background: 8fbc8f; } | ||
Revision as of 07:53, 13 January 2013
/* CSS placed here will be applied to all skins */
p-logo{ background: b8860b; }
div{ background: b8860b; }
vectorTabs li { background: b8860b; }
body{ background: #8fbc8f; }
bodyContent{ background: 8fbc8f; }
pre{ background: 8fbc8f; }