Skip to content

Instantly share code, notes, and snippets.

@vinitkumar
Created October 30, 2012 07:36
Show Gist options
  • Save vinitkumar/3978811 to your computer and use it in GitHub Desktop.
Save vinitkumar/3978811 to your computer and use it in GitHub Desktop.
body{
width: auto;
height: auto;
text-align:left;
font-family:helvetica;
background-color:#272728;
}
#placeholder img {
height:50px;
width: 50px;
padding: 10px 10px 10px 10px;
}
#placeholder li {
padding: 5px;}
#placeholder {
text-shadow: #8F1F00 0px 1px 1px;
padding:10px;
}
.tooltip {
display:none;
position: absolute;
border: 1px solid #333;
background-color:#161616;
border-radius:5px;
padding: 10px;
color:#fff;
font-size:12px Arial;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment