diff --git a/server/static/css/circuit.css b/server/static/css/circuit.css index 4204f32..3db4afe 100644 --- a/server/static/css/circuit.css +++ b/server/static/css/circuit.css @@ -521,3 +521,24 @@ th { top:0px; z-index:800; } + +#menu { + position:fixed; + top:30px; + left:400px; + font-size:30px; +} + +#menu a, a:visited { + color:white; + margin-left:10px; +} + +#menu a.active, a.active:visited { + color:#00B5AD; + border-bottom:2px #00B5AD solid; +} + +#menu a:hover { + color:#00B5AD; +} diff --git a/server/templates/circuit.html b/server/templates/circuit.html index e5a2672..e8fe658 100644 --- a/server/templates/circuit.html +++ b/server/templates/circuit.html @@ -4,6 +4,13 @@ {%endblock css %} {%block content %} +