125 lines
1.6 KiB
CSS
125 lines
1.6 KiB
CSS
* {
|
|
font-family: 'Open Sans', sans-serif;
|
|
}
|
|
body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-height: 100vh;
|
|
margin: 0;
|
|
}
|
|
|
|
html {
|
|
background-color: rgb(71, 68, 68);
|
|
}
|
|
|
|
li {
|
|
|
|
}
|
|
|
|
div {
|
|
color: white;
|
|
}
|
|
|
|
.block{
|
|
|
|
display: block;
|
|
}
|
|
.menubalk a {
|
|
float: left;
|
|
color: #f2f2f2;
|
|
text-align: center;
|
|
padding: 14px 16px;
|
|
text-decoration: none;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.menubalk a:hover {
|
|
background-color: rgb(199, 71, 71);
|
|
color: black;
|
|
}
|
|
|
|
.menubalk a.active {
|
|
background-color: #aa0404;
|
|
color: white;
|
|
}
|
|
|
|
.menubalk {
|
|
background-color: #333;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.waardes {
|
|
float: left;
|
|
|
|
|
|
}
|
|
|
|
.map{
|
|
height: auto;
|
|
}
|
|
|
|
.textleft{
|
|
float: left;
|
|
box-sizing: border-box;
|
|
width: 50%;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.image {
|
|
float: left;
|
|
height: auto;
|
|
width: 40vw;
|
|
border-radius: 3vh;
|
|
margin-left: 2vw;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.Datadisplay{
|
|
float: left;
|
|
width: 30%;
|
|
height: 5%;
|
|
margin-left: 10px;
|
|
margin-bottom: 10px;
|
|
border-style: solid;
|
|
border-radius: 10px;
|
|
border-color: blue;
|
|
background-color: white;
|
|
}
|
|
|
|
.centerdata {
|
|
margin-left: 5%;
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.textblack{
|
|
color: black;
|
|
|
|
}
|
|
|
|
.commandbar{
|
|
float: right;
|
|
color: #f2f2f2;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.button {
|
|
background-color: #333;
|
|
text-decoration: none;
|
|
padding: 14px 16px;
|
|
border: none;
|
|
font-size: 17px;
|
|
color: #f2f2f2;
|
|
}
|
|
|
|
.button:hover {
|
|
background-color: rgb(199, 71, 71);
|
|
color: black;
|
|
text-decoration: none;
|
|
padding: 14px 16px;
|
|
border: none;
|
|
|
|
} |