src/widgets/Social.css
author veltr
Thu, 12 Jul 2012 15:30:34 +0200
branchnew-model
changeset 927 977a39c4ee80
parent 924 64c2eaafe5e2
child 1071 02c04d2c8fd8
permissions -rw-r--r--
Added URL Copy function to the Social Widget
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
924
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
     1
.Ldt-Social a {
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
     2
    display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png);
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
     3
}
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
     4
927
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
     5
.Ldt-Social-Url-Container {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
     6
    display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; position: relative;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
     7
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
     8
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
     9
a.Ldt-Social-Url {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    10
    margin: 0; background-position: -96px 0;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    11
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    12
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    13
a.Ldt-Social-Url:hover {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    14
    background-position: -96px -24px;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    15
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    16
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    17
.Ldt-Social-UrlPop {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    18
    position: absolute; left: 20px; top: -2px; background: url(img/socialcopy.png);
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    19
    padding: 3px 0 0 12px; width: 218px; height: 27px;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    20
    display: none;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    21
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    22
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    23
.Ldt-Social-Input, .Ldt-Social-CopyBtn {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    24
    font-size: 11px; margin: 1px; border: 1px solid #ccc; height: 16px;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    25
    padding: 1px; border-radius: 2px; display: inline-block;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    26
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    27
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    28
.Ldt-Social-Input:hover, .Ldt-Social-CopyBtn.hover {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    29
    border-color: #8080ff;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    30
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    31
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    32
.Ldt-Social-Input {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    33
    width: 150px;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    34
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    35
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    36
.Ldt-Social-CopyBtn {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    37
    font-weight: bold; width: 50px; text-align: center; background: #f0f0ff;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    38
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    39
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    40
.Ldt-Social-CopyBtn.hover {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    41
    background: #ffe0a0;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    42
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    43
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    44
.Ldt-Social-CopyBtn.active {
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    45
    background: #ff8000;
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    46
}
977a39c4ee80 Added URL Copy function to the Social Widget
veltr
parents: 924
diff changeset
    47
924
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    48
a.Ldt-Social-Twitter {
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    49
    background-position: 0 0;
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    50
}
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    51
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    52
a.Ldt-Social-Twitter:hover {
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    53
    background-position: 0 -24px;
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    54
}
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    55
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    56
a.Ldt-Social-Fb {
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    57
    background-position: -24px 0;
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    58
}
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    59
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    60
a.Ldt-Social-Fb:hover {
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    61
    background-position: -24px -24px;
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    62
}
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    63
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    64
a.Ldt-Social-Gplus {
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    65
    background-position: -48px 0;
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    66
}
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    67
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    68
a.Ldt-Social-Gplus:hover {
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    69
    background-position: -48px -24px;
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    70
}
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    71
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    72
a.Ldt-Social-Mail {
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    73
    background-position: -72px 0;
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    74
}
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    75
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    76
a.Ldt-Social-Mail:hover {
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    77
    background-position: -72px -24px;
64c2eaafe5e2 Modifications for LDT-Platform
veltr
parents:
diff changeset
    78
}