Skip to content

Instantly share code, notes, and snippets.

@jhdavids8
Created December 15, 2014 23:47
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 jhdavids8/26a4bf10cf3c59366c7c to your computer and use it in GitHub Desktop.
Save jhdavids8/26a4bf10cf3c59366c7c to your computer and use it in GitHub Desktop.
Sample CSS styling for the template underneath a PleaseWait loading screen
body > .inner {
display: none;
}
body.pg-loaded > .inner {
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment