scripts/wiki-lenny/static/additional/pagesPersos.css
Antoine Durand-Gasselin cdfb2b41c2 [wiki-lenny] on établit une séparation entre les ressources statiques upstream et les plugins du crans
* Il faudra faire une solution plus propre, c'est juste pour commiter des
   changes

darcs-hash:20090306075901-bd074-45690e201de838132f1a94901b4a625a50f8a31d.gz
2009-03-06 08:59:01 +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;
}