« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(7 versions intermédiaires par un autre utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/** CSS placed here will be applied to all skins */ | /** 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> | |||
*/ |
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> */