MediaWiki:Monobook.css
From Proteopedia
(Difference between revisions)
(7 intermediate revisions not shown.) | |||
Line 2: | Line 2: | ||
/* Don't display some stuff on the main page */ | /* Don't display some stuff on the main page */ | ||
- | body.page-Main_Page | + | body.page-Main_Page h1.firstHeading { |
display: none !important; | display: none !important; | ||
} | } | ||
+ | /* Bold 'edit this page' link to encourage newcomers */ | ||
+ | #ca-edit a { font-weight: bold !important; } | ||
.editButtons { display: block;} | .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; | ||
+ | } |
Current revision
/* 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;
}