Skip to content

Instantly share code, notes, and snippets.

@davidmcclure
Created February 19, 2014 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidmcclure/9096727 to your computer and use it in GitHub Desktop.
Save davidmcclure/9096727 to your computer and use it in GitHub Desktop.
#neatline #waypoints {
max-height: 80%;
max-width: 200px;
right: 40px;
top: 40px;
}
#waypoints a.title {
cursor: pointer;
display: list-item;
font-weight: 10;
font-color: #FF0000;
line-height: 1 em;
list-style: none outside none;
padding: 0.5em 1em;
}
div.bubble.static {
background-color: #C0C0C0;
color: #FFFFFF !important;
max-width: 300px;
opacity: 0.7;
padding: 10px 20px;
position: absolute;
z-index: 999;
}
div.bubble.static div.click-for-info {
font-size: 0.5em;
font-style: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment