Difference between revisions of "MediaWiki:Monobook.css"
From CS Codex
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the MonoBook skin */ | /* CSS placed here will affect users of the MonoBook skin */ | ||
− | + | body { | |
− | background-image: url(' | + | background-image: url('skins/MonoBook/headbg.jpg'); |
+ | background-color: #a1c6eb; | ||
+ | background-position-x: 0; | ||
+ | background-position-y: 0; | ||
} | } | ||
− | # | + | .smwtticon.warning { |
− | + | display: none; | |
+ | } | ||
+ | |||
+ | .player_image { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | #player-quotes { | ||
+ | font-size: 11px; | ||
} | } |
Latest revision as of 21:26, 22 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;
}
.player_image {
visibility: hidden;
}
#player-quotes {
font-size: 11px;
}