scripts/wiki-lenny/static/common/pagesPersos.css
Antoine Durand-Gasselin 3275986a70 [wiki-lenny/static/] ajout des ressources statiques du wiki dans le repo (css)
darcs-hash:20081109214403-bd074-aea913ab711cbdb465ead1d96003dbcf5b52c7c3.gz
2008-11-09 22:44:03 +01:00

43 lines
949 B
CSS

div.vignetteperso {
text-align: center;
height: 13em;
width: 15em;
border: 0px;
float: left;
padding: 10px;
overflow: visible;
font-size: 0.90em;
}
div.vignetteperso a {
display: table-cell;
vertical-align: middle;
height:100px;
width:15em;
text-align:center;
}
/* redimentionnement proportionnel des images */
div.vignetteperso img {
max-width:100px;
max-height:100px;
margin: auto auto auto auto;
}
div.vignetteperso a.letter_anchor {
display: table-cell;
vertical-align: bottom;
height:1em;
padding:0;
line-height:1em;
font-size:8em;
}
.letter_anchor span {
opacity:0.5;
}
.alphabetic_index a{
margin:3px;
}