« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 19 : | Ligne 19 : | ||
width: auto; | width: auto; | ||
} | } | ||
div.imgext div | div.imgext div img { | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
width: auto; | |||
} | } | ||
div.imgext div div.caption { | div.imgext div div.caption { |
Version du 1 septembre 2006 à 13:25
/** 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: left; line-height: 1.4em; padding: .3em 0 .1em 0; } /* </pre> */