-
Notifications
You must be signed in to change notification settings - Fork 37
/
text.css
120 lines (112 loc) · 2.33 KB
/
text.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
html {
height: 100%;
}
body {
font-family: 'Fjalla One', sans-serif;
background: linear-gradient(to bottom, #405166 0%, #656f6f 100%);
}
.container {
/*transform: translate(-50%, -50%);*/
top: 3%;
left: 50%;
display: block;
position: absolute;
min-width: 300px;
}
.button {
float: left;
position: relative;
bottom: -65px;
left: 50%;
transform: translateX(-50%) rotate(-10deg);
color: #e55643;
text-transform: uppercase;
opacity: 0;
visibility: hidden;
cursor: pointer;
}
.button span {
transform: skew(-10deg);
display: block;
float: left;
text-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px;
}
h1 {
color: #fff;
text-transform: uppercase;
font-size: 32px;
margin: 0;
line-height: 37px;
letter-spacing: 2px;
}
#touch-zone {
z-index: 1;
position: absolute;
top: 80vh;
left: 0vw;
width: 100vw;
height: 20vh;
/*font-size: 150%;
box-sizing: border-box;
padding: 0.75rem;*/
color: #FFF;
background: rgba(0, 0, 0, 0);
/*font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif;*/
}
.container-orient {
/*transform: translate(-50%, -50%);*/
top: 70%;
left: 50%;
display: block;
position: absolute;
min-width: 300px;
}
.orient {
transform: translateX(-50%);
color: #fff;
text-transform: uppercase;
font-size: 22px;
margin: 0;
line-height: 25px;
letter-spacing: 2px;
/*transform: translateX(-50%) rotate(-10deg);*/
display: block;
float: left;
/*left: 50%;*/
position: relative;
}
.orient span {
transform: skew(-10deg);
/*display: block;*/
float: left;
text-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px, #533d4a 5px 5px, #533d4a 6px 6px;
min-width: 10px;
min-height: 10px;
position: relative;
}
.title {
transform: translateX(-50%) rotate(-10deg);
display: block;
float: left;
/*left: 50%;*/
position: relative;
}
.title span {
transform: skew(-10deg);
/*display: block;*/
float: left;
text-shadow: #533d4a 1px 1px, #533d4a 2px 2px, #533d4a 3px 3px, #533d4a 4px 4px, #533d4a 5px 5px, #533d4a 6px 6px;
min-width: 10px;
min-height: 10px;
position: relative;
}
.title:nth-child(1) {
color: #e55643;
}
.title:nth-child(2) {
color: #2b9f5e;
}
.title:nth-child(3) {
color: #f1c83c;
}