MediaWiki:Common.css : Différence entre versions
| Ligne 27 : | Ligne 27 : | ||
} | } | ||
| − | #p-logo-text | + | #p-logo-text .long{ |
font-size:1.3em; | font-size:1.3em; | ||
line-height:.8em; | line-height:.8em; | ||
| Ligne 33 : | Ligne 33 : | ||
#mw-site-navigation{ | #mw-site-navigation{ | ||
margin-top:4em; | margin-top:4em; | ||
| + | } | ||
| + | |||
| + | @screen and (max-width:850px) { | ||
| + | #mw-header-container { | ||
| + | display:none; | ||
| + | } | ||
} | } | ||
Version du 2 juillet 2019 à 10:20
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_edit_the_wiki's_CSS? */
li#ca-talk,
li#ca-view,
li#ca-viewsource,
li#ca-history,
#site-tools,
#mw-related-navigation,
#ca-nstab-main,
#f-poweredbyico,
#n-help
{
display: none;
}
.footer-places{
font-size:80%;
}
.mw-wiki-logo {
display: block;
content: '';
width: 11em;
height: 3em;
background-repeat: no-repeat;
background-position: 50% 50%;
margin: -3em auto 0;
background-size: cover;
}
#p-logo-text .long{
font-size:1.3em;
line-height:.8em;
}
#mw-site-navigation{
margin-top:4em;
}
@screen and (max-width:850px) {
#mw-header-container {
display:none;
}
}