-
Notifications
You must be signed in to change notification settings - Fork 0
/
quest.css
92 lines (89 loc) · 1.77 KB
/
quest.css
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
#bigT .picture{
display: none;
width: 600px;
height: 600px;
background: url(TQuest-01.svg);
background-size: 600px 600px;
}
#T2, #T2 .picture {
display: block;
width: 317.3px;
height: 200px;
}
#T2 .picture {
background: url(TQuest-02.svg);
background-size: auto 200px;
}
#T3, #T3 .picture {
display: block;
width: 565.8px;
height: 200px;
}
#T3 .picture {
background: url(TQuest-03.svg);
background-size: 565.8px 200px;
}
#T4, #T4 .picture {
display: block;
width: 200px;
height: 200px;
}
#T4 .picture {
background: url(TQuest-04.svg);
background-size: 200px 200px;
}
#T5, #T5 .picture {
display: block;
width: 200px;
height: 400.1px;
}
#T5 .picture {
background: url(TQuest-05.svg);
background-size: 200px 400.1px;
}
.Ts.ui-draggable-dragging {
transition: 0s;
-moz-transition: 0s;
-webkit-transition: 0s;
-ms-transition: 0s;
-webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
}
.Ts {
transition: 0.6s;
-moz-transition: 0.6s;
-webkit-transition: 0.6s;
-ms-transition: 0.6s;
transform-style: preserve-3d;
position: absolute;
}
.rotate{
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 50px;
height: 50px;
background: url(refresh-01.svg);
background-size: 50px 50px;
transform: translate(-50%, -50%);
}
#T4 .rotate{
top: 66%;
left: 33%;
}
#T2 .rotate{
top: 50%;
left: 66%;
}
#T5 .rotate{
top: 66%;
left: 50%;
}
#playGround {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}