2017-12-04 19:01:28 +01:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2016-11-15 19:46:17 +01:00
|
|
|
body {
|
|
|
|
font-family: 'Open Sans';
|
2017-04-18 19:37:38 +02:00
|
|
|
margin: 0;
|
|
|
|
height: 100%;
|
2018-01-10 14:28:54 +01:00
|
|
|
font-size: calc(8px + 0.35vw);
|
2018-01-15 21:01:05 +01:00
|
|
|
background: white;
|
2016-11-15 19:46:17 +01:00
|
|
|
}
|
2018-01-10 14:28:54 +01:00
|
|
|
#js,
|
2018-02-01 18:24:23 +01:00
|
|
|
#dev {
|
2018-01-10 14:28:54 +01:00
|
|
|
height: 100%;
|
2017-12-04 19:01:28 +01:00
|
|
|
}
|
2017-12-11 15:42:03 +01:00
|
|
|
|
2017-04-18 19:37:38 +02:00
|
|
|
a {
|
|
|
|
color: inherit;
|
2017-05-19 10:59:54 +02:00
|
|
|
text-decoration: none;
|
2017-04-18 19:37:38 +02:00
|
|
|
}
|
|
|
|
|
2017-01-26 17:16:15 +01:00
|
|
|
h1 {
|
2018-01-10 14:28:54 +01:00
|
|
|
margin: 0 0.1em;
|
2017-01-26 17:16:15 +01:00
|
|
|
font-weight: 400;
|
2016-12-16 17:28:42 +01:00
|
|
|
}
|
2016-11-16 11:15:33 +01:00
|
|
|
|
2017-02-13 15:18:44 +01:00
|
|
|
#page-type {
|
|
|
|
display: inline-block;
|
|
|
|
position: fixed;
|
|
|
|
right: 3%;
|
|
|
|
top: 9%;
|
2018-01-10 14:28:54 +01:00
|
|
|
opacity: 0.4;
|
2017-02-13 15:18:44 +01:00
|
|
|
color: #333350;
|
2018-01-10 14:28:54 +01:00
|
|
|
opacity: 0.8;
|
2017-02-13 15:18:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#page-type span {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 100%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-02-12 15:53:07 +01:00
|
|
|
|
|
|
|
.centeredMessage {
|
|
|
|
color: #333350;
|
|
|
|
margin: 10% auto;
|
|
|
|
width: 20em;
|
|
|
|
textalign: center;
|
|
|
|
}
|