Difference between revisions of "MediaWiki:Monobook.css"
From CS Codex
(Replaced content with "→CSS placed here will affect users of the MonoBook skin: body { background-image: url('skins/MonoBook/headbg.jpg'); background-color: #a1c6eb;...") |
|||
| Line 10: | Line 10: | ||
.smwtticon.warning { | .smwtticon.warning { | ||
display: none; | display: none; | ||
| + | } | ||
| + | |||
| + | mp-lower.MainPageBG td { | ||
| + | margin: 4px 0 0 0; | ||
| + | width: 100%; | ||
| + | background: none; | ||
| + | border-spacing: 0px; | ||
} | } | ||
Revision as of 18:23, 17 August 2021
/* CSS placed here will affect users of the MonoBook skin */
body {
background-image: url('skins/MonoBook/headbg.jpg');
background-color: #a1c6eb;
background-position-x: 0;
background-position-y: 0;
}
.smwtticon.warning {
display: none;
}
mp-lower.MainPageBG td {
margin: 4px 0 0 0;
width: 100%;
background: none;
border-spacing: 0px;
}