Difference between revisions of "MediaWiki:Common.css"
From PlantUse English
MarcBrugman (Talk | contribs) (Created page with "→CSS placed here will be applied to all skins: body.page-Accueil #firstHeading { position: absolute; top: -5000px; } body.page-Accueil #content { backgro...") |
MarcBrugman (Talk | contribs) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | body.page- | + | body.page-Main_Page #firstHeading { |
position: absolute; | position: absolute; | ||
top: -5000px; | top: -5000px; | ||
} | } | ||
− | body.page- | + | body.page-Main_Page #content { |
background-color: white; | background-color: white; | ||
} | } |
Revision as of 14:55, 11 May 2011
/* CSS placed here will be applied to all skins */
body.page-Main_Page #firstHeading {
position: absolute;
top: -5000px;
}
body.page-Main_Page #content {
background-color: white;
}