Skip to content

Instantly share code, notes, and snippets.

@nickolasreynolds
Last active April 17, 2019 18:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nickolasreynolds/9305955 to your computer and use it in GitHub Desktop.
Save nickolasreynolds/9305955 to your computer and use it in GitHub Desktop.
Simple Inline Tooltips v1.0 - Stylesheet
/*!
Stylesheet for use with Simple Inline Tooltips v1.0
http://www.infinitegyre.com/2014/03/simple-inline-tooltips.html
*/
[id^="iltt_child"] {
/* Styling for the tooltips when visible. This is all safe to
edit. */
background: #f3f3f3;
box-sizing: border-box;
border-radius: 0.4em;
border: 1px solid #d3d3d3;
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
padding: 9px;
}
.iltt {
/* DO NOT REMOVE THIS. It's to ensure the tooltips are hidden
by default, as they should be, even for users with scripts
disabled. */
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment