« MediaWiki:Common.css » : différence entre les versions
De Patrimoine de Benfeld et environs
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (16 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 2 : | Ligne 2 : | ||
/* https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_edit_the_wiki's_CSS? */ | /* https://www.mediawiki.org/wiki/Manual:FAQ#How_do_I_edit_the_wiki's_CSS? */ | ||
li#ca-talk, | li#ca-talk, | ||
li#ca-view, | |||
li#ca-viewsource, | li#ca-viewsource, | ||
li#ca-history, | li#ca-history, | ||
#site-tools, | #site-tools, | ||
#mw-related-navigation | #mw-related-navigation, | ||
li#ca-nstab-main, | |||
li#ca-unwatch, li#ca-watch, | |||
#f-poweredbyico, | |||
#n-help | |||
{ | { | ||
display: none; | display: none; | ||
} | |||
body{ | |||
background:#069; | |||
font-size:1.2em; | |||
} | } | ||
.footer-places{ | .footer-places{ | ||
| Ligne 13 : | Ligne 22 : | ||
} | } | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
display: | 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 a.long{ | #p-logo-text a.long{ | ||
font-size:2em; | font-size:1.2em; | ||
line-height: | line-height:.8em; | ||
} | } | ||
#mw-site-navigation{ | #mw-site-navigation{ | ||
margin-top:4em; | margin-top:4em; | ||
} | |||
@media screen and (max-width:850px) { | |||
#mw-header-container { | |||
display:none; | |||
} | |||
} | } | ||
Dernière version du 4 juillet 2019 à 22:49
/* 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,
li#ca-nstab-main,
li#ca-unwatch, li#ca-watch,
#f-poweredbyico,
#n-help
{
display: none;
}
body{
background:#069;
font-size:1.2em;
}
.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 a.long{
font-size:1.2em;
line-height:.8em;
}
#mw-site-navigation{
margin-top:4em;
}
@media screen and (max-width:850px) {
#mw-header-container {
display:none;
}
}