added js code

This commit is contained in:
2021-04-26 12:28:04 +02:00
parent 7167ea1ae0
commit fb8bc31204
4 changed files with 175 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
@font-face {
font-family: bebas;
src: url(BebasNeue-Regular.ttf);
src: url(font/BebasNeue-Regular.ttf);
}
body,
@@ -56,6 +56,9 @@ header {
text-align: right;
align-self: center;
}
#actual-state.topi {
color: #31B907;
}
#actual-state {
color: #e10000;
}
@@ -85,12 +88,12 @@ section h2 {
". tempDown offsetDown .";
}
.inputs .tempUp {
.inputs #tempUp {
grid-area: tempUp;
height: 3.2rem;
}
.inputs .tempDown {
.inputs #tempDown {
grid-area: tempDown;
height: 3.2rem;
}
@@ -108,7 +111,7 @@ section h2 {
margin-bottom: -2.5rem;
}
.inputs .offsetUp {
.inputs #offsetUp {
grid-area: offsetUp;
height: 2.5rem;
margin-bottom: -1.5rem;
@@ -120,7 +123,7 @@ section h2 {
color: #9a9a9a;
}
.inputs .offsetDown {
.inputs #offsetDown {
grid-area: offsetDown;
height: 2.5rem;
margin-top: -1.5rem;
@@ -154,8 +157,9 @@ a {
right: 0.3rem;
text-decoration: none;
font-size: 0.8rem;
color: #c1c1c1;
}
a:visited {
color: white;
color: #c1c1c1;
}