|
2
|
1 |
.Musitag-Annotator-PositionBar { |
|
|
2 |
width: 40px; height: 80px; background: url(../img/position-bar.png) bottom; margin-left: -20px; |
|
|
3 |
} |
|
|
4 |
|
|
|
5 |
.Musitag-Annotator-Main { |
|
|
6 |
width: 800px; height: 280px; padding: 25px 15px; background: url(../img/annotate-bg.png); |
|
|
7 |
text-shadow: 0 0 2px #ffffff; margin-top: -15px; margin-left: -90px; position: relative; |
|
|
8 |
} |
|
|
9 |
|
|
|
10 |
.Musitag-Annotator-section { |
|
|
11 |
float: left; width: 197px; |
|
|
12 |
} |
|
|
13 |
|
|
|
14 |
.Musitag-Annotator-separator { |
|
|
15 |
float: left; width: 3px; background: url(../img/annotate-separator.png); height: 100px; margin: 120px 0 0; |
|
|
16 |
} |
|
|
17 |
|
|
|
18 |
.Musitag-Annotator-section h2 { |
|
|
19 |
float: left; font-size: 60px; width: 60px; height: 60px; text-align: center; |
|
|
20 |
} |
|
|
21 |
|
|
|
22 |
.Musitag-Annotator-section h3 { |
|
|
23 |
font-size: 24px; text-align: center; margin: 0 10px; |
|
|
24 |
} |
|
|
25 |
|
|
|
26 |
.Musitag-Annotator-selector { |
|
|
27 |
margin: 12px 8px; |
|
|
28 |
} |
|
|
29 |
|
|
|
30 |
.Musitag-Annotator-tagInSelector { |
|
|
31 |
float: left; margin: 5px; |
|
|
32 |
} |
|
|
33 |
|
|
|
34 |
.Musitag-Annotator-record { |
|
|
35 |
width: 135px; height: 135px; background: url(../img/record.png); |
|
3
|
36 |
margin: 35px 31px; cursor: pointer; |
|
2
|
37 |
} |
|
|
38 |
|
|
|
39 |
.Musitag-Annotator-record:hover { |
|
|
40 |
background-position: 0 -135px; |
|
|
41 |
} |
|
|
42 |
|
|
|
43 |
.Musitag-Annotator-Note { |
|
|
44 |
width: 160px; height: 218px; background: url(../img/note-envoi.png); |
|
3
|
45 |
margin: 5px 0 0 5px; position: relative; cursor: pointer; |
|
2
|
46 |
} |
|
|
47 |
|
|
|
48 |
.Musitag-Annotator-tagInSend { |
|
|
49 |
position: absolute; left: 102px; top: 75px; |
|
|
50 |
-webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); |
|
|
51 |
} |
|
|
52 |
|
|
|
53 |
.Musitag-Annotator-close { |
|
|
54 |
width: 56px; height: 56px; cursor: pointer; position: absolute; right: -10px; top: -10px; background: url(../img/close.png); |
|
|
55 |
} |
|
|
56 |
|
|
|
57 |
.Musitag-Annotator-close:hover { |
|
|
58 |
background-position: 0 -56px; |
|
|
59 |
} |
|
|
60 |
|