Skip to content

Instantly share code, notes, and snippets.

@byrichardpowell
Created August 25, 2012 21:14
Show Gist options
  • Save byrichardpowell/3471055 to your computer and use it in GitHub Desktop.
Save byrichardpowell/3471055 to your computer and use it in GitHub Desktop.
Comment CSS Objects
/* MESSAGES
A container for message from the app to the user
These appear between the header and main content
*/
.messages {position:fixed; top: @line * 6; left:50%; width:480px; margin-left:-240px; text-align:left; z-index:700;}
.messages .box:hover {.shadow(0, 0, 6px, 0.5)}
/* State */
.fullscreen {
.message { display:none; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment