-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
300 lines (254 loc) · 4.74 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
@import url('https://fonts.googleapis.com/css?family=Trade+Winds&display=swap');
body {
margin: 1.5em;
font-family: Arial, Helvetica, sans-serif;
/* background: rgba(56, 54, 56, 0.9); */
background: powderblue;
}
.main-container {
width: 60%;
margin: 0 auto;
}
div.contentContainer {
background: rgb(197, 196, 195);
padding: 1em;
/* adjusting this will adjust height of background image */
height: 100%;
}
div.containerForBorderRadius {
border-radius: 0 0 10px 10px;
border-right: 1em solid black;
border-left: 1em solid black;
border-bottom: 1em solid black;
}
/* flex container for header */
.flexContainer {
border-top: 0.7em solid black;
border-right: 1em solid black;
border-left: 1em solid black;
border-bottom: 0.38em solid black;
display: flex;
background-color: black;
background-image: url('./images/paisely.png');
background-repeat: no-repeat;
background-size: cover;
position: relative;
border-radius: 10px 10px 0px 0;
flex-direction: row;
justify-content: center;
}
.flexContainer h1 {
font-size: 6em;
text-shadow: 2px 2px 5px rgb(121, 59, 139);
color: rgb(243, 230, 230);
margin: 0;
margin-top: 0.2em;
padding-bottom: 0.3em;
font-family: 'Trade Winds', sans-serif;
}
nav a {
padding: 0;
margin: 0;
}
nav {
background: rgba(51, 3, 47, 0.5);
border-left: 1em solid black;
border-right: 1em solid black;
margin: 0;
padding: 0.1em;
border-bottom: 1px solid black;
}
nav ul {
margin: 0;
}
nav ul li {
display: inline;
list-style-type: none;
font-size: 2em;
color: white;
text-shadow: 1px 2px 2px #000;
margin-right: 1em;
font-family: 'K2D', sans-serif;
}
nav ul li a:link {
color: white;
text-decoration: none;
}
nav ul li a:visited {
color: white;
}
nav ul li a:hover {
color: rgb(250, 236, 176);
}
.projectDescription {
flex-direction: column;
}
.slideShow img {
width: 99%;
height: 100%;
}
/* buttons for slideShow */
.slideButton {
width: 49%;
height: 2em;
background: rgba(51, 3, 47, 0.5);
border: none;
border-radius: 0 0 10px 10px;
border-bottom: 1px solid black;
/* box shadow only on bottom */
box-shadow: 0 4px 10px -2px rgb(37, 35, 35);
font-size: 1.2em;
padding: 0;
margin: 0;
text-shadow: 1px 1px rgb(167, 164, 164);
}
.slideButton:hover {
background: rgba(110, 25, 103, 0.5);
cursor: pointer;
}
.slideButton:focus {
outline: 0;
}
.books .hasRead {
text-decoration: line-through;
}
.job h2 {
font-size: 1.5em;
}
article {
padding: 5px;
}
/* resume job note */
.note {
background-color: rgb(230, 230, 230);
border: 1px dashed black;
padding: 5px;
border-radius: 5px;
box-shadow: -1px -1px 2px #000;
font-size: 0.9em;
font-style: italic;
width: 75%;
margin: auto;
}
#nick-image img {
width: 60%;
height: 60%;
box-shadow: 0px 0px 5px #000;
border: 2px solid black;
padding: 1px;
display: block;
margin: auto;
}
/**********************
Github Chart
***********************/
.github-chart {
background-color: black;
}
.github-chart img {
width: 95%;
height: auto;
padding: 5px;
}
/*******************
Links
********************/
a:link {
color: rgb(89, 8, 136);
}
a:visited {
color: rgb(89, 8, 136);
}
a:hover {
color: rgb(54, 4, 83);
}
/*******************
Media Queries
*******************/
/* Header breaks here */
@media only screen and (max-width: 680px) {
.flexContainer h1 {
font-size: 3em;
padding: 0;
margin: 0;
text-align: center;
}
}
/* iPad pro */
@media only screen and (max-width: 1024px) {
.main-container {
width: 90%;
}
.flexContainer h1 {
font-size: 5em;
}
/* buttons for slideShow */
.slideButton {
width: 46%;
font-size: 0.7em;
}
.slideShow img {
width: 93%;
}
}
/* iPad */
@media only screen and (max-width: 768px) {
.main-container {
width: 90%;
}
.flexContainer h1 {
font-size: 5em;
}
/* buttons for slideShow */
.slideButton {
width: 46%;
font-size: 0.7em;
}
.slideShow img {
width: 93%;
}
}
/* MOBILE PHONES */
@media only screen and (max-width: 415px) {
.main-container {
width: 100%;
}
.slideButton {
width: 35%;
font-size: 0.7em;
}
.slideShow img {
width: 100%;
}
}
@media only screen and (max-width: 600px) {
body {
width: 100%;
margin: 0;
padding: 0;
}
/* resume */
nav ul li {
display: inline;
list-style-type: none;
font-size: 1.3em;
color: white;
text-shadow: 1px 2px 2px #000;
margin-right: 1em;
}
.flexContainer h1 {
font-size: 3.5em;
text-shadow: 2px 2px 5px rgb(19, 0, 12);
color: rgb(235, 217, 217);
margin: 0;
}
#intro {
font-size: 0.9em;
padding-right: 1em;
}
/* buttons for slideShow */
.slideButton {
width: 49%;
font-size: 0.7em;
}
}