Différences entre les versions de « MediaWiki:Mobile.css »

De Kurd collect
Aller à la navigation Aller à la recherche
(Page créée avec « →‎Tout CSS placé ici sera chargé avec les pages accédées par les utilisateurs du site mobile : →‎All CSS here will be loaded for users of the mobile site : .babeti2, .derbare { width:100%; } .manu-halbjarde1, .manu-halbjarde2 { width:100%; } div#mp-welcome { font-size: 92%; padding: 0.1em; width: 100%; float: right; } .manu-welpol { width:100%; } div#mp-topbanner { min-width: unset; } #mw-panel { display:none; } .mw-body, #mw-data-after-c... »)
 
(Aucune différence)

Version actuelle datée du 23 février 2022 à 14:34

/* Tout CSS placé ici sera chargé avec les pages accédées par les utilisateurs du site mobile */
/* All CSS here will be loaded for users of the mobile site */
.babeti2, .derbare {
	width:100%;
}
.manu-halbjarde1, .manu-halbjarde2 {
	width:100%;
}
div#mp-welcome {
    font-size: 92%;
    padding: 0.1em;
    width: 100%;
    float: right;
}
.manu-welpol {
	width:100%;
}
div#mp-topbanner {
	min-width: unset;
}
#mw-panel {
	display:none;
}
.mw-body, #mw-data-after-content{
	margin-right:0;
}