Skip to content

Instantly share code, notes, and snippets.

@danielmcgrath
Created November 18, 2011 00:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielmcgrath/1375089 to your computer and use it in GitHub Desktop.
Save danielmcgrath/1375089 to your computer and use it in GitHub Desktop.
.arrow.down:hover::before {
position: fixed;
display: block;
z-index: 1000;
padding: 2px 0;
border-top: 1px solid #333;
content: "Please do not downvote based on team fandom.";
text-align: center;
-moz-border-radius: 5px;
-webkit-border-radius: 0;
bottom: 0;
width: 100%;
left: 0;
background-color: fireBrick;
-moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .4);
-webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .4);
color: #FEFEFE;
text-shadow: 0 -1px 1px #555;
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment