Skip to content

Instantly share code, notes, and snippets.

@StewartChamberlain
Last active December 18, 2015 20:39
Show Gist options
  • Select an option

  • Save StewartChamberlain/5842269 to your computer and use it in GitHub Desktop.

Select an option

Save StewartChamberlain/5842269 to your computer and use it in GitHub Desktop.
.overlay {
background-color: #666;
opacity: .7;
bottom:0;left:0;
height:65px;
position:fixed;
width:100%;
z-index:1000;
}
a.overlay-button {
-moz-border-radius: 5px;
-moz-box-shadow: 0 1px 1px #666;
-webkit-border-radius: 5px;
-webkit-box-shadow: 0 1px 1px #666;
background-color: #093;
border: 1px solid #77A62F;
border-radius: 5px;
box-shadow: 0 1px 1px #666;
opacity: 1;
color: white;
cursor: pointer;
font-family: sans-serif;
font-size: 18px;
float: right;
line-height: 22px;
margin: 10px 10px 0 0;
padding: 10px 15px;
text-decoration: none;
text-transform: uppercase;
text-shadow: 1px 1px #49641E;
}
a.overlay-button:hover {
background-color: #060;
text-decoration: none;
text-shadow: 1px 1px #49641e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment