Created
October 30, 2012 07:36
-
-
Save vinitkumar/3978811 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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