-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
236 lines (219 loc) · 5.02 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
/*resetting all margins and paddings so everything stretches across the screen */
body, html{
height:100%;
margin:0;
padding:0;
background-image: url("images/background.jpg");
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
overflow: hidden;
}
/* styling for all pages */
/* the top bar with logo, navbar icon, tagline, and headline */
.topbar {
width : 100%;
height: 10%;
min-width:630px;
min-height:100px;
/* background-color: #d8d8d8; */
margin: 0;
}
.topbar .topleft {
display:block;
float:left;
width: 21%;
padding-top: 3%;
padding-right: 1%;
padding-left: 3%;
padding-bottom: 0;
}
.topbar .topmiddle {
display:block;
float:left;
text-align: center;
width: 50%;
margin: 0;
}
.topbar .topright{
display:block;
float:right;
padding: 1% 1% 0 1%;
width:23%;
height:100%;
}
/* The side navigation menu */
.navbar {
height: 100%; /* 100% Full-height */
width: 0; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 4; /* Stay on top */
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8); /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 20px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
/* The navigation menu links */
.navbar a {
padding: 8px 8px 8px 32px;
margin: 10px auto;
text-decoration: none;
font-family: "Montserrat", "Lucida Grande", sans-serif;
font-size: 2em;
text-transform: uppercase;
color: white;
display: block;
transition: 0.3s
}
/* When you mouse over the navigation links, change their color */
.navbar a:hover, .offcanvas a:focus{
color: #FFA9A9;
}
/* Position and style the close button (top right corner) */
.navbar .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 25px;
margin-left: 50px;
}
/* styling for homepage*/
/* styling the headline */
h1 {
font-family: "lost", "Indie Flower", "Lucida Grande", sans-serif;
font-size: 2em;
margin: 0;
text-transform: lowercase;
letter-spacing: 1px;
padding-top: 1em;
text-decoration: none;
color: black;
transition: 0.5s;
}
.topbar a{
text-decoration: none;
}
.topbar h1:hover{
color: #FFA9A9;
transition: 0.3s;
}
/* everything in the main container below the top bar */
.choicediv {
/* background-color: #ffffff; */
min-height: 20%;
background-size: cover;
min-width:630px;
background-color: inherit;
/* margin-top:3%; */
}
.tagline {
margin: 0 auto;
text-align:center;
width:50%;
text-decoration: none;
font-family: "Montserrat", "Lucida Grande", sans-serif;
font-size: 1em;
}
/* the choice buttons */
.prop button{
float:left;
display: block;
text-transform: uppercase;
width:20%;
height: 5em;
margin-top: 2%;
margin-right: 2.5%;
margin-left: 2.5%;
margin-bottom: 2%;
background-color: transparent;
border: 2px solid #FFA9A9;
border-radius:5px;
font-size: 1em;
font-family: "Montserrat", "Lucida Grande", sans-serif;
outline: none;
transition: 0.3s;
}
.prop button:hover{
background-color: #FFA9A9;
height:6em;
width: 25%;
margin: 0 0;
transition: 0.3s;
}
/* styling the box around the input search forms for genre and mood */
.lookup {
margin: 2em;
display: none;
border-radius: 5px;
border: 2px solid #FFA9A9;
width: 95%;
padding:1em 0;
}
/* styling the actual input form */
.lookup input{
width:100%;
border-radius: 5px;
background-color: transparent;
border:none;
outline:none;
font-size: 2em !important;
font-family: "Montserrat", "Lucida Grande", sans-serif !important;
text-align: center;
}
/* changing the color of the placeholder text for different browsers with webkit and moz */
*::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.6);
}
*:-moz-placeholder {
/* FF 4-18 */
color: rgba(0, 0, 0, 0.6);
opacity:1;
}
*::-moz-placeholder {
/* FF 19+ */
color: rgba(0, 0, 0, 0.6);
opacity: 1;
}
*:-ms-input-placeholder {
/* IE 10+ */
color: rgba(0, 0, 0, 0.6);
opacity: 1;
}
.searchbutton {
display:none;
}
#poweredby , #poweredby img{
position: absolute;
bottom:5px;
right:5px;
width: 100px;
}
#bottomofnav a {
position: absolute;
bottom: 50px;
}
.abouttext{
width:70%;
margin: 0 auto;
text-align: center;
text-decoration: none;
font-family: "Montserrat", "Lucida Grande", sans-serif;
font-size: 1em;
border-radius: 5px;
border: 2px solid #FFA9A9;
background-color:rgba(255, 255, 255, 0.6);
overflow:visible;
padding:20px;
}
.ui-menu {
border-radius: 5px;
border: 2px solid #FFA9A9;
background-color:rgba(255, 255, 255, 0.6);
}
.ui-menu-item {
font-size: 1.5em !important;
font-family: "Montserrat", "Lucida Grande", sans-serif !important;
text-align: center;
}