h5, .h5,
h6, .h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: normal;
+ font-weight: 400;
color: #333;
}
.blog-masthead {
margin-bottom: 3rem;
background-color: #428bca;
- -webkit-box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
- box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
+ box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
}
/* Nav links */
.blog-title {
margin-bottom: 0;
font-size: 2rem;
- font-weight: normal;
+ font-weight: 400;
}
.blog-description {
font-size: 1.1rem;
/* Sidebar modules for boxing content */
.sidebar-module {
padding: 1rem;
- /*margin: 0 -1rem 1rem;*/
}
.sidebar-module-inset {
padding: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
- z-index: 10;
bottom: 3rem;
+ z-index: 10;
}
/* Declare heights because of positioning of img element */
text-align: center;
}
.marketing h2 {
- font-weight: normal;
+ font-weight: 400;
}
.marketing .col-lg-4 p {
margin-right: .75rem;
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 100%;
- -webkit-box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
- box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
+ box-shadow: inset 0 0 5rem rgba(0,0,0,.5);
}
.site-wrapper-inner {
display: table-cell;
.nav-masthead .nav-link {
padding: .25rem 0;
- font-weight: bold;
+ font-weight: 700;
color: rgba(255,255,255,.5);
background-color: transparent;
border-bottom: .25rem solid transparent;
}
.cover .btn-lg {
padding: .75rem 1.25rem;
- font-weight: bold;
+ font-weight: 700;
}
position: fixed;
bottom: 0;
}
+
/* Start the vertical centering */
.site-wrapper-inner {
vertical-align: middle;
}
+
/* Handle the widths */
.masthead,
.mastfoot,
*/
h1 {
- margin-bottom: 20px;
padding-bottom: 9px;
+ margin-bottom: 20px;
border-bottom: 1px solid #eee;
}
/* Sidebar navigation */
.sidebar {
- padding-left: 0;
padding-right: 0;
+ padding-left: 0;
}
.sidebar .nav {
* Dashboard
*/
- /* Placeholders */
+/* Placeholders */
.placeholders {
padding-bottom: 3rem;
}
}
.navbar {
- background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7),to(#eee));
- background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#eee 100%);
- background-image: -o-linear-gradient(top, #f7f7f7 0%,#eee 100%);
background-image: linear-gradient(to bottom, #f7f7f7 0%,#eee 100%);
border: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
.navbar-nav {
- display: -webkit-box;
- display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.navbar-nav .nav-item {
- -webkit-box-flex: 1;
- -webkit-flex: 1 0 auto;
- -ms-flex: 1 0 auto;
- flex: 1 0 auto;
+ -ms-flex: 1 0 auto;
+ flex: 1 0 auto;
}
}
padding-bottom: 1rem;
border-bottom: .05rem solid #e5e5e5;
}
+
/* Make the masthead heading the same height as the navigation */
.header h3 {
margin-top: 0;
padding-right: 0;
padding-left: 0;
}
+
/* Space out the masthead */
.header {
margin-bottom: 2rem;
}
+
/* Remove the bottom border on the jumbotron for visual effect */
.jumbotron {
border-bottom: 0;
body {
- /*padding-top: 20px;*/
padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
.row-offcanvas {
position: relative;
- -webkit-transition: all .25s ease-out;
- -o-transition: all .25s ease-out;
- transition: all .25s ease-out;
+ transition: all .25s ease-out;
}
.row-offcanvas-right {
left: 0;
}
- .row-offcanvas-right
- .sidebar-offcanvas {
+ .row-offcanvas-right .sidebar-offcanvas {
right: -100%; /* 12 columns */
}
- .row-offcanvas-right.active
- .sidebar-offcanvas {
+ .row-offcanvas-right.active .sidebar-offcanvas {
right: -50%; /* 6 columns */
}
- .row-offcanvas-left
- .sidebar-offcanvas {
+ .row-offcanvas-left .sidebar-offcanvas {
left: -100%; /* 12 columns */
}
- .row-offcanvas-left.active
- .sidebar-offcanvas {
+ .row-offcanvas-left.active .sidebar-offcanvas {
left: -50%; /* 6 columns */
}
margin-bottom: 10px;
}
.form-signin .checkbox {
- font-weight: normal;
+ font-weight: 400;
}
.form-signin .form-control {
position: relative;
+ box-sizing: border-box;
height: auto;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
padding: 10px;
font-size: 16px;
}
min-height: 100%;
}
body {
- /* Margin bottom by footer height */
- margin-bottom: 60px;
+ margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
- /* Set the fixed height of the footer here */
- height: 60px;
+ height: 60px; /* Set the fixed height of the footer here */
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}