73 lines
1.1 KiB
CSS
73 lines
1.1 KiB
CSS
html {
|
|
min-height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
body {
|
|
color: #d4af37;
|
|
background: #000;
|
|
margin-bottom: 100px;
|
|
font-family: Lucida Sans Unicode, Verdana;
|
|
}
|
|
|
|
a, a:hover {
|
|
text-decoration: none;
|
|
border-bottom: 1px dotted #d4af37;
|
|
}
|
|
|
|
h3 {margin: 0;}
|
|
*:focus {outline: none;}
|
|
.navbar-nav > .active a {
|
|
color: #555 !important;
|
|
background-color: #d4af37 !important;
|
|
}
|
|
|
|
.spacer20 {height: 20px;}
|
|
.padding20 {
|
|
padding: 20px;
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
.navbar-default {
|
|
background-color: #d4af37;
|
|
color: #000;
|
|
}
|
|
|
|
.rounded5 {border-radius: 1px;}
|
|
|
|
.grayFont {color: #444;}
|
|
.goldBackground {background: #000;}
|
|
.whiteBackground {background: #fff;}
|
|
|
|
ul.nav.navbar-nav.navbar-right li a:hover, ul.nav.navbar-nav.navbar-right li.active a {
|
|
border: 0;
|
|
border-radius: 0;
|
|
background-color: #d4af37;
|
|
}
|
|
|
|
.navbar a h1 {color: #444;}
|
|
|
|
.navbar li a {
|
|
border: 0;
|
|
display: block;
|
|
text-transform: uppercase;
|
|
padding: 25px 20px 25px 25px;
|
|
color: #d4af37;
|
|
}
|
|
|
|
|
|
footer a, footer a:hover, .navbar a {
|
|
color: #d4af37;
|
|
text-decoration: none;
|
|
border-bottom: 1px dotted #000;
|
|
}
|
|
|
|
footer {
|
|
bottom: 0;
|
|
width: 100%;
|
|
position: absolute;
|
|
background: #d4af37;
|
|
}
|