Skip to content

Commit

Permalink
CSS: transparent footer fixed to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
Ida Swarczewskaja committed Mar 6, 2012
1 parent c136e90 commit b1b13c6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 23 additions & 4 deletions resources/css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ body, .navbar-inner {
background:transparent;
}
body, h1,h2,h3,h4,h5,h6 {
color: @grayBlue;
font-weight: 300;
text-shadow: 0 -1px 1px black;
color: @grayBlue;
font-weight: normal;
text-shadow: 0 -1px 1px black;
}
h2 {margin-bottom:18px;}

Expand Down Expand Up @@ -189,4 +189,23 @@ a.box .well {
left: 53px;
}
a.circle:hover, a.box:hover {text-decoration:none;}
a.box .well h3 {color:white;}
a.box .well h3 {color:white;}

/* Footer */
#content {margin-bottom:20px;}

.footer {
color:@gray;
background:black;
.color_bg(black,.5);
border-top: 1px solid @darkBlue;
@shadow: 0 -1px 0 rgba(255,255,255,0.05), inset 0 1px 3px rgba(0,0,0,.1);
.box-shadow(@shadow);
margin-top:10px;
padding: 10px 0;
position: fixed;
width: 100%;
bottom: 0;
left: 0;
}
.footer span, .footer a, .footer img {vertical-align: middle;}

0 comments on commit b1b13c6

Please sign in to comment.