Line 124: | Line 124: | ||
background-color: black; | background-color: black; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .navbar-toggle { |
color: white; | color: white; | ||
background-color: rgba(255, 255, 255, 0.2); | background-color: rgba(255, 255, 255, 0.2); | ||
font-size: 12px; | font-size: 12px; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .navbar-toggle:focus, |
− | .navbar-custom | + | .navbar-custom .navbar-toggle:active { |
outline: none; | outline: none; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .navbar-brand { |
font-weight: 700; | font-weight: 700; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .navbar-brand img { |
height: 40px; | height: 40px; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .navbar-brand:focus { |
outline: none; | outline: none; | ||
} | } | ||
Line 145: | Line 145: | ||
color: black; | color: black; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .nav li a { |
-webkit-transition: background 0.3s ease-in-out; | -webkit-transition: background 0.3s ease-in-out; | ||
-moz-transition: background 0.3s ease-in-out; | -moz-transition: background 0.3s ease-in-out; | ||
transition: background 0.3s ease-in-out; | transition: background 0.3s ease-in-out; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .nav li a:hover { |
color: rgba(255, 255, 255, 0.8); | color: rgba(255, 255, 255, 0.8); | ||
outline: none; | outline: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .nav li a:focus, |
− | .navbar-custom | + | .navbar-custom .nav li a:active { |
outline: none; | outline: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .nav li.active { |
outline: none; | outline: none; | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .nav li.active a { |
background-color: rgba(255, 255, 255, 0.3); | background-color: rgba(255, 255, 255, 0.3); | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .nav li.active a:hover { |
color: white; | color: white; | ||
} | } | ||
Line 441: | Line 441: | ||
} | } | ||
− | .navbar-custom | + | .navbar-custom .nav li a:hover{ |
cursor: pointer; | cursor: pointer; | ||
} | } | ||
− | .navbar-right | + | .navbar-right .dropdown-menu { |
right: auto; | right: auto; | ||
position-left: 0px; | position-left: 0px; | ||
Line 464: | Line 464: | ||
background: transparent; | background: transparent; | ||
} | } | ||
+ | |||
+ | |||
+ | .navbar-custom:hover .dropdown-toggle | ||
+ | |||
+ | |||
</style> | </style> | ||
Revision as of 14:01, 6 September 2017