added bootswatch.css
This commit is contained in:
@@ -1 +1 @@
|
|||||||
Version 2.00.0 (2012-05-26 11:15:06) dev
|
Version 2.00.0 (2012-05-26 17:53:25) dev
|
||||||
|
|||||||
@@ -0,0 +1,73 @@
|
|||||||
|
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");
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user