Z14IT-CW2/main.css

99 lines
1.3 KiB
CSS
Raw Permalink Normal View History

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:06:31 +00:00
background-color: #404040;
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 14:09:53 +00:00
summary {
list-style-type: none;
2020-04-17 14:15:36 +00:00
list-style-image: url(sitewide_assets/power_red.png);
2020-04-17 14:09:53 +00:00
cursor: pointer;
}
2020-04-17 16:13:42 +00:00
abbr {
cursor: pointer;
}
2020-04-17 14:15:36 +00:00
details[open] summary {
list-style-image: url(sitewide_assets/power_green.png);
}
2020-04-17 12:04:20 +00:00
.title {
2020-04-17 08:37:17 +00:00
border-bottom: none;
2020-04-17 16:13:42 +00:00
cursor: pointer;
2020-04-17 08:37:17 +00:00
text-decoration: none;
2020-04-17 07:24:14 +00:00
}
2020-04-17 09:57:35 +00:00
footer {
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-17 09:57:35 +00:00
footer a {
color: white;
text-decoration: none;
text-align: center;
2020-04-12 13:26:20 +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
}