MediaWiki:Common.css: verschil tussen versies

Uit MusiCAD
Geen bewerkingssamenvatting
Geen bewerkingssamenvatting
Regel 2: Regel 2:
body, #mw-head {  
body, #mw-head {  
   background-image: url("/images/yellownotes.jpg");  
   background-image: url("/images/yellownotes.jpg");  
}
body.page-Hoofdpagina #lastmod,
body.page-Hoofdpagina #siteSub,
body.page-Hoofdpagina #contentSub,
body.page-Hoofdpagina h1.firstHeading {
    display: none !important;
}
}

Versie van 17 jun 2012 10:14

/** CSS die hier wordt geplaatst heeft invloed op alle skins */
body, #mw-head { 
  background-image: url("/images/yellownotes.jpg"); 
}
body.page-Hoofdpagina #lastmod, 
body.page-Hoofdpagina #siteSub, 
body.page-Hoofdpagina #contentSub, 
body.page-Hoofdpagina h1.firstHeading {
    display: none !important;
}