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

org.wicketstuff.jquery.crop.crop.css Maven / Gradle / Ivy

#${image} {
	position: absolute;
	width: ${rwidth}px;
	height: ${rheight}px;
	left: 0;
	top: 0;
	cursor: move;
	background-image: url(${cropBg});
}
#resizeSE,
#resizeE,
#resizeNE,
#resizeN,
#resizeNW,
#resizeW,
#resizeSW,
#resizeS
{
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #333;
	border: 1px solid #fff;
	overflow: hidden;
	
}
#resizeSE{
	bottom: -10px;
	right: -10px;
	cursor: se-resize;
}
#resizeE
{
	top: 50%;
	right: -10px;
	margin-top: -5px;
	cursor: e-resize;
}
#resizeNE
{
	top: -10px;
	right: -10px;
	cursor: ne-resize;
}
#resizeN
{
	top: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: n-resize;
}
#resizeNW{
	top: -10px;
	left: -10px;
	cursor: nw-resize;
}
#resizeW
{
	top: 50%;
	left: -10px;
	margin-top: -5px;
	cursor: w-resize;
}
#resizeSW
{
	left: -10px;
	bottom: -10px;
	cursor: sw-resize;
}
#resizeS
{
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
	cursor: s-resize;
}
#${container} {
	width: ${width}px;
	height: ${height}px;
	background-image: url(${imageUrl});
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy