|
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 { |
|
13
|
11 |
float: left; |
|
2
|
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 { |
|
13
|
23 |
font-size: 24px; text-align: center; margin: 0 10px; width: 160px; |
|
2
|
24 |
} |
|
|
25 |
|
|
|
26 |
.Musitag-Annotator-selector { |
|
13
|
27 |
width: 168px; margin: 12px 5px; |
|
2
|
28 |
} |
|
|
29 |
|
|
|
30 |
.Musitag-Annotator-tagInSelector { |
|
13
|
31 |
float: left; margin: 2px; |
|
2
|
32 |
} |
|
|
33 |
|
|
|
34 |
.Musitag-Annotator-record { |
|
13
|
35 |
width: 220px; height: 160px; |
|
|
36 |
margin: 25px 0; |
|
|
37 |
z-index: 20; |
|
2
|
38 |
} |
|
|
39 |
|
|
|
40 |
.Musitag-Annotator-Note { |
|
|
41 |
width: 160px; height: 218px; background: url(../img/note-envoi.png); |
|
3
|
42 |
margin: 5px 0 0 5px; position: relative; cursor: pointer; |
|
2
|
43 |
} |
|
|
44 |
|
|
|
45 |
.Musitag-Annotator-tagInSend { |
|
|
46 |
position: absolute; left: 102px; top: 75px; |
|
|
47 |
-webkit-transform: rotate(-15deg); -moz-transform: rotate(-15deg); |
|
|
48 |
} |
|
|
49 |
|
|
|
50 |
.Musitag-Annotator-close { |
|
|
51 |
width: 56px; height: 56px; cursor: pointer; position: absolute; right: -10px; top: -10px; background: url(../img/close.png); |
|
|
52 |
} |
|
|
53 |
|
|
|
54 |
.Musitag-Annotator-close:hover { |
|
|
55 |
background-position: 0 -56px; |
|
|
56 |
} |
|
|
57 |
|
|
38
|
58 |
.Musitag-Annotator-TextMessage { |
|
|
59 |
text-align: center; margin: 20px 200px; font-size: 40px; |
|
|
60 |
} |