MediaWiki:Monobook.css: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Jaime Prilusky (talk | contribs)
No edit summary
Jaime Prilusky (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 05:27, 3 October 2025

/* 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;
}

Proteopedia Page Contributors and Editors (what is this?)

Eran Hodis, Jaime Prilusky