Line 13: | Line 13: | ||
<style> | <style> | ||
a:link { | a:link { | ||
− | color: # | + | color: #6499cd; |
background-color: transparent; | background-color: transparent; | ||
text-decoration: none; | text-decoration: none; | ||
Line 19: | Line 19: | ||
a:visited { | a:visited { | ||
− | color: # | + | color: #6499cd; |
background-color: transparent; | background-color: transparent; | ||
text-decoration: none; | text-decoration: none; | ||
Line 80: | Line 80: | ||
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 111: | Line 117: | ||
a:focus { | a:focus { | ||
text-decoration: none; | text-decoration: none; | ||
− | color: # | + | color: #6499cd; |
} | } | ||
.light { | .light { | ||
Line 455: | Line 461: | ||
display: block; | display: block; | ||
visibility: hidden; | visibility: hidden; | ||
− | transition: 0. | + | transition: 0.05s 0.16s; |
position: absolute; | position: absolute; | ||
background-color: #000000; | background-color: #000000; | ||
Line 473: | Line 479: | ||
.dropdown:hover .dropdown-menu { | .dropdown:hover .dropdown-menu { | ||
visibility: visible; | visibility: visible; | ||
− | transition-delay: | + | transition-delay: 0.16s; |
} | } | ||
</style> | </style> |
Revision as of 09:33, 18 September 2017