WEB-Team-A4/public/ueber_uns_style.css

136 lines
2.3 KiB
CSS

#bild {
float: left;
margin-right: 0.5cm;
margin-bottom: -1pt;
}
header {
background-color: #9BB558;
box-sizing: border-box;
padding: 10pt;
position: relative;
width: 100%;
}
html {
height: 100%
}
body {
min-height: 100%;
margin: 0;
}
body::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-track {
background-color: white;
}
body::-webkit-scrollbar-thumb {
background: #476B1C;
}
.seite {
position: relative;
}
.seite::before {
content: "";
background-image: url('gemuese_transparent.png');
background-repeat: no-repeat;
background-position: 50% 10%;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
opacity: 0.2;
}
.schrift_website {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #606060;
text-align: justify;
margin-left: 8px;
}
#ueberschrift {
margin-top: 0.5cm;
font-family: Arial, Helvetica, sans-serif;
font-size: 2.5em;
font-weight: bold;
text-align: left;
line-height: 0.5;
}
#unterueberschrift {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
text-align: left;
line-height: 0;
}
#nav_oben {
background-color: #476B1C;
width: 100%;
overflow: hidden;
margin-top: -2pt;
}
#nav_oben ul {
display: grid;
grid-template-columns: repeat(4, 1fr);
list-style: none;
margin: 0;
padding: 0;
}
#nav_oben li a {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
display: block;
text-align: center;
text-decoration: none;
color: white;
}
#nav_unten {
background-color: #476B1C;
width: 100%;
overflow: hidden;
}
#nav_unten ul {
display: grid;
grid-template-columns: repeat(2, 1fr);
list-style: none;
margin: 0;
padding: 0;
}
#nav_unten li a {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
display: block;
text-align: center;
text-decoration: none;
color: white;
}
#balken {
background-color: #9BB558;
height: 20px;
position: relative;
left: 0;
bottom: 0;
width: 100%;
}
#begrueßung {
font-size: 2em;
font-family: Arial, Helvetica, sans-serif;
color: #606060;
text-align: center;
margin-top: 0.5px;
}