MediaWiki:Common.css

De biorousso
Aller à la navigation Aller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/** CSS placed here will be applied to all skins */
/*
<pre>
 */

div.imgext {
	margin-bottom: .5em;
	border-style: solid;
	border-color: white;
	# width: auto;
}
div.imgext div {
	border: 1px solid #ccc;
	padding: 3px !important;
	background-color: #f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
        width: auto;
}
div.imgext div img {
	border: 1px solid #ccc;
        width: auto;
}
div.imgext div div.caption {
	border: none;
	text-align: center;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
}

/*
</pre>
 */