View this code at http://livecoding.io/3973166
Created
October 29, 2012 11:58
-
-
Save jthoenes/3973166 to your computer and use it in GitHub Desktop.
created by http://livecoding.io/3411676
This file contains 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
{ | |
"libraries": [], | |
"mode": "css", | |
"layout": "sketchpad mode" | |
} |
This file contains 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
#format-success-hover { | |
position: fixed; | |
top: 10px; | |
left: 10px; | |
background-color: #F1F1F1; | |
border-radius: 5px; | |
box-shadow: 0px 0px 2.5px 2.5px #DDD; | |
} | |
#format-success-hover div { | |
font-size: 14px; | |
line-height: 18px; | |
} | |
#format-success-hover .format { | |
background-color: #E6E5E5; | |
border-top-left-radius: 5px; | |
border-top-right-radius: 5px; | |
padding: 4px 9px 2px 7px; | |
} | |
#format-success-hover .details { | |
padding: 2px 9px 4px 7px; | |
} |
This file contains 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
<div id="format-success-hover" class="hover" style="display: block;"> | |
<div class="format">Benefits</div> | |
<div class="details">9.1k times used<br/>47.5% used successfully</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment