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 %} -
  • Dashboard
  • - {% if not student.nophd %}
  • Mess Option
  • {% endif %} - {% if not student.nophd %}
  • Leave
  • {% endif %} - {% if not student.nophd %}
  • Certificates
  • {% endif %} - {% if not student.nophd %}
  • Daypass
  • {% endif %} -
  • Store
  • -
  • Dues
  • -
  • Documents
  • -
  • Search
  • -
  • MCN
  • -
  • Logout
  • -
    Developers
    +
  • Home
  • +
  • My account
  • + {% if not student.nophd %}
  • Mess Option
  • {% endif %} + {% if not student.nophd %}
  • Leave
  • {% endif %} +
  • Events
  • +
  • Dues
  • + {% if not student.nophd %}
  • Certificates
  • {% endif %} + +
  • MCN
  • +
  • Logout
  • +
  • Student Search
  • +
  • About Us +
  • SWD
  • +
  • CSA
  • +
  • SAC
  • + + +
  • Migration
  • +
  • Anti-Ragging
  • +
  • Contact Us
  • +
    Developers
    - + {% load main_extras %} -
  • dashboardDashboard
  • - {% if not student.nophd %}
  • local_diningMess Option
  • {% endif %} - {% if not student.nophd %}
  • flight_takeoffLeave
  • {% endif %} -
  • assignmentCertificates
  • +
  • dashboardDashboard
  • + {% if not student.nophd %}
  • local_diningMess Option
  • {% endif %} + {% if not student.nophd %}
  • flight_takeoffLeave
  • {% endif %} +
  • assignmentCertificates
  • @@ -154,8 +177,8 @@
    - - {% include 'quickupdates.html' %} + + {% include 'quickupdates.html' %}
    {% block content %} @@ -169,12 +192,27 @@