web/res/metadataplayer/Social.css
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 23 Jul 2012 15:01:13 +0200
changeset 661 be173e00218f
parent 654 a5977736d2b0
child 694 e9400c80e1e4
permissions -rwxr-xr-x
FIX : archives metadata ENDPOINT correct error
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
654
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
.Ldt-Social a {
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
    display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png);
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
}
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
a.Ldt-Social-Twitter {
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
    background-position: 0 0;
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
}
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
a.Ldt-Social-Twitter:hover {
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
    background-position: 0 -24px;
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
}
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
a.Ldt-Social-Fb {
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
    background-position: -24px 0;
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
}
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
a.Ldt-Social-Fb:hover {
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
    background-position: -24px -24px;
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
}
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
a.Ldt-Social-Gplus {
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
    background-position: -48px 0;
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
}
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
a.Ldt-Social-Gplus:hover {
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
    background-position: -48px -24px;
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
}
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
a.Ldt-Social-Mail {
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
    background-position: -72px 0;
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
}
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
a.Ldt-Social-Mail:hover {
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
    background-position: -72px -24px;
a5977736d2b0 Corrected metadataplayer bug
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
}