Difference between revisions of "MediaWiki:Common.css"

From PlantUse English
Jump to: navigation, search
(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...")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
body.page-Accueil #firstHeading {
+
body.page-Main_Page #firstHeading {
 
       position: absolute;
 
       position: absolute;
 
       top: -5000px;
 
       top: -5000px;
 
}
 
}
body.page-Accueil #content {
+
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;
  }