2016-11-15 18:46:17 +00:00
|
|
|
body {
|
|
|
|
font-family: 'Open Sans';
|
2017-04-18 17:37:38 +00:00
|
|
|
margin: 0;
|
|
|
|
height: 100%;
|
2017-05-05 16:29:08 +00:00
|
|
|
font-size: calc(8px + .35vw)
|
2016-11-15 18:46:17 +00:00
|
|
|
}
|
2016-11-16 10:15:33 +00:00
|
|
|
|
2017-05-02 16:52:55 +00:00
|
|
|
#warning {
|
|
|
|
width: 400px;
|
|
|
|
padding: 6px;
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
background: #333350;
|
|
|
|
border: 2px solid white;
|
|
|
|
position: fixed;
|
|
|
|
top: 35px;
|
|
|
|
left: -150px;
|
|
|
|
transform: rotate(-45deg);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2017-01-26 16:16:15 +00:00
|
|
|
#content {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2016-12-16 16:28:42 +00:00
|
|
|
#site-logo {
|
2017-02-13 14:18:44 +00:00
|
|
|
width: 60px;
|
2016-12-16 16:28:42 +00:00
|
|
|
position: fixed;
|
2017-02-13 14:18:44 +00:00
|
|
|
left: 1%;
|
|
|
|
top: 4.5%;
|
2017-01-26 16:16:15 +00:00
|
|
|
}
|
|
|
|
|
2017-04-18 17:37:38 +00:00
|
|
|
a {
|
|
|
|
color: inherit;
|
2017-05-19 08:59:54 +00:00
|
|
|
text-decoration: none;
|
2017-04-18 17:37:38 +00:00
|
|
|
}
|
|
|
|
|
2017-01-26 16:16:15 +00:00
|
|
|
h1 {
|
2017-02-13 14:18:44 +00:00
|
|
|
margin: 6% 3% 0;
|
2017-01-26 16:16:15 +00:00
|
|
|
font-size: 250%;
|
|
|
|
font-weight: 400;
|
2016-12-16 16:28:42 +00:00
|
|
|
}
|
2016-11-16 10:15:33 +00:00
|
|
|
|
2017-05-02 16:52:55 +00:00
|
|
|
|
2017-04-18 17:37:38 +00:00
|
|
|
#main {
|
|
|
|
min-height: 100vh;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
#ninetyPercent {
|
|
|
|
width: 100%;
|
|
|
|
flex-grow: 1;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2017-02-13 14:18:44 +00:00
|
|
|
|
|
|
|
#page-type {
|
|
|
|
display: inline-block;
|
|
|
|
position: fixed;
|
|
|
|
right: 3%;
|
|
|
|
top: 9%;
|
|
|
|
opacity: .4;
|
|
|
|
color: #333350;
|
|
|
|
opacity: 0.8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page-type span {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 100%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|