implemented signal functions

This commit is contained in:
Stephan Richter
2020-12-31 16:36:16 +01:00
parent 3e3dfccdea
commit e50bc039cd
8 changed files with 265 additions and 55 deletions

View File

@@ -191,12 +191,15 @@ h2{
stroke: red;
}
.signal.stop .sig_a{
.signal.red .sig_a{
fill: red;
}
.signal.go .sig_a{
.signal.green .sig_a{
fill: lime;
}
.signal.HL2 .sig_a{
fill: yellow;
}
.sig_b{
fill: black;
@@ -373,3 +376,7 @@ svg.Block text{
clear:both;
border-radius: 0 5px 5px 5px;
}
#aspect-form td{
text-align: center;
}