MediaWiki:Group-user.css : Différence entre versions
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici n’affectera que les utilisateurs enregistrés. */ | /* Le CSS placé ici n’affectera que les utilisateurs enregistrés. */ | ||
+ | |||
+ | .ns-3502 #nav-meta { | ||
+ | display:block; | ||
+ | margin:0.5em -8em 0 1em; | ||
+ | padding-left:1em; | ||
+ | border left: none; | ||
+ | border-left-width: 0; | ||
+ | } | ||
+ | |||
/* | /* | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
div#mw-panel, #mw-head, #mw-page-base, #firstHeading, #footer, #left-navigation, #contentSub, #jump-to-nav, .mw-pt-translate-header {display:block;} | div#mw-panel, #mw-head, #mw-page-base, #firstHeading, #footer, #left-navigation, #contentSub, #jump-to-nav, .mw-pt-translate-header {display:block;} | ||
#mw-head-base, div#content, div#footer {display:block;} | #mw-head-base, div#content, div#footer {display:block;} | ||
div#content.mw-body { margin-left: 10em;margin-right: 0em;margin-top: 0em;margin-bottom: 0em;border:1px; } | div#content.mw-body { margin-left: 10em;margin-right: 0em;margin-top: 0em;margin-bottom: 0em;border:1px; } | ||
*/ | */ | ||
− | |||
− | |||
− | |||
− |
Version du 25 septembre 2018 à 12:53
/* Le CSS placé ici n’affectera que les utilisateurs enregistrés. */
.ns-3502 #nav-meta {
display:block;
margin:0.5em -8em 0 1em;
padding-left:1em;
border left: none;
border-left-width: 0;
}
/*
div#mw-panel, #mw-head, #mw-page-base, #firstHeading, #footer, #left-navigation, #contentSub, #jump-to-nav, .mw-pt-translate-header {display:block;}
#mw-head-base, div#content, div#footer {display:block;}
div#content.mw-body { margin-left: 10em;margin-right: 0em;margin-top: 0em;margin-bottom: 0em;border:1px; }
*/