2016-11-15 18:46:17 +00:00
|
|
|
body {
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
}
|
2016-11-16 10:15:33 +00:00
|
|
|
|
2017-01-26 16:16:15 +00:00
|
|
|
#content {
|
|
|
|
margin-top: 1.5em;
|
|
|
|
}
|
|
|
|
|
2016-12-16 16:28:42 +00:00
|
|
|
#site-logo {
|
|
|
|
position: fixed;
|
2017-01-26 16:16:15 +00:00
|
|
|
left: 3em;
|
|
|
|
top: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
padding: .6em 3.5em 0;
|
|
|
|
font-size: 250%;
|
|
|
|
font-weight: 400;
|
2016-12-16 16:28:42 +00:00
|
|
|
}
|
2016-11-16 10:15:33 +00:00
|
|
|
|
|
|
|
#warning {
|
|
|
|
padding: .2em 0;
|
|
|
|
background: #8a1c1c;
|
|
|
|
color: white;
|
|
|
|
font-style: italic;
|
|
|
|
position: fixed;
|
2017-01-26 16:16:15 +00:00
|
|
|
top: 0;
|
2016-11-16 10:15:33 +00:00
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2017-01-26 16:16:15 +00:00
|
|
|
z-index: 1000000;
|
2016-11-16 10:15:33 +00:00
|
|
|
}
|