(53 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 453: | Line 461: | ||
.dropdown-menu { | .dropdown-menu { | ||
− | + | display: block; | |
− | + | visibility: hidden; | |
+ | transition: 0.05s 0.16s; | ||
+ | position: absolute; | ||
+ | background-color: #000000; | ||
+ | min-width: 160px; | ||
+ | box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); | ||
+ | padding: 12px 16px; | ||
+ | z-index: 1; | ||
} | } | ||
Line 465: | Line 480: | ||
} | } | ||
.dropdown:hover .dropdown-menu { | .dropdown:hover .dropdown-menu { | ||
− | + | visibility: visible; | |
+ | transition-delay: 0.16s; | ||
} | } | ||
</style> | </style> |
Latest revision as of 10:00, 18 September 2017