MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m Resaved by maintenance script Tags: content model change Manual revert |
||
(6 intermediate revisions by 2 users 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 */ | ||
.editButtons { display: | /* Don't display some stuff on the main page */ | ||
body.page-Main_Page h1.firstHeading { | |||
display: none !important; | |||
} | |||
/* Bold 'edit this page' link to encourage newcomers */ | |||
#ca-edit a { font-weight: bold !important; } | |||
.editButtons { display: block;} | |||
/* Makes the background of a framed image white instead of gray. */ | |||
/* Only visible with transparent images. */ | |||
div.thumb div a img { | |||
background-color: #fff; | |||
} |
Latest revision as of 11:40, 27 August 2024
/* CSS placed here will affect users of the Monobook skin */
/* Don't display some stuff on the main page */ body.page-Main_Page h1.firstHeading {
display: none !important;
}
/* Bold 'edit this page' link to encourage newcomers */
- ca-edit a { font-weight: bold !important; }
.editButtons { display: block;}
/* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ div.thumb div a img {
background-color: #fff;
}