-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
311 lines (292 loc) · 6.16 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
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
/* change link properties */
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #000000;
}
a:active {
text-decoration: underline;
color: #000000;
}
/* make images fit within dividers */
img {
max-width: 100%;
max-height: 100%;
display: block; /* remove extra space below image */
}
/* make text box fit within dividers */
.text-box {
max-width: 100%;
max-height: 100%;
display: block;
}
/* set background image for poem title */
header {
background-image: url("./images/paper.png");
background-attachment: fixed;
background-position: center;
background-size: cover;
border-radius: 10px 10px 10px 10px;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 2em;
background: #cbf1e4;
background-image: linear-gradient(#cbf1e4, white, #cbf1e4);
background-image: cover;
}
h5 {
text-shadow: 2px 2px black;
font-size: 12px;
text-align: right;
}
h2 {
font-style: bold;
text-shadow: 1.5px 1.5px #000000;
}
/* used for psych eval */
h3 {
font-family: "Rock Salt", cursive;
text-shadow: 1px 1px pink;
font-size: 1.6em;
font-style: bold;
margin-top: 0;
margin-bottom: 0;
text-align: center;
}
h4 {
font-family: "Zen Dots", cursive;
font-size: 1.3em;
font-style: bold;
text-align: center;
}
p {
margin-top: 0;
margin-bottom: 0;
}
.email-paragraph {
padding-bottom: 1em;
}
* {
box-sizing: border-box;
}
.button1 {
border-radius: 1px;
color: #000000;
background-color: #68d911;
font-family: "Source Code Pro", monospace;
font-size: 14px;
margin: 10px;
}
.button3 {
border-radius: 8px;
color: #000000;
background-color: white;
font-family: "PT Serif", serif;
font-size: 12px;
font-color: blue;
margin: 15px
}
/* Float four columns side by side */
.column {
float: left;
width: 25%;
padding: 0 6px;
}
.columnS {
float: left;
width: 21%;
padding: 0 6px;
}
.columnL {
float: left;
width: 30%;
padding: 0 6px;
}
.columnXl {
float: left;
width: 33%;
padding: 0 6px;
}
/* Remove extra left and right margins, due to padding in columns */
.row {
margin: 0 -5px;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Style the counter cards */
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
padding: 16px;
border-radius: 10px 10px 10px 10px;
text-align: center;
background-color: #fffggg;
font-family: "PT Serif", serif;
font-size: 1.5em;
}
/* card1 is the email to mum */
.card1 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
padding: 10px;
border-radius: 10px 10px 10px 10px;
text-align: left;
background-color: #000000;
background-image: url("./images/catBG.gif");
color: #68d911;
font-family: "Source Code Pro", monospace;
font-size: 12px;
}
/* card2 is the psych eval */
.card2 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
padding: 10px;
padding-bottom: 80px;
border-radius: 10px 10px 10px 10px;
text-align: center;
background-color: white;
background-image: url("./images/psychBG.gif");
background-position: center;
background-size: cover;
font-family: "Rock Salt", cursive;
text-shadow: 2px 2px white;
font-size: 11px;
}
/* card1 is the cult haiku */
.card3 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
padding: 10px;
border-radius: 10px 10px 10px 10px;
text-align: center;
background-color: blue;
color: white;
font-family: "PT Serif", serif;
font-size: 14px;
text-align: center;
text-shadow: 1px 1px 10px #fff, 1px 1px 10px #ccc;
}
/* card4 is the search results */
.card4 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
padding: 10px;
padding-bottom: 80px;
margin: 0;
border-radius: 10px 10px 10px 10px;
text-align: left;
background-color: white;
}
/* card5 is the chickenwire*/
.card5 {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
padding: 16px;
text-align: center;
background-color: black;
background-image: url("./images/chickenwire.jpg");
background-attachment: fixed;
background-position: center;
background-size: cover;
border-radius: 10px 10px 10px 10px;
font-family: "Permanent Marker", cursive;
font-size: 3em;
letter-spacing: 1.1px;
line-height: normal;
color: #FF0000;
margin-bottom: 200px;
}
/* chickenwire make link text glow on hover */
a.glow,
a.glow:hover,
a.glow:focus {
text-decoration: none;
color: red;
text-shadow: none;
-webkit-transition: 500ms linear 0s;
-moz-transition: 500ms linear 0s;
-o-transition: 500ms linear 0s;
transition: 500ms linear 0s;
outline: 0 none;
}
a.glow:hover,
a.glow:focus {
color: white;
text-shadow: -1px 1px 8px black, 1px -1px 8px #fff;
}
/* JH make link text glow on hover */
a.glow2,
a.glow2:hover,
a.glow2:focus {
text-decoration: none;
color: blue;
text-shadow: none;
-webkit-transition: 500ms linear 0s;
-moz-transition: 500ms linear 0s;
-o-transition: 500ms linear 0s;
transition: 500ms linear 0s;
outline: 0 none;
}
a.glow2:hover,
a.glow2:focus {
color: black;
text-shadow: -1px 1px 8px blue, 1px -1px 8px #fff;
}
/* glow title text */
.glow3 {
text-shadow: rgba(17,13,140,0.9) 0px 0px 36px;
}
/* One wide column */
.column-wide {
float: center;
width: 100%;
padding: 0 6px;
}
/* Responsive columns - one column layout (vertical) on small screens */
@media screen and (max-width: 600px) {
.column {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
.column-wide {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
.columnS {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
.columnL {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
.columnXl {
width: 100%;
display: block;
margin-bottom: 20px;
}
}
/* grit texture */
.grit {
-webkit-mask-image: url("./images/grit.png");
mask-image: url("./images/grit.png");
mask-size: cover;
}