MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Gridcaster (talk | contribs) No edit summary Tag: Manual revert |
Gridcaster (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
background: url("/images/wiki_background.png") no-repeat center center fixed; | background: url("/images/wiki_background.png") no-repeat center center fixed; | ||
background-size: cover; | background-size: cover; | ||
} | |||
/* Wrap the sidebar (all portlets) in a white box */ | |||
#mw-panel { | |||
background-color: #ffffff; /* White background */ | |||
padding: 15px; | |||
margin: 10px; | |||
border-radius: 10px; | |||
box-shadow: 0 2px 8px rgba(0,0,0,0.2); /* Optional soft shadow */ | |||
border: 1px solid #ccc; | |||
} | } |
Revision as of 06:09, 19 April 2025
/* CSS placed here will be applied to all skins */
body {
background: url("/images/wiki_background.png") no-repeat center center fixed;
background-size: cover;
}
/* Wrap the sidebar (all portlets) in a white box */
#mw-panel {
background-color: #ffffff; /* White background */
padding: 15px;
margin: 10px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0,0,0,0.2); /* Optional soft shadow */
border: 1px solid #ccc;
}