File: styles/cropper.css

Recommend this page to a friend!
  Classes of Daniel Martinez   Image Cropper   ???   Download  
File: styles/???
Role: Auxiliary data
Content type: text/plain
Description: style sheet
Class: Image Cropper
Let the user mark an image for cropping
Author: By
Last change:
Date: 13 years ago
Size: 1,211 bytes
 

Contents

Class file image Download
#ic-box,#ic-wrapper{ background-repeat:no-repeat; } #ic-wrapper { position:relative; background-position: 1px 1px; z-index: 1 !important; border: 2px solid #333; padding: 1px } #ic-box-wrapper { background-color: #000; position:relative; width:100%; height: 100%; opacity: .6; filter: alpha(opacity=60); -moz-opacity: .6; } #ic-box { position:absolute; cursor:move; opacity: 1.0 !important; filter: alpha(opacity=100) !important; -moz-opacity: 1.0 !important; z-index: 100 !important; } #ic-square,.ic-marq-hor { font-size:0; line-height:0; } #ic-square { position:absolute; cursor:nw-resize; border:1px solid #333; background-color:#fff; opacity: 1.0 !important; filter: alpha(opacity=100) !important; -moz-opacity: 1.0 !important; z-index: 101; } .ic-marq-hor,.ic-marq-ver { position:absolute; } .ic-marq-hor { height:1px !important; width:100%; background-repeat: repeat-x; background-image: url('../src/marqueeHoriz.gif'); } .ic-marq-ver { width:1px !important; height:100%; background-repeat: repeat-y; background-image: url('../src/marqueeVert.gif'); }