Add copyright footer for Elaine's photos

This commit is contained in:
Ben Ramey
2014-04-14 22:18:40 -05:00
parent b247bdd406
commit 0d6d9fe789
4 changed files with 17 additions and 29 deletions

View File

@@ -4,6 +4,7 @@
@import "forms.less";
@import "run.less";
@import "nav.less";
@import "header-footer.less";
body {
color: #fff;

View File

@@ -1,26 +1,11 @@
header.navbar {
}
footer.navbar {
border-top: 1px solid #eee;
border-radius: 0;
margin-bottom: 0;
footer {
position: absolute;
bottom: 0;
width: 100%;
height: @footer-height;
overflow: hidden;
}
header, footer {
.bg {
background-color: white;
opacity: 0.5;
position: absolute;
z-index: 1;
width: 100%;
height: 50px;
}
.container {
position: relative;
z-index: 2;
.photos-copyright {
font-size: 0.9em;
padding: 10px 20px;
background-color: rgba(0,0,0,0.6);
}
}