Skip to content

Instantly share code, notes, and snippets.

@yuuan
Last active December 28, 2015 04:48
Show Gist options
  • Select an option

  • Save yuuan/7444599 to your computer and use it in GitHub Desktop.

Select an option

Save yuuan/7444599 to your computer and use it in GitHub Desktop.
for vtip.js
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
}
@yuuan
Copy link
Author

yuuan commented Nov 13, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment