|
2
|
1 |
/* Base classes */ |
|
|
2 |
|
|
|
3 |
.Ldt-Loader { |
|
|
4 |
text-indent: -9999px; |
|
|
5 |
} |
|
|
6 |
|
|
|
7 |
.Musitag-container-50 { |
|
|
8 |
position:relative; width:50px; height:50px; cursor: pointer; |
|
|
9 |
} |
|
|
10 |
|
|
|
11 |
.Musitag-shadow, .Musitag-color, .Musitag-emoticon { |
|
|
12 |
position: absolute; |
|
|
13 |
} |
|
|
14 |
|
|
|
15 |
.Musitag-container-50 .Musitag-shadow, .Musitag-container-50 .Musitag-color, .Musitag-container-50 .Musitag-emoticon { |
|
|
16 |
width:50px; height:50px; background: url(../img/tags50.png) no-repeat; |
|
|
17 |
} |
|
|
18 |
|
|
|
19 |
.Musitag-container-50 .Musitag-shadow { |
|
|
20 |
left: 2px; top: 2px; background-position: -200px -50px; |
|
|
21 |
} |
|
|
22 |
|
|
|
23 |
.Musitag-container-50:hover .Musitag-shadow { |
|
|
24 |
left: 0; top: 0; |
|
|
25 |
} |
|
|
26 |
|
|
|
27 |
.Musitag-container-50:hover .Musitag-color, .Musitag-container-50:hover .Musitag-emoticon { |
|
|
28 |
left: 2px; top: 2px; |
|
|
29 |
} |
|
|
30 |
|
|
|
31 |
.Musitag-container-50 .Musitag-yellow { |
|
|
32 |
background-position: -50px 0; |
|
|
33 |
} |
|
|
34 |
|
|
|
35 |
.Musitag-container-50 .Musitag-green { |
|
|
36 |
background-position: -100px 0; |
|
|
37 |
} |
|
|
38 |
|
|
|
39 |
.Musitag-container-50 .Musitag-red { |
|
|
40 |
background-position: -150px 0; |
|
|
41 |
} |
|
|
42 |
|
|
|
43 |
.Musitag-container-50 .Musitag-blue { |
|
|
44 |
background-position: -200px 0; |
|
|
45 |
} |
|
|
46 |
|
|
|
47 |
.Musitag-container-50 .Musitag-happy { |
|
|
48 |
background-position: 0 -50px; |
|
|
49 |
} |
|
|
50 |
|
|
|
51 |
.Musitag-container-50 .Musitag-unhappy { |
|
|
52 |
background-position: -50px -50px; |
|
|
53 |
} |
|
|
54 |
|
|
|
55 |
.Musitag-container-50 .Musitag-laughing { |
|
|
56 |
background-position: -100px -50px; |
|
|
57 |
} |
|
|
58 |
|
|
|
59 |
.Musitag-container-50 .Musitag-surprised { |
|
|
60 |
background-position: -150px -50px; |
|
|
61 |
} |
|
|
62 |
|
|
|
63 |
.Musitag-container-80 { |
|
|
64 |
position:relative; width:80px; height:80px; cursor: pointer; |
|
|
65 |
} |
|
|
66 |
|
|
|
67 |
.Musitag-container-80 .Musitag-shadow, .Musitag-container-80 .Musitag-color, .Musitag-container-80 .Musitag-emoticon { |
|
|
68 |
width:80px; height:80px; background: url(../img/tags80.png) no-repeat; |
|
|
69 |
} |
|
|
70 |
|
|
|
71 |
.Musitag-container-80 .Musitag-shadow { |
|
|
72 |
left: 4px; top: 4px; background-position: -320px -80px; |
|
|
73 |
} |
|
|
74 |
|
|
|
75 |
.Musitag-container-80:hover .Musitag-shadow, .Musitag-container-80.down .Musitag-shadow { |
|
|
76 |
left: 0; top: 0; |
|
|
77 |
} |
|
|
78 |
|
|
|
79 |
.Musitag-container-80:hover .Musitag-color, .Musitag-container-80:hover .Musitag-emoticon, .Musitag-container-80.down .Musitag-color, .Musitag-container-80.down .Musitag-emoticon { |
|
|
80 |
left: 4px; top: 4px; |
|
|
81 |
} |
|
|
82 |
|
|
|
83 |
.Musitag-container-80 .Musitag-yellow { |
|
|
84 |
background-position: -80px 0; |
|
|
85 |
} |
|
|
86 |
|
|
|
87 |
.Musitag-container-80 .Musitag-green { |
|
|
88 |
background-position: -160px 0; |
|
|
89 |
} |
|
|
90 |
|
|
|
91 |
.Musitag-container-80 .Musitag-red { |
|
|
92 |
background-position: -240px 0; |
|
|
93 |
} |
|
|
94 |
|
|
|
95 |
.Musitag-container-80 .Musitag-blue { |
|
|
96 |
background-position: -320px 0; |
|
|
97 |
} |
|
|
98 |
|
|
|
99 |
.Musitag-container-80 .Musitag-happy { |
|
|
100 |
background-position: 0 -80px; |
|
|
101 |
} |
|
|
102 |
|
|
|
103 |
.Musitag-container-80 .Musitag-unhappy { |
|
|
104 |
background-position: -80px -80px; |
|
|
105 |
} |
|
|
106 |
|
|
|
107 |
.Musitag-container-80 .Musitag-laughing { |
|
|
108 |
background-position: -160px -80px; |
|
|
109 |
} |
|
|
110 |
|
|
|
111 |
.Musitag-container-80 .Musitag-surprised { |
|
|
112 |
background-position: -240px -80px; |
|
|
113 |
} |