2017-12-04 18:01:28 +00:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
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%;
|
2018-04-26 13:26:10 +00:00
|
|
|
font-size: calc(13px + 0.2vw);
|
2018-01-15 20:01:05 +00:00
|
|
|
background: white;
|
2016-11-15 18:46:17 +00:00
|
|
|
}
|
2018-01-10 13:28:54 +00:00
|
|
|
#js,
|
2018-02-01 17:24:23 +00:00
|
|
|
#dev {
|
2018-01-10 13:28:54 +00:00
|
|
|
height: 100%;
|
2017-12-04 18:01:28 +00:00
|
|
|
}
|
2017-12-11 14:42:03 +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
|
|
|
}
|
|
|
|
|
2018-05-09 16:41:57 +00:00
|
|
|
h1,
|
|
|
|
h2 {
|
2017-01-26 16:16:15 +00:00
|
|
|
font-weight: 400;
|
2016-12-16 16:28:42 +00:00
|
|
|
}
|
2016-11-16 10:15:33 +00:00
|
|
|
|
2017-02-13 14:18:44 +00:00
|
|
|
#page-type {
|
|
|
|
display: inline-block;
|
|
|
|
position: fixed;
|
|
|
|
right: 3%;
|
|
|
|
top: 9%;
|
2018-01-10 13:28:54 +00:00
|
|
|
opacity: 0.4;
|
2017-02-13 14:18:44 +00:00
|
|
|
color: #333350;
|
2018-01-10 13:28:54 +00:00
|
|
|
opacity: 0.8;
|
2017-02-13 14:18:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#page-type span {
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 100%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-02-12 14:53:07 +00:00
|
|
|
|
|
|
|
.centeredMessage {
|
|
|
|
color: #333350;
|
|
|
|
margin: 10% auto;
|
|
|
|
width: 20em;
|
|
|
|
textalign: center;
|
|
|
|
}
|
2018-04-26 13:26:10 +00:00
|
|
|
|
|
|
|
.unstyledButton {
|
|
|
|
color: inherit;
|
|
|
|
padding: 0.3em 1em;
|
2018-05-24 12:38:21 +00:00
|
|
|
font-weight: inherit;
|
|
|
|
font-family: inherit;
|
2018-04-26 13:26:10 +00:00
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
font-size: inherit;
|
|
|
|
}
|