« 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
 
(3 versions intermédiaires par un autre utilisateur non affichées)
Ligne 8 : Ligne 8 :
border-style: solid;
border-style: solid;
border-color: white;
border-color: white;
width: auto;
# width: auto;
}
}
div.imgext div {
div.imgext div {
Ligne 24 : Ligne 24 :
}
}
div.imgext div div.caption {
div.imgext div div.caption {
border: none;
border: 1px solid #ccc
text-align: left;
text-align: center;
line-height: 1.4em;
line-height: 1.4em;
padding: .3em 0 .1em 0;
padding: .3em 0 .1em 0;
}
}
/* See http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/PageBy/README */
ul.pageby {
    border:1px solid #60606F;
    background-color:#E0E0EF;
    font-size: 80%;
    margin:1ex;
    padding:1ex;
    list-style-type:none;
  }


/*
/*
</pre>
</pre>
  */
  */

Dernière version du 12 avril 2007 à 21:13

/** 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: 1px solid #ccc
	text-align: center;
	line-height: 1.4em;
	padding: .3em 0 .1em 0;
}

/* See http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/PageBy/README */
ul.pageby {
    border:1px solid #60606F;
    background-color:#E0E0EF;
    font-size: 80%;
    margin:1ex;
    padding:1ex;
    list-style-type:none;
  }

/*
</pre>
 */