MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 5: | Line 5: | ||
background: url("/images/TexturedBackground.jpg"); | background: url("/images/TexturedBackground.jpg"); | ||
background-size: cover; | background-size: cover; | ||
} | |||
mw-panel { | |||
font-size:16px; | |||
color: #008000; | |||
} | } | ||
Revision as of 15:35, 13 November 2023
/* CSS placed here will be applied to all skins */
body {
background: url("/images/TexturedBackground.jpg");
background-size: cover;
}
mw-panel {
font-size:16px;
color: #008000;
}