freibier.ccHomepage/style/freibier.css

68 lines
1.9 KiB
CSS
Raw Normal View History

body {background: grey;
font-family: 'HKGroteskRegular';
font-weight: normal;
font-style: normal;
font-size: 100%;}
2020-09-24 10:56:00 +02:00
p {color: white;
font-family: 'HKGroteskRegular';
font-weight: normal;
font-style: normal;
font-size: 100%;
display: block; }
2020-09-24 10:56:00 +02:00
h1 {color: white;
font-family: 'HKGroteskRegular';
font-weight: bold;
font-style: normal;
font-size: 150%;}
2020-09-24 10:56:00 +02:00
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;
display: block; }
2020-09-24 10:56:00 +02:00
.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;}