Sha256: 7cb9bf4e0755008e4d2defd13a7bd1b0122f43dc47e6f8dfcd9c94da7f15bf92

Contents?: true

Size: 538 Bytes

Versions: 10

Compression:

Stored size: 538 Bytes

Contents

#overlay{
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	}
#overlay[id]{ /* IE6 and below Can't See This */
	position:fixed;
	}


div.lightbox {
	position:absolute;
  width:550px;
  background:#ddd;
  padding:10px;
  border:2px solid #eee;
  color:#6F6F6F;
  z-index:102;
	}

.lightbox a {
	color:#9F9F9F;
	}

#close {
	position:absolute;
	top:-5px;
	right:-5px;
	cursor:pointer;
	}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
community_engine-3.2.0 app/assets/stylesheets/lightbox.css
community_engine-3.0.0 app/assets/stylesheets/lightbox.css
community_engine-2.3.2 app/assets/stylesheets/lightbox.css
community_engine-2.3.1 app/assets/stylesheets/lightbox.css
community_engine-2.3.0 app/assets/stylesheets/lightbox.css
community_engine-2.1.0 app/assets/stylesheets/lightbox.css
community_engine-2.0.0 app/assets/stylesheets/lightbox.css
community_engine-2.0.0.beta3 app/assets/stylesheets/lightbox.css
community_engine-2.0.0.beta2 app/assets/stylesheets/lightbox.css
community_engine-2.0.0.beta1 app/assets/stylesheets/lightbox.css