-
Notifications
You must be signed in to change notification settings - Fork 0
/
neo.css
241 lines (241 loc) · 4.43 KB
/
neo.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
html, body {
height: 100%;
width: 100%;
}
.neo {
position: absolute;
top: calc(50% - 250px);
left: calc(50% - 250px);
}
.hair {
position: absolute;
z-index: 10;
width: 500px;
height: 300px;
border: 10px solid;
border-radius: 400px 400px 0 0;
background-color: black;
}
.facebox{
position: absolute;
top: 220px;
left: 80px;
z-index: 11;
width: 350px;
height: 100px;
background-color: rgb(112, 140, 166);
}
.face {
position: absolute;
top: 190px;
left: 45px;
z-index: 5;
width: 400px;
height: 300px;
border: 10px solid;
border-radius: 0 0 400px 400px;
background-color: rgb(112, 140, 166);
}
.eyes-right {
position: absolute;
z-index: 20;
top: 230px;
left: 90px;
border-radius: 60px;
border: 60px solid black;
}
.pupil-right-1 {
position: absolute;
z-index: 20;
top: -45px;
left: 10px;
border-radius: 100%;
border: 15px solid white;
}
.pupil-right-2 {
position: absolute;
z-index: 20;
top: -10px;
left: -2px;
border-radius: 100%;
border: 27px solid white;
}
.pupil-right-3 {
position: absolute;
z-index: 20;
top: -45px;
left: -50px;
border-radius: 100%;
border: 28px solid white;
}
.eyes-left {
position: absolute;
z-index: 20;
top: 230px;
left: 300px;
border-radius: 60px;
border: 60px solid black;
}
.pupil-left-1 {
position: absolute;
z-index: 20;
top: -45px;
left: 10px;
border-radius: 100%;
border: 15px solid white;
}
.pupil-left-2 {
position: absolute;
z-index: 20;
top: -10px;
left: -2px;
border-radius: 100%;
border: 27px solid white;
}
.pupil-left-3 {
position: absolute;
z-index: 20;
top: -45px;
left: -50px;
border-radius: 100%;
border: 28px solid white;
}
.nose {
position: absolute;
z-index: 40;
top: 310px;
left: 240px;
border-radius: 30px;
border: 17px solid black;
}
.mouth {
position: absolute;
top: 320px;
left: 190px;
z-index: 30;
width: 50px;
height: 50px;
border: 10px solid;
border-radius: 100% 0 100% 100%;
background-color: white;
}
.mouth2 {
position: absolute;
top: 320px;
left: 250px;
z-index: 30;
width: 50px;
height: 50px;
border: 10px solid;
border-radius: 0 100% 100% 100%;
background-color: white;
}
.ear-left {
position: absolute;
top: 39px;
left: 38px;
transform: rotate(-25deg);
}
.ear-right {
position: absolute;
top: 18px;
left: 417px;
transform: rotate(25deg);
}
.ear-1 {
position: absolute;
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 70px solid black;
}
.ear-2 {
position: absolute;
left: 5px;
top: 10px;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 60px solid rgb(112, 140, 166);
}
.ear-3 {
position: absolute;
left: 12px;
top: 35px;
width: 0;
height: 0;
border-left: 13px solid transparent;
border-right: 13px solid transparent;
border-bottom: 35px solid black;
}
.ear-4 {
position: absolute;
left: 15px;
top: 40px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 30px solid rgb(224, 128, 128);
}
.eyebrow-left {
z-index: 999;
position: absolute;
top:81px;
left: 36px;
}
.eyebrow-right {
z-index: 999;
position: absolute;
top:81px;
left: 245px;
}
.eysbrow-1 {
position: absolute;
top: 150px;
left: 55px;
width: 20px;
border-radius: 10px;
border: 4px solid black;
transform: rotate(60deg);
}
.eysbrow-2 {
position: absolute;
top: 140px;
left: 100px;
width: 20px;
border-radius: 10px;
border: 4px solid black;
transform: rotate(90deg);
}
.eysbrow-3 {
position: absolute;
top: 150px;
left: 145px;
width: 20px;
border-radius: 10px;
border: 4px solid black;
transform: rotate(120deg);
}
.cheek-left {
position: absolute;
top: 360px;
left: 85px;
z-index: 999;
width: 90px;
height: 25px;
background: rgb(219, 78, 80);
border-radius: 50%;
}
.cheek-right {
position: absolute;
z-index: 999;
top: 360px;
left: 335px;
width: 90px;
height: 25px;
background: rgb(219, 78, 80);
border-radius: 50%;
}