2024-08-16 17:01:16 +12:00
|
|
|
@import '../static/fonts.css';
|
|
|
|
|
2024-08-29 08:28:04 +12:00
|
|
|
html {
|
|
|
|
}
|
2024-08-16 17:01:16 +12:00
|
|
|
body {
|
2024-08-29 08:28:04 +12:00
|
|
|
font-family: 'Moderustic';
|
2024-09-05 11:07:29 +12:00
|
|
|
background-color: #ddfafa;
|
2024-08-29 08:28:04 +12:00
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 0 auto;
|
|
|
|
min-height: 100%;
|
2024-09-04 15:53:51 +12:00
|
|
|
padding: 1em;
|
|
|
|
width: 100%;
|
2024-08-29 08:28:04 +12:00
|
|
|
font-size: 1.2em;
|
|
|
|
border: double 3px #ddd;
|
|
|
|
border-top: none;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
2024-09-25 10:12:16 +12:00
|
|
|
color: #4054ad;
|
|
|
|
font-weight: bold;
|
2024-08-16 17:01:16 +12:00
|
|
|
}
|
2024-09-25 10:12:16 +12:00
|
|
|
a:hover { color: #1b2c44; }
|
|
|
|
a:visited { color: #437fad; }
|