-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
277 lines (274 loc) · 8.46 KB
/
style.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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
/* line 1, style.scss */
body, html {
margin: 0;
width: 100%;
height: 100%;
padding: 0;
font-family: segoeuil; }
@font-face {
font-family: "segoeuil";
src: url("segoeuil.ttf"); }
/* line 13, style.scss */
.wrapper1 {
width: 100%;
height: 100%;
background-color: #f7f7f7; }
/* line 18, style.scss */
.wrapper1 .travy {
width: 25%;
background-color: #fff;
height: 100%;
float: left;
z-index: 9999; }
/* line 24, style.scss */
.wrapper1 .travy h2 {
margin: 30px 0 0 38px;
font-size: 15px;
letter-spacing: .2em;
font-weight: bolder;
font-family: sans-serif; }
/* line 31, style.scss */
.wrapper1 .travy .discover {
width: 100%;
height: 70%;
margin: 9% 0 0 23%;
z-index: 9999; }
/* line 37, style.scss */
.wrapper1 .travy .discover p {
color: #1b1b1c;
font-size: 25px;
font-weight: bolder;
line-height: -0.2em;
font-family: sans-serif; }
/* line 44, style.scss */
.wrapper1 .travy .discover p .big {
font-size: 120px;
z-index: 9999; }
/* line 49, style.scss */
.wrapper1 .travy .discover .degree {
width: 70%;
height: 50%; }
/* line 53, style.scss */
.wrapper1 .travy .discover .degree .sub_degree {
width: 50%;
float: left; }
/* line 56, style.scss */
.wrapper1 .travy .discover .degree .sub_degree p {
font-size: 15px;
color: #909293;
font-family: inherit; }
/* line 60, style.scss */
.wrapper1 .travy .discover .degree .sub_degree p .bigg {
font-size: 16px;
font-family: sans-serif; }
/* line 64, style.scss */
.wrapper1 .travy .discover .degree .sub_degree p .smal {
font-size: 12px;
font-weight: bolder; }
/* line 72, style.scss */
.wrapper1 .travy .reserve {
background: linear-gradient(rgba(133, 209, 247, 0.8), rgba(133, 209, 247, 0.8));
width: 130%;
height: 14%;
margin-top: 9%; }
/* line 77, style.scss */
.wrapper1 .travy .reserve .text {
width: 85%;
margin: auto;
height: 20%;
padding-top: 9%;
color: #fff; }
/* line 83, style.scss */
.wrapper1 .travy .reserve .text p {
float: left;
margin: 0;
font-family: sans-serif;
font-weight: bolder;
font-size: 15px; }
/* line 90, style.scss */
.wrapper1 .travy .reserve .text .fa {
float: right;
font-size: 25px;
font-weight: bolder; }
/* line 98, style.scss */
.wrapper1 .mountains {
width: 75%;
height: 100%;
background-color: antiquewhite;
float: right; }
/* line 104, style.scss */
.wrapper1 .mountains .mount {
width: 92%;
float: left;
height: 100%;
background-image: url(images/outside4.jpeg);
background-position: top;
background-size: cover; }
/* line 111, style.scss */
.wrapper1 .mountains .mount header {
width: 100%;
height: 7%;
padding-top: 2%; }
/* line 116, style.scss */
.wrapper1 .mountains .mount header .location {
width: 30%;
float: left;
padding-top: 1.5%;
height: 20%; }
/* line 122, style.scss */
.wrapper1 .mountains .mount header .location .fa {
float: left;
margin-left: 13%;
color: #909293; }
/* line 127, style.scss */
.wrapper1 .mountains .mount header .location p {
float: left;
font-weight: bolder;
margin: 0 0 0 3%;
font-size: 13px;
color: #909293; }
/* line 135, style.scss */
.wrapper1 .mountains .mount header nav {
float: right;
width: 50%; }
/* line 138, style.scss */
.wrapper1 .mountains .mount header nav ul {
float: left;
width: 100%; }
/* line 141, style.scss */
.wrapper1 .mountains .mount header nav ul li {
list-style: none;
float: left;
font-weight: bolder;
font-size: 10px;
margin-left: 7%;
color: #909293; }
/* line 148, style.scss */
.wrapper1 .mountains .mount header nav ul li .fa {
padding: 10%;
border-radius: 100%;
color: #fff;
background-color: black; }
/* line 156, style.scss */
.wrapper1 .mountains .mount header nav ul .first {
color: black;
font-size: 11px; }
/* line 163, style.scss */
.wrapper1 .mountains .mount .volcano {
height: 50%;
width: 22%;
z-index: 9999;
margin-top: 20%;
margin-right: 7%;
background-color: #fff;
float: right;
filter: grayscale(1%); }
/* line 172, style.scss */
.wrapper1 .mountains .mount .volcano .image {
background-image: url(images/inside3.jpg);
background-position: top;
background-size: cover;
width: 100%;
height: 65%; }
/* line 179, style.scss */
.wrapper1 .mountains .mount .volcano .image .fa {
color: #fcc30a;
font-size: 30px;
float: right;
margin-right: 7%;
background-color: #fff;
border-radius: 100%;
margin-top: 102%; }
/* line 190, style.scss */
.wrapper1 .mountains .mount .volcano .texty {
width: 90%;
height: 25%;
margin: 8% 0 0 8%; }
/* line 195, style.scss */
.wrapper1 .mountains .mount .volcano .texty p {
margin: 0; }
/* line 197, style.scss */
.wrapper1 .mountains .mount .volcano .texty p .smally {
font-size: 13px;
color: #909293;
font-weight: bolder; }
/* line 202, style.scss */
.wrapper1 .mountains .mount .volcano .texty p .biga {
font-weight: bolder;
font-size: 20px; }
/* line 209, style.scss */
.wrapper1 .mountains .mount .semi {
width: 130px;
height: 130px;
float: left;
margin-left: 87%;
z-index: -9999;
margin-top: -5%;
background: #fcc30a;
border-radius: 120px 0 0 0; }
/* line 220, style.scss */
.wrapper1 .mountains .bar {
float: right;
width: 8%;
height: 100%;
background-color: #fff; }
/* line 225, style.scss */
.wrapper1 .mountains .bar .navbar {
width: 35%;
padding-top: 35%;
height: 5%;
margin: auto; }
/* line 231, style.scss */
.wrapper1 .mountains .bar .navbar .icon {
width: 80%;
height: 6%;
background-color: black;
margin: auto;
margin-top: 20%; }
/* line 238, style.scss */
.wrapper1 .mountains .bar .navbar .bar3 {
margin: 20% 10% 0 0;
float: right;
width: 50%; }
/* line 245, style.scss */
.wrapper1 .mountains .bar .count {
height: 30%;
width: 40%;
margin: 250% auto 0 auto;
text-align: center; }
/* line 251, style.scss */
.wrapper1 .mountains .bar .count ul {
margin-top: 90%;
margin-bottom: 90%;
padding: 0;
float: none; }
/* line 256, style.scss */
.wrapper1 .mountains .bar .count ul li {
list-style: none;
margin-top: 40%;
font-size: 12px;
font-weight: bolder;
color: #909293; }
/* line 264, style.scss */
.wrapper1 .mountains .bar .count .fa {
font-size: 20px;
cursor: pointer; }
/* line 268, style.scss */
.wrapper1 .mountains .bar .count .bold {
color: black;
font-size: 15px; }
/* line 273, style.scss */
.wrapper1 .mountains .bar .share {
height: 7%;
width: 40%;
margin: 170% auto 0 auto;
text-align: center; }
/* line 279, style.scss */
.wrapper1 .mountains .bar .share p {
font-size: 12px;
font-weight: bolder;
color: #909293;
margin-top: 20%;
letter-spacing: .2em;
transform: rotate(-90deg); }
/*# sourceMappingURL=style.css.map */