All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencms.gwt.client.ui.css.selectArea.css Maven / Gradle / Ivy

Go to download

OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.

There is a newer version: 18.0
Show newest version
.main{
	position: relative;
	overflow: hidden;
}
.main .overlay, .main .marker, .main .markerBorder{
	display: none;
}
.main.showSelect .overlay, .main.showSelect .marker, .main.showSelect .markerBorder{
	display: block;
}
.markerBlackBorder, .markerWhiteBorder{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
}
.markerBlackBorder{
	/** Don't use a constant here. */
	border: 1px solid #000000;
}
.markerWhiteBorder{
	/** Don't use a constant here. */
	border: 1px dashed #FFFFFF;
}
.marker{
	position:absolute;
}
div.overlay{
	position: absolute;
	/** Don't use a constant here. */
	background: #000000;
}

@if user.agent ie6 { 
	div.overlay { 
		filter: literal("alpha(opacity = 40)"); 
	}
} @elif user.agent ie8 { 
	div.overlay { 
		-ms-filter: "alpha(opacity = 40)";
	}
} @else {
	div.overlay { 
		opacity: 0.4;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy