Last active
December 28, 2015 04:48
-
-
Save yuuan/7444599 to your computer and use it in GitHub Desktop.
for vtip.js
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
| p#vtip { | |
| display: none; | |
| position: absolute; | |
| padding: 10px 14px; | |
| left: 5px; | |
| font-size: 12px; | |
| color: #222; | |
| border: 1px solid #7295c5; | |
| background: white url("/images/vtip-background.png"); | |
| -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); | |
| -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); | |
| box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); | |
| -moz-border-radius: 2px; | |
| -webkit-border-radius: 2px; | |
| border-radius: 2px; | |
| z-index: 9999 | |
| } | |
| p#vtip #vtipArrow { | |
| position: absolute; | |
| top: -10px; | |
| left: 5px | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for vtip.js ( https://gist.github.com/yuuan/7444549 )