aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/css/style-light.css
blob: e2788a1ce05ebcac9c1570652548383d010d2891 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
a.back span {
    background: url('../img/light/left.png') no-repeat;
}

a.top span {
    background: url('../img/light/top.png') no-repeat;
}


a.fav span {
    background: url('../img/light/star-on.png') no-repeat;
}

a.fav span:hover {
    background: url('../img/light/star-off.png') no-repeat;
}

a.fav-off span {
    background: url('../img/light/star-off.png') no-repeat;
}

a.fav-off span:hover {
    background: url('../img/light/star-on.png') no-repeat;
}

a.archive span {
    background: url('../img/light/checkmark-on.png') no-repeat;
}

a.archive span:hover {
    background: url('../img/light/checkmark-off.png') no-repeat;
}

a.archive-off span {
    background: url('../img/light/checkmark-off.png') no-repeat;
}

a.archive-off span:hover {
    background: url('../img/light/checkmark-on.png') no-repeat;
}

a.twitter span {
    background: url('../img/light/twitter.png') no-repeat;
}

a.shaarli span {
    background: url('../img/light/shaarli.png') no-repeat;
}

a.email span {
    background: url('../img/light/envelop.png') no-repeat;
}

a.delete span {
    background: url('../img/light/remove.png') no-repeat;
}