« 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 24 : | Ligne 24 : | ||
} | } | ||
div.imgext div div.caption { | div.imgext div div.caption { | ||
border: | border: 1px solid #ccc | ||
text-align: center; | text-align: center; | ||
line-height: 1.4em; | line-height: 1.4em; |
Version du 1 septembre 2006 à 13:51
/** 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; } /* </pre> */