Difference between revisions of "MediaWiki:Common.css"
From wiki
DeamonHunter (Talk | contribs) (Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }") |
DeamonHunter (Talk | contribs) (Added a couple comments. I really should look into css code properly though so we can get some good styling happening.) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | |||
| + | /*Removes the heading off the main page. There is gonna be an image anyway. */ | ||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | ||
| + | |||
| + | |||
| + | /* Remove comments if we want a background image */ | ||
| + | /* | ||
| + | body { | ||
| + | background: #0A0523 url("add a background image path here") no-repeat fixed center center / cover; | ||
| + | } | ||
| + | */ | ||
Latest revision as of 10:34, 1 November 2016
/* CSS placed here will be applied to all skins */
/*Removes the heading off the main page. There is gonna be an image anyway. */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* Remove comments if we want a background image */
/*
body {
background: #0A0523 url("add a background image path here") no-repeat fixed center center / cover;
}
*/