Bon retour sur WikiVPM ! Les modifications des pages seront à nouveau possibles dès la fin de la maintenance. Merci pour votre patience.

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

De WikiVPM
Aller à la navigation Aller à la recherche
(Suppression du titre de la page d'accueil)
 
Aucun résumé des modifications
 
Ligne 1 : Ligne 1 :
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
/* Don't display some stuff on the main page */
/* Don't display some stuff on the main page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #deleteconfirm,
Ligne 8 : Ligne 10 :
body.action-view.page-Main_Page h1.firstHeading {
body.action-view.page-Main_Page h1.firstHeading {
     display: none !important;
     display: none !important;
}
/* Position Main Page top banner */
body.page-Main_Page #mp-topbanner {
  margin-top: 0 !important;
}
}

Version actuelle datée du 19 avril 2014 à 18:56


/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */

/* Don't display some stuff on the main page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #footer-info-lastmod,
body.action-view.page-Main_Page #siteSub,
body.action-view.page-Main_Page #contentSub,
body.action-view.page-Main_Page h1.firstHeading {
    display: none !important;
}

/* Position Main Page top banner */
body.page-Main_Page #mp-topbanner {
  margin-top: 0 !important;
}