« MediaWiki:Common.css » : différence entre les versions

De OSWiki
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 4 : Ligne 4 :
}
}


.page-FAQ_Simulateurs .firstHeading #toc {
.rootpage-FAQ_Simulateurs.skin-vector.action-view content.mw-body bodyContent.mw-body-content #mw-content-text.mw-content-ltr #toc.toc{
  /*background-color:goldenrod 1;*/
  /*background-color:goldenrod 1;*/
  background-color:red;
  background-color:red;
}
}

Version du 27 décembre 2017 à 16:12

/* Le CSS placé ici sera appliqué à tous les habillages. */
.page-Accueil .firstHeading, .page-FAQ_Simulateurs .firstHeading {
 display:none;
}

.rootpage-FAQ_Simulateurs.skin-vector.action-view content.mw-body bodyContent.mw-body-content #mw-content-text.mw-content-ltr #toc.toc{
 /*background-color:goldenrod 1;*/
 background-color:red;
}