web/res/metadataplayer/Social.css
author Samuel Huron <samuel.huron@centrepompidou.fr>
Fri, 03 Aug 2012 00:51:14 +0200
changeset 673 2fb54d5fd0fb
parent 654 a5977736d2b0
child 694 e9400c80e1e4
permissions -rw-r--r--
FIX: Cacher annotation liste et tagcloud pour les phase 2 et 3 de l'experimentation, a remettre a la fin : ligne 383 de polemictimeline.php

.Ldt-Social a {
    display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png);
}

a.Ldt-Social-Twitter {
    background-position: 0 0;
}

a.Ldt-Social-Twitter:hover {
    background-position: 0 -24px;
}

a.Ldt-Social-Fb {
    background-position: -24px 0;
}

a.Ldt-Social-Fb:hover {
    background-position: -24px -24px;
}

a.Ldt-Social-Gplus {
    background-position: -48px 0;
}

a.Ldt-Social-Gplus:hover {
    background-position: -48px -24px;
}

a.Ldt-Social-Mail {
    background-position: -72px 0;
}

a.Ldt-Social-Mail:hover {
    background-position: -72px -24px;
}