MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: pre, code, .mw-code { background-color: lightyellow; }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#mw-panel { | |||
position: fixed; | |||
top: 0; | |||
width: 10em; | |||
left: 0; | |||
} | |||
pre, code, .mw-code { | pre, code, .mw-code { | ||
background-color: lightyellow; | background-color: lightyellow; | ||
} | } |
Latest revision as of 11:04, 29 April 2025
/* CSS placed here will be applied to all skins */ #mw-panel { position: fixed; top: 0; width: 10em; left: 0; } pre, code, .mw-code { background-color: lightyellow; }