-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
223 lines (188 loc) · 3.3 KB
/
main.css
File metadata and controls
223 lines (188 loc) · 3.3 KB
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
* {
//border: 1px dashed #0000FF;
font-family: 'Raleway', sans-serif;
color: #393c3d;
font-size: 1em;
}
body {
position: relative;
}
.jumbotron {
background-color:#f7f7f7;
height:30vw;
background-size: contain;
background-image:url("pictures/main/Flow-Time_Banner.jpg");
background-repeat: no-repeat;
background-position: center;
position:static;
margin: 0em 0em 0em 0em;
}
#myCanvas {
position: static;
width: 100%;
margin: auto;
}
.jumbotron h1 {
font-family: 'Raleway', sans-serif;
font-size:6vw;
font-weight: 500;
text-align: center;
}
.jumbotron p {
font-size: 3vw;
font-weight: 300;
text-align: center;
position: relative; bottom: 6em;
}
h1 {
margin-bottom: 1em;
}
p {
font-size: 1.2em;
}
ul {
list-style-type: none;
margin:0em;
padding:0em;
}
.button {
background-color: rgba(255,255,255,0.9);
border: solid;
border-width: 2px;
color: #393c3d;
padding: 5px 10px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.affix {
top:0;
width: 100%;
z-index: 9999 !important;
}
.navbar {
border-bottom: 1px solid;
border-top: 1px solid;
margin-bottom: 0em;
}
.affix ~ .container-fluid {
position: relative;
top: 50px;
}
.icon-bar {
background-color: #5a5a5a;
}
.menu {
color: #5a5a5a;
margin: 0.5em 0em 0.5em 0em;
}
.share-buttons {
margin-top: 0.2em;
}
.nav a {
color: #5a5a5a;
font-weight:bold;
text-transform:uppercase;
}
.nav img {
width: 2em;
height: 2em;
}
#AboutMe {
padding-top: 7em;
padding-bottom: 1em;
}
#Research {
padding-top: 7em;
padding-bottom: 0.5em;
background-color: rgba(247,247,247,0.9);
}
#Research img {
width:100%;
height:auto;
}
.caption {
margin-top: 1em;
padding: 0em 1em 0em 1em;
}
.laxInt1, .laxInt2,.laxFoot {
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.laxInt1 {
margin: 0.5em 0em 0.5em 0em;
/* The image used */
background-image: url("./pictures/main/pull.jpg");
/* Set a specific height */
min-height: 500px;
}
.laxInt2 {
margin: 0.5em 0em 0.5em 0em;
/* The image used */
background-image: url("./pictures/main/river.jpg");
/* Set a specific height */
min-height: 500px;
}
#interests {
color:#e1e1e1;
background-color: rgba(94,94,94,0.4);
border-left: solid;
border-bottom: solid;
padding-top: 1em;
}
#interests p {
color:#e1e1e1;
}
#Publications {
padding-top: 7em;
margin-bottom: 1em;
background-color: #fff;
}
#Publications img {
max-width:98%;
}
#Notebook {
padding-top: 7em;
padding-bottom: 1em;
background-color: #f7f7f7;
}
#Notebook iframe {
border: none;
width: 100%;
height: 40em;
}
.row {
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
}
.col-md-6 {
margin: 0.5em 0em 0.5em 0em;
}
.polaroid {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
background-color: #fff;
margin: 0em 0em 0em 0em;
padding:0.5em;
height: 100%;
}
.laxFoot {
margin: 0em 0em 0em 0em;
/* The image used */
background-image: url("./pictures/main/canoe_dream.jpg");
/* Set a specific height */
min-height: 300px;
background-position: bottom;
background-size: contain;
}
@media screen (max-width: 600px) {
.col-md-6 {
width: 100%;
}
}