-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
356 lines (309 loc) · 5.93 KB
/
styles.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
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
/* styling all the items*/
*{
box-sizing: border-box;
font-family: Helvetica ;
color: 777;
}
html,body {
margin:0;
padding:0;
background-color: #F1ECCB;
}
/*orgainising the navigration */
.nav ul {
margin: 0;
}
.nav li {
display: inline;
}
.nav a {
display: inline-block;
font-family: Papyrus;
font-size: 1.5em;
padding: .5em;
color: #FFFAF0;
text-decoration: none;
}
/* chaning the navigation a different colour when hover over so user know trheyre on the right area*/
.nav a:hover{
background-color: #b8bcc6;
}
/* styling the navigation text and look */
.main-nav {
text-align: center;
font-family: Papyrus;
font-size: 2;
font-weight: bold;
border-bottom: 1px;
}
/*styling the text areas*/
.smaller-main {
text-align: center;
margin: 0;
font-size: 2.5em;
font-family: Papyrus;
font-weight: bold;
color: #363142;
}
/* adding an image to the background and styling the area with padding*/
.main-header{
background-color: #EEE5EE;
background-image: url("images/headerbg.jpg");
background-blend-mode: multiply;
background-size: cover;
padding-bottom: 30px;
}
.bandb-name {
text-align: center;
margin: 0;
font-size: 4em;
font-family: Papyrus;
font-weight: bold;
color: #FFFAF0;
}
.bandb-name-large {
font-size: 6em;
}
.content-section {
margin: 1em;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 0 1.5em;
}
/*styling sections and smaller headers*/
.section-header {
font-family: Papyrus;
font-weight: normal;
color: #333;
text-align: center;
font-size: 3em;
}
.small-header {
font-family: Papyrus;
font-weight: normal;
color: #333;
text-align: center;
font-size: 1.5em;
}
/*styling image on front page and images used in more info pages*/
.front-image {
float:left;
height:400px;
width: 400px;
margin: 15px;
border-radius: 50%;
}
.main-footer {
background-color: #363142;
color: white;
padding: .25em 0;
}
.footer-name {
font-family:Papyrus;
font-weight: normal;
}
.main-footer-container {
display: flex;
align-items: center;
}
.main-footer-container ul {
flex-grow: 1;
text-align: end;
}
.footer-nav {
padding :0.5em;
}
.footer-nav img {
width: 45px;
}
/*styling the buttons to allign the text in the center, the font and the area around*/
.btn {
text-align: center;
font-family: Helvetica;
vertical-align: middle;
padding: .67em;
cursor: pointer;
background-color: #78AB46;
border: none;
border-radius: .3em;
font-weight: bold;
}
/*making it easier for the user to see theyre over the button*/
.btn:hover {
background-color: #4A7023;
color: white;
}
/*lineing the sightsseeing lines*/
.sightseeing-tour {
border-bottom: 1px solid black;
padding-bottom: 1em;
margin-bottom: 1em;
float: middle;
}
/* no line for the bottom of the last item i sightseeing tour*/
.sightseeing-tour:last-child {
border-bottom:none;
}
.price {
display: inline-block;
padding-right: .5em;
width: 1000px;
font-weight: bold;
width: 10%;
}
.ss-desc {
width: 59%;
}
/* organizing the buy tickets button so theyre all at the side*/
.buy-btn {
max-width: 18%;
float:right;
}
/*styling room details below*/
.room {
margin:30px;
}
.room-name {
display: block;
width: 100%;
text-align: center;
font-weight: bold;
font-size: 1.5em;
color: #333;
margin-bottom: 15px;
}
.room-img {
height: 200px;
}
.details {
display: flex;
align-items: center;
padding: 5px;
}
.room-price {
flex-grow: 1;
color: #333;
}
.rooms {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
/* anchor in page to bring the page to the book now area of the page*/
#anchor{
position: relative;
padding-top: 100px;
}
/*styling the outside area of the form*/
.contact-form-area-outer{
margin: 0 auto;
width: 100%;
height: auto;
padding: 25px;
box-sizing: border-box;
/* styling the inner area of the form*/
}
.contact-form-area-inner{
width: 386px;
height: auto;
margin: 0 auto;
}
input{
width: 380px;
height: 20px;
margin: 25px 0px 25px 0px;
border-radius: 2px;
display: block;
font-size: 15px;
font-family: 'Roboto', sans-serif;
}
textarea{
width: 380px;
height: 100px;
margin: 25px 0px 25px 0px;
border-radius: 2px;
display: block;
font-size: 15px;
font-family: 'Roboto', sans-serif;
}
/* wrapping buttons so they wont be right on top of the footer*/
.wrapper {
text-align: center;
padding-bottom: 10%;
}
* {
box-sizing: border-box;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
position: relative;
}
/* Hide the images by default */
.mySlides {
display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
cursor: pointer;
}
/* Next & previous buttons */
.prev,
.next {
cursor: pointer;
position: absolute;
top: 40%;
width: auto;
padding: 16px;
margin-top: -50px;
color: white;
font-weight: bold;
font-size: 20px;
border-radius: 0 3px 3px 0;
user-select: none;
-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* Container for image text */
.caption-container {
text-align: center;
background-color: #222;
padding: 2px 16px;
color: white;
}
.row:after {
content: "";
display: table;
clear: both;
}
/* Six columns side by side */
.column {
float: left;
width: 16.66%;
}
/* Add a transparency effect for thumnbail images */
.demo {
opacity: 0.6;
}
.active,
.demo:hover {
opacity: 1;
}