MediaWiki:Common.css: Difference between revisions
Appearance
Hiding page title on main page |
bg image class |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* This removes the heading on the main page */ | |||
body.page-Main_Page h1.firstHeading { display: none; } | body.page-Main_Page h1.firstHeading { display: none; } | ||
/* This allows for the LiF Background to be displayed. */ | |||
.LiF_BG {background-image: url(http://www.lagoonisfun.com/images/1point8/bg.jpg);} |
Latest revision as of 20:12, 1 April 2015
/* CSS placed here will be applied to all skins */ /* This removes the heading on the main page */ body.page-Main_Page h1.firstHeading { display: none; } /* This allows for the LiF Background to be displayed. */ .LiF_BG {background-image: url(http://www.lagoonisfun.com/images/1point8/bg.jpg);}