« MediaWiki:Common.css » : différence entre les versions
De Wikirak
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
/* cacher titre page d'acceuil */ | /* cacher titre page d'acceuil */ | ||
body.page-Accueil.action-view h1.firstHeading, body.page-Accueil.action-submit h1.firstHeading { display: none; } | body.page-Accueil.action-view h1.firstHeading, body.page-Accueil.action-submit h1.firstHeading { display: none; } | ||
/* cacher logo mediawiki page de page a droite */ | /* cacher logo mediawiki page de page a droite */ | ||
# | #f-poweredbyico { display: none; } | ||
/* cacher l'option: Page */ | |||
#ca-nstab-main { display:none!important; } | |||
/* cacher l'option: historique */ | |||
#ca-history { display:none!important; } | |||
/* cacher l'option: voir le texte source */ | |||
#ca-viewsource { display:none!important; } | |||
/* cacher l'option | /* cacher l'option: discussion */ | ||
#ca-talk { display:none!important; } | |||
/* cacher nom du wiki en haut a gauche */ | |||
#p-logo-text { display:none!important; } | |||
/* cacher l'option Plain ecran des videos sous chrome */ | |||
video::-webkit-media-controls-fullscreen-button | video::-webkit-media-controls-fullscreen-button | ||
{ | { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* cacher l'onlget DISCUSSION pour les invités */ | /* cacher l'onlget DISCUSSION pour les invités */ | ||
Version du 25 janvier 2020 à 18:10
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* cacher titre page d'acceuil */
body.page-Accueil.action-view h1.firstHeading, body.page-Accueil.action-submit h1.firstHeading { display: none; }
/* cacher logo mediawiki page de page a droite */
#f-poweredbyico { display: none; }
/* cacher l'option: Page */
#ca-nstab-main { display:none!important; }
/* cacher l'option: historique */
#ca-history { display:none!important; }
/* cacher l'option: voir le texte source */
#ca-viewsource { display:none!important; }
/* cacher l'option: discussion */
#ca-talk { display:none!important; }
/* cacher nom du wiki en haut a gauche */
#p-logo-text { display:none!important; }
/* cacher l'option Plain ecran des videos sous chrome */
video::-webkit-media-controls-fullscreen-button
{
display: none !important;
}
/* cacher l'onlget DISCUSSION pour les invités */
#p-personal #pt-anonuserpage {
display: none;
}
