(28 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
<!-- Theme CSS --> | <!-- Theme CSS --> | ||
<style> | <style> | ||
+ | #top_menu_14 { | ||
+ | height: 12px; | ||
+ | color: white; | ||
+ | background: black; | ||
+ | } | ||
+ | #top_menu_under { | ||
+ | height: 12px; | ||
+ | background: black; | ||
+ | } | ||
+ | #top_menu_inside { | ||
+ | border-left: 0px; | ||
+ | border-right: 0px; | ||
+ | |||
+ | |||
+ | } | ||
+ | #home_logo, #sideMenu { display:none; } | ||
+ | #sideMenu, #top_title, .patrollink {display:none;} | ||
+ | #HQ_page p { | ||
+ | text-align: justify; | ||
+ | font-family: Tahoma, Geneva, sans-serif; | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | |||
a:link { | a:link { | ||
− | color: # | + | color: #6499cd; |
background-color: transparent; | background-color: transparent; | ||
text-decoration: none; | text-decoration: none; | ||
Line 19: | Line 42: | ||
a:visited { | a:visited { | ||
− | color: # | + | color: #6499cd; |
background-color: transparent; | background-color: transparent; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
#page-top { height: 100% ; } | #page-top { height: 100% ; } | ||
.mw-content-ltr { height: 100%; } | .mw-content-ltr { height: 100%; } | ||
Line 55: | Line 71: | ||
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
li.has_submenu a { | li.has_submenu a { | ||
Line 80: | Line 82: | ||
h1, | h1, | ||
h2, | h2, | ||
− | h3, | + | h3 { |
+ | margin: 0 0 35px; | ||
+ | text-transform: uppercase; | ||
+ | font-family: Tahoma, Geneva, sans-serif; | ||
+ | font-weight: 700; | ||
+ | letter-spacing: 1px; | ||
+ | } | ||
h4, | h4, | ||
h5, | h5, | ||
h6 { | h6 { | ||
margin: 0 0 35px; | margin: 0 0 35px; | ||
− | text-transform: | + | text-transform: none; |
font-family: Tahoma, Geneva, sans-serif; | font-family: Tahoma, Geneva, sans-serif; | ||
font-weight: 700; | font-weight: 700; | ||
Line 103: | Line 111: | ||
} | } | ||
a { | a { | ||
− | color: # | + | color: #6499cd; |
-webkit-transition: all 0.2s ease-in-out; | -webkit-transition: all 0.2s ease-in-out; | ||
-moz-transition: all 0.2s ease-in-out; | -moz-transition: all 0.2s ease-in-out; | ||
Line 111: | Line 119: | ||
a:focus { | a:focus { | ||
text-decoration: none; | text-decoration: none; | ||
− | color: # | + | color: #6499cd; |
} | } | ||
.light { | .light { | ||
Line 130: | Line 138: | ||
} | } | ||
.navbar-custom .navbar-toggle:focus, | .navbar-custom .navbar-toggle:focus, | ||
− | .navbar-custom .navbar-toggle: | + | .navbar-custom .navbar-toggle:active { |
outline: none; | outline: none; | ||
} | } | ||
Line 436: | Line 444: | ||
.dropdown-li { | .dropdown-li { | ||
padding-top: 11px; | padding-top: 11px; | ||
− | padding-bottom: | + | padding-bottom: 15px; |
margin-left: 10px; | margin-left: 10px; | ||
margin-right: 10px; | margin-right: 10px; | ||
Line 453: | Line 461: | ||
.dropdown-menu { | .dropdown-menu { | ||
+ | display: block; | ||
visibility: hidden; | visibility: hidden; | ||
− | transition: 0. | + | transition: 0.05s 0.16s; |
− | + | position: absolute; | |
background-color: #000000; | background-color: #000000; | ||
min-width: 160px; | min-width: 160px; | ||
− | + | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | |
+ | padding: 12px 16px; | ||
z-index: 1; | z-index: 1; | ||
} | } | ||
Line 470: | Line 480: | ||
} | } | ||
.dropdown:hover .dropdown-menu { | .dropdown:hover .dropdown-menu { | ||
− | + | visibility: visible; | |
− | transition-delay: | + | transition-delay: 0.16s; |
− | + | } | |
</style> | </style> | ||
Line 498: | Line 508: | ||
<li class="dropdown-li"> | <li class="dropdown-li"> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
− | <a class="dropdown" id="dropdown2" aria-haspopup="true" aria-expanded="true"> | + | <a class="dropdown-toggle" type="button" id="dropdown2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
Team | Team | ||
</a> | </a> | ||
Line 570: | Line 580: | ||
<li class="dropdown-li"> | <li class="dropdown-li"> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
− | <a> | + | <a class="dropdown-toggle" type="button" id="dropdown1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
Human Practices | Human Practices | ||
</a> | </a> |
Latest revision as of 10:00, 18 September 2017