-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
239 lines (205 loc) · 4.17 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
* {
margin: 0px;
}
/* .navbarSupportedContent {
display: flex;
justify-content: space-between;
} */
/* .form-inline {} */
.header-div {
display: flex;
/* width: 100%; */
justify-content: flex-start;
border-radius: 0%;
}
.search-div {
display: flex;
justify-content: flex-end;
justify-content: flex-end;
justify-items: right;
justify-items: right;
align-content: flex-end;
align-content: flex-end;
align-items: right;
align-items: right;
padding-right: 0%;
}
.search-form {
display: flex;
align-items: right;
justify-content: flex-end;
}
#search-input {
justify-self: right;
width: 40vw;
}
.bg-light {
background-color: #e4e6e7 !important;
}
.navbar-brand {
/* color: #28a745 !important; */
color: #337ab7 !important;
font-size: 200%;
/* font-weight: bold; */
font-family: fantasy;
text-decoration-style: double;
}
.btn-outline-success {
color: #337ab7;
background-color: transparent;
background-image: none;
border-color: #337ab7;
}
.body-container {
padding: 0%;
max-width: 100%;
text-align: center;
}
#results-alert {
display: none;
font-size: 5em;
text-align: center;
padding-top: 100px;
}
#card-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
/*
.wrap {
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
} */
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
background-color: transparent;
width: 200px;
height: 300px;
border: 0px solid #f1f1f1;
perspective: 1000px;
padding: 1%
/* Remove this if you don't want the 3D effect */
}
/* This container is needed to position the front and back side */
.flip-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;
padding: 1px
}
/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
transform: rotateY(180deg);
}
/* Position the front and back side */
.flip-card-front,
.flip-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden;
/* Safari */
backface-visibility: hidden;
}
/* Style the front side (fallback if image is missing) */
.flip-card-front {
background-color: #bbb;
color: black;
/* width: 100%;
height: 100%; */
}
/* Style the back side */
.flip-card-back {
background-color: #337ab7;
color: white;
transform: rotateY(180deg);
padding: 5%;
}
.book-cover {
width: 100%;
height: 100%;
}
.card-text {
font-size: 10.5px;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
/* FOOTER */
.social:hover {
transform: scale(1.1);
/* -webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1); */
}
.popup-modal {
display: flex;
width: inherit;
justify-content: center;
}
.popup-div {
display: flex !important;
position: fixed;
justify-content: flex-end;
left: 0;
right: 0;
width: fit-content;
height: fit-content;
margin-right: 30%;
margin-left: 30%;
/* width: 40%;
height: 80%; */
z-index: 1;
}
.popup-image {
align-self: center;
justify-self: center;
max-height: 80vh;
max-width: 80vw;
margin: 5px;
opacity: 0.96;
}
.close-button {
font-size: 300%;
position: fixed;
color: black !important;
display: block;
/* margin-left: auto;
margin-right: auto; */
/* float: right; */
z-index: 1;
}
.social {
transform: scale(0.8);
transition-duration: 0.5s;
/*
-webkit-transform: scale(0.8); */
/* Browser Variations: */
/* -moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s; */
}
/*
Multicoloured Hover Variations
*/
#social-fb:hover {
color: #3b5998;
}
#social-tw:hover {
color: #4099ff;
}
#social-gp:hover {
color: #d34836;
}
#social-em:hover {
color: #f39c12;
}
footer {
background-color: #e4e6e7 !important;
width: 100%;
height: fit-content;
}