MediaWiki:Common.css
From AHPA Botanical Identity References Compendium
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | /* CSS placed here will be applied to all skins */ | + | /* CSS placed here will be applied to all skins */ /* body.page h1.firstHeading { display:italic; } */ /* This didn't seem to work as of 12/27/2011 */ |
| − | /* body.page h1.firstHeading { display:italic; } */ /* | + | |
| − | #n-sponsors { | + | #n-sponsors { |
| + | |||
background-image: url(http://www.ahpa.org/Portals/0/images/NDISignUp.gif); | background-image: url(http://www.ahpa.org/Portals/0/images/NDISignUp.gif); | ||
| − | + | background-position: top left; | |
| − | + | background-repeat: no-repeat; | |
| − | + | padding-left: 20px; | |
| + | padding-top: 90px; | ||
| + | |||
| + | |||
} | } | ||
Revision as of 19:50, 27 December 2011
/* CSS placed here will be applied to all skins */ /* body.page h1.firstHeading { display:italic; } */ /* This didn't seem to work as of 12/27/2011 */
#n-sponsors {
background-image: url(http://www.ahpa.org/Portals/0/images/NDISignUp.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 20px;
padding-top: 90px;
}