font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
font-size:12px;
font-size:18px;
height:100%;
line-height:1.4em;
margin:0;
...
...
@@ -21,11 +21,131 @@ body {
background-color:#000!important;
}
/* Style the navbar */
#navbar{
overflow:hidden;
background-color:#333;
}
/* Navbar links */
#navbara{
float:left;
display:block;
color:#f2f2f2;
text-align:center;
padding:14px;
text-decoration:none;
}
/* Page content */
.content{
padding:16px;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky{
position:fixed;
top:0;
width:100%
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */