diff --git a/swd/assets/css/style.css b/swd/assets/css/style.css index ed5402a3..fab2bbe3 100644 --- a/swd/assets/css/style.css +++ b/swd/assets/css/style.css @@ -62,13 +62,23 @@ nav .button-collapse i{ } .side-nav li { - margin: 8px; + margin-bottom: 4px; + margin-left: 0px; + margin-right: 0px; background-color: #1C5960; } .side-nav li:hover { background-color: #FFBE57; } +.side-nav li:focus { + background-color: #FFBE57; +} + +.side-nav li:target { + background-color: #FFBE57; +} + .tabs.tabs-transparent { background-color: #074F57; color: white; @@ -134,6 +144,27 @@ nav .button-collapse i{ right: 0px; } +.tab-inner > a { + padding: 0 48px !important; + background-color: #05393f; +} + +.tab-inner:hover > a { + background-color: #FFBE57; +} + +.active1 { + background-color: #FFBE57 !important; + color: #074F57 !important; + font-weight: 700 !important; +} + +.active2 { + background-color: #05393f !important; + border-right: solid 10px #FFBE57; + color: white !important; +} + @media screen and (max-width: 800px) { .desktop{ display: none; @@ -152,6 +183,4 @@ nav .button-collapse i{ padding-bottom: 24px !important; } -} - - +} \ No newline at end of file diff --git a/swd/templates/base.html b/swd/templates/base.html index 5da5dc66..2c70b102 100644 --- a/swd/templates/base.html +++ b/swd/templates/base.html @@ -24,7 +24,7 @@ - + @@ -43,15 +43,19 @@
- - + + {%if student %} -