homepage/src/styles/global.css

52 lines
710 B
CSS
Raw Normal View History

2019-12-11 21:34:32 +00:00
html {
2019-12-12 00:49:00 +00:00
background-color: #193360;
2019-12-11 21:34:32 +00:00
color: #eeeeee;
margin: 0;
height: 100%;
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
position: relative;
margin: 0;
2020-01-14 20:28:32 +00:00
padding-bottom: 3rem;
2019-12-11 21:34:32 +00:00
min-height: 100%;
2020-07-29 01:12:51 +00:00
font-family: 'Source Sans Pro', sans;
2019-12-11 21:34:32 +00:00
}
2019-12-12 00:27:03 +00:00
a {
2019-12-13 11:55:48 +00:00
color: #22bb22;
text-decoration: none;
}
a:hover {
text-decoration: underline;
2019-12-12 00:27:03 +00:00
}
a:visited {
2020-07-29 01:12:51 +00:00
color: #bb66ff;
2019-12-12 00:27:03 +00:00
}
2019-12-17 22:02:49 +00:00
h1,
h2,
h3,
h4,
h5,
h6 {
2020-07-29 01:12:51 +00:00
font-family: 'Space Mono', monospace;
2019-12-17 22:02:49 +00:00
font-weight: bold;
}
a[title="IRC"], a[title="eMail"], a[title="Telefon"], a[title="Adresse"] {
display: inline-block !important;
width: 100px;
height: 100px;
display: inline-block !important;
margin: 0 1vw 0 1vw;;
}