Skip to content

Instantly share code, notes, and snippets.

@jun9
Last active August 29, 2015 14:21
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 jun9/c190fb9dd9d2465c0f18 to your computer and use it in GitHub Desktop.
Save jun9/c190fb9dd9d2465c0f18 to your computer and use it in GitHub Desktop.
lightbox css
.black_overlay {
display: none;
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background-color: black;
z-index:1001;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
}
.white_content {
display: none;
position: absolute;
top: 25%;
left: 25%;
width: 320px;
height: 430px;
padding: 16px;
border: 5px solid gray;
background-color: white;
background-image: url("/themes/default/temp/TDK.jpg");
background-repeat: no-repeat;
z-index:1002;
overflow: auto;
}
.textright {
float: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment