Skip to content

Instantly share code, notes, and snippets.

@harrislapiroff
Created January 20, 2012 18:01
Show Gist options
  • Save harrislapiroff/1648705 to your computer and use it in GitHub Desktop.
Save harrislapiroff/1648705 to your computer and use it in GitHub Desktop.
Oberlin College's Snow Styles
.noPointerEvents #hd, .noPointerEvents #glob{
position:relative;
z-index: 1337 !important;
}
.pointerEvents #snow{
z-index:1337;
}
body, html, #all, #all::before{
min-width:994px;
}
#all::before{
content:" ";
display:block;
position:absolute;
top:0;
left:0;
height:126px;
width:100%;
background: url('left.png') left bottom no-repeat, url('center.png') left bottom repeat-x, url('right.png') right bottom no-repeat;
-webkit-box-reflect:below 0 -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0) 20%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment