63 lines
1.7 KiB
CSS
63 lines
1.7 KiB
CSS
|
body {background: grey; }
|
||
|
p {color: white;
|
||
|
font-family: 'HKGroteskRegular';
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 100%;}
|
||
|
h1 {color: white;
|
||
|
font-family: 'HKGroteskRegular';
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
font-size: 150%;
|
||
|
text-align:center;}
|
||
|
h2 {color: white;
|
||
|
font-family: 'HKGroteskRegular';
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
font-size: 130%; }
|
||
|
h3 {color: white;
|
||
|
font-family: 'HKGroteskRegular';
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
font-size: 110%; }
|
||
|
a:link { text-decoration: underline; color: white; }
|
||
|
a:visited { text-decoration: underline; color: white; }
|
||
|
a:hover { text-decoration: underline; color: navy; }
|
||
|
a:active { text-decoration: underline; color: fuchsia; }
|
||
|
td {color: white;
|
||
|
font-family: 'HKGroteskRegular';
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 100%;
|
||
|
text-align: left; }
|
||
|
th {color: white;
|
||
|
font-family: 'HKGroteskRegular';
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 100%;
|
||
|
text-align: left; }
|
||
|
input {color: grey;
|
||
|
font-family: 'HKGroteskRegular';
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 100%; }
|
||
|
pre {color: grey;
|
||
|
font-family: 'HKGroteskRegular';
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 100%; }
|
||
|
.wrapper {background: grey;
|
||
|
padding-left: 1.5em;
|
||
|
padding-right: 1.5em; }
|
||
|
.center {display: block;
|
||
|
margin-left: auto;
|
||
|
margin-right: auto;
|
||
|
width: 70%;}
|
||
|
.footer {position: fixed;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
|
background-color: grey;
|
||
|
color: white;
|
||
|
text-align: center;}
|