73 lines
1.4 KiB
CSS
73 lines
1.4 KiB
CSS
body {
|
|
padding-top: 90px; /* container go all the way to the bottom of the topbar */
|
|
height:auto; /*to avoid vertical scroll bar*/
|
|
}
|
|
|
|
h1,h2,h3,h4,h5,h6 {font-family: inherit;}
|
|
|
|
li {margin-bottom: 0;} /*bootswatch*/
|
|
|
|
@media only screen and (max-width: 320px) {
|
|
.navbar-inner{position:relative;}
|
|
#navbar{float:none;position:absolute;bottom:-10px;left:4px;}
|
|
}
|
|
|
|
.jumbotron h1 {
|
|
margin-bottom: 9px;
|
|
font-size: 81px;
|
|
font-weight: bold;
|
|
letter-spacing: -1px;
|
|
line-height: 1;
|
|
}
|
|
|
|
.subhead h1 {
|
|
font-size: 54px;
|
|
}
|
|
|
|
.jumbotron small {
|
|
font-size: 20px;
|
|
font-weight: 300;
|
|
}
|
|
|
|
/* bootstrap dropdown */
|
|
|
|
.dropdown-menu ul {
|
|
left: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
visibility: hidden;
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.dropdown-menu li:hover ul {
|
|
visibility: visible;
|
|
}
|
|
|
|
.navbar .dropdown-menu ul:before {
|
|
border-bottom: 7px solid transparent;
|
|
border-left: none;
|
|
border-right: 7px solid rgba(0, 0, 0, 0.2);
|
|
border-top: 7px solid transparent;
|
|
left: -7px;
|
|
top: 5px;
|
|
}
|
|
|
|
.navbar .dropdown-menu ul:after {
|
|
border-top: 6px solid transparent;
|
|
border-left: none;
|
|
border-right: 6px solid #fff;
|
|
border-bottom: 6px solid transparent;
|
|
left: 10px;
|
|
top: 6px;
|
|
left: -6px;
|
|
}
|
|
|
|
.dropdown-menu span{
|
|
display:inline-block;
|
|
}
|
|
|
|
.icon-chevron-right {
|
|
margin-top:2px;
|
|
float:right;
|
|
background-image: url("../images/glyphicons-halflings.png");
|
|
} |