1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Umweltdatenmessung/Webinterface/style.css

67 lines
No EOL
1 KiB
CSS

/* Navigationsleiste */
#nav {
width: 100%;
background-color: #98bf21;
margin-bottom: 30px;
padding: 0px;
text-align: center;
}
ul {
list-style-type:none;
padding: 0;
margin: 0;
overflow: hidden;
}
li {
display: inline;
}
li a:link, li a:visited {
transition: 0.5s;
display: inline-block;
width:200px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
}
li a:hover,li a:active {
background-color:#7A991A !important;
width: 220px;
color: #FFFFFF !important;
}
#aktuell {
background-color:#C1F22A;
color: black;
}
/* Textformatierung */
h1 {
padding-top: 5px;
color: #4B5E10;
font-family: "Verdana",sans-serif;
text-align: center;
}
h2 {
font-family: "Verdana",sans-serif;
color: #3F4F0D;
margin: 20px
}
p {
font-size: medium;
font-family: "Verdana",sans-serif;
margin:20px 20px 0 20px;
}
#text {
width: 70%;
margin-left: auto;
margin-right: auto;
background-color: white;
}
html {
background-color: #E0FFE0;
}
.float {
float: right;
}