« MediaWiki:Common.css » : différence entre les versions

De biorousso
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
 
Aucun résumé des modifications
Ligne 1 : Ligne 1 :
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */
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: autho;
}
div.imgext div a img {
border: 1px solid #ccc;
}
div.imgext div div.caption {
border: none;
text-align: left;
line-height: 1.4em;
padding: .3em 0 .1em 0;
}

Version du 1 septembre 2006 à 13:15

/** CSS placed here will be applied to all skins */

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: autho;
}
div.imgext div a img {
	border: 1px solid #ccc;
}
div.imgext div div.caption {
	border: none;
	text-align: left;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
}