bludit/bl-themes/alternative/css/style.css

60 lines
813 B
CSS
Raw Normal View History

2018-01-28 20:06:07 +01:00
html {
position: relative;
min-height: 100%;
2018-01-24 21:49:05 +01:00
}
2018-01-28 20:06:07 +01:00
body {
2018-02-01 00:34:16 +01:00
/* Padding top for navbar */
padding-top: 56px;
2018-01-28 20:06:07 +01:00
/* Margin bottom for footer height */
margin-bottom: 60px;
2018-01-24 21:49:05 +01:00
}
section {
2018-01-28 20:06:07 +01:00
padding: 150px 0;
2018-01-24 21:49:05 +01:00
}
2018-01-31 20:19:53 +01:00
/* Navbar */
.navbar-nav-svg {
display: inline-block;
width: 1rem;
height: 1rem;
vertical-align: text-top;
color: rgba(255,255,255,.5);
}
2018-02-01 00:34:16 +01:00
.nav-link {
font-size: 0.8em;
2018-01-24 21:49:05 +01:00
}
2018-01-28 20:06:07 +01:00
/* Footer */
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
font-size: 0.8em;
}
2018-01-28 20:06:07 +01:00
.mini-logo {
height: 22px;
padding-bottom: 5px;
2018-01-27 20:34:26 +01:00
}
2018-02-01 00:34:16 +01:00
/* Home - Header */
header.welcome {
padding: 100px 0;
}
2018-01-28 20:06:07 +01:00
/* Home - Page */
section.home-page:nth-child(even) { /* Alternate the background color */
background: #FAFAFA;
}
2018-01-28 20:06:07 +01:00
.page-cover-image {
background-size: cover;
background-position: center;
2018-01-27 20:34:26 +01:00
}