Created
March 23, 2017 00:43
-
-
Save buley/fdbce8722dec2dcff947693b11c4d88e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.navheaderleft { | |
background-color: #eee; | |
color: #000; | |
border-radius: 15px; | |
padding: 5px 20px 5px 20px; | |
} | |
.navheaderright { | |
background-color: #eee; | |
color: #000; | |
border-radius: 15px; | |
padding: 5px 20px 5px 20px; | |
} | |
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus { | |
color: #ffffff; | |
text-decoration: none; | |
padding-bottom: 12px; | |
background-color: #333; | |
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); | |
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); | |
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); | |
} | |
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover { | |
background-color: transparent; | |
color: #333; | |
text-decoration: none; | |
} | |
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret { | |
border-top-color: #333; | |
border-bottom-color: #333; | |
} | |
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle { | |
background-color: #333; | |
color: #ffffff; | |
padding-bottom: 12px; | |
} | |
#mainnavfooter1, #mainnavfooter2 { | |
background-color: #333; | |
} | |
#mainnavfooter1 { | |
border-radius: 15px 15px 0 0; | |
} | |
.footer a:link, .footer a:visited, #websitefooter a:link, #websitefooter a:visited { | |
color: #999; | |
text-decoration: none; | |
} | |
.headerImage { | |
background-color: transparent; | |
} | |
.header { | |
background-color: transparent; | |
text-align: center; | |
} | |
body, #bodyarea { | |
color: #111; | |
} | |
#activateheader, #loginheader, #newstartheader, #passwordheader, #registerheader, #redirectheader { | |
background-color: transparent; | |
} | |
.icon-home { | |
background-position: 0 -24px; | |
padding-right: 5px; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment