2020-03-31 16:45:50 +00:00
|
|
|
@font-face {
|
|
|
|
|
font-family: "Neon80";
|
|
|
|
|
src: url(sitewide_assets/fonts/neon80/neon.ttf);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Arvo";
|
|
|
|
|
src: url(sitewide_assets/fonts/arvo/arvo-regular.ttf);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
2020-04-17 13:05:20 +00:00
|
|
|
background-color: #595959;
|
2020-03-31 16:45:50 +00:00
|
|
|
font-family: arvo;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-31 13:16:15 +00:00
|
|
|
h1 {
|
2020-04-17 11:04:07 +00:00
|
|
|
font-size: 3vw;
|
2020-03-31 16:45:50 +00:00
|
|
|
font-family: neon80;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-family: neon80;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-17 12:04:20 +00:00
|
|
|
.title {
|
2020-04-17 08:37:17 +00:00
|
|
|
border-bottom: none;
|
|
|
|
|
cursor: inherit;
|
|
|
|
|
text-decoration: none;
|
2020-04-17 07:24:14 +00:00
|
|
|
}
|
|
|
|
|
|
2020-04-17 09:57:35 +00:00
|
|
|
footer {
|
2020-04-02 12:49:13 +00:00
|
|
|
background-color: #0d0d0d;
|
|
|
|
|
padding-top: 25px;
|
|
|
|
|
padding-bottom: 100px;
|
|
|
|
|
text-align: center;
|
2020-04-17 09:57:35 +00:00
|
|
|
clear: both;
|
2020-03-31 16:45:50 +00:00
|
|
|
|
2020-04-02 12:49:13 +00:00
|
|
|
}
|
|
|
|
|
|
2020-04-17 09:57:35 +00:00
|
|
|
footer a {
|
2020-04-02 12:49:13 +00:00
|
|
|
color: white;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-align: center;
|
2020-04-12 13:26:20 +00:00
|
|
|
}
|
2020-04-02 12:49:13 +00:00
|
|
|
|
2020-04-12 13:26:20 +00:00
|
|
|
.uniLogo {
|
|
|
|
|
float: right;
|
2020-04-17 09:57:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.anchor {
|
|
|
|
|
font-size: 4vw;
|
2020-04-17 10:15:06 +00:00
|
|
|
}
|
|
|
|
|
|
2020-04-17 12:30:37 +00:00
|
|
|
.frameTitle {
|
|
|
|
|
font-family: neon80;
|
|
|
|
|
font-size: 0.5em
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.frameContent {
|
|
|
|
|
font-size: 0.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
font-size: 0.25em
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p .frameContent {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p .frameTitle {
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.headImg {
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-size: 100% 100%;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2020-04-17 10:15:06 +00:00
|
|
|
.reference {
|
|
|
|
|
font-size: 0.125em;
|
2020-03-31 13:16:15 +00:00
|
|
|
}
|