diff options
Diffstat (limited to 'tpl/css/style-light.css')
-rw-r--r-- | tpl/css/style-light.css | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/tpl/css/style-light.css b/tpl/css/style-light.css deleted file mode 100644 index a85961c9..00000000 --- a/tpl/css/style-light.css +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | a.back span { | ||
2 | background: url('../img/light/left.png'); | ||
3 | } | ||
4 | |||
5 | a.top span { | ||
6 | background: url('../img/light/top.png'); | ||
7 | } | ||
8 | |||
9 | a.fav span { | ||
10 | background: url('../img/light/star-on.png'); | ||
11 | } | ||
12 | a.fav span:hover { | ||
13 | background: url('../img/light/star-off.png'); | ||
14 | } | ||
15 | |||
16 | a.fav-off span { | ||
17 | background: url('../img/light/star-off.png'); | ||
18 | } | ||
19 | a.fav-off span:hover { | ||
20 | background: url('../img/light/star-on.png'); | ||
21 | } | ||
22 | |||
23 | a.archive span { | ||
24 | background: url('../img/light/checkmark-on.png'); | ||
25 | } | ||
26 | a.archive span:hover { | ||
27 | background: url('../img/light/checkmark-off.png'); | ||
28 | } | ||
29 | |||
30 | a.archive-off span { | ||
31 | background: url('../img/light/checkmark-off.png'); | ||
32 | } | ||
33 | a.archive-off span:hover { | ||
34 | background: url('../img/light/checkmark-on.png'); | ||
35 | } | ||
36 | |||
37 | a.twitter span { | ||
38 | background: url('../img/light/twitter.png'); | ||
39 | } | ||
40 | |||
41 | a.shaarli span { | ||
42 | background: url('../img/light/shaarli.png'); | ||
43 | } | ||
44 | |||
45 | a.flattr span { | ||
46 | background: url('../img/light/flattr.png'); | ||
47 | } | ||
48 | |||
49 | a.email span { | ||
50 | background: url('../img/light/envelop.png'); | ||
51 | } | ||
52 | |||
53 | a.delete span { | ||
54 | background: url('../img/light/remove.png'); | ||
55 | } \ No newline at end of file | ||