2007-09-15 03:08:25 +02:00
|
|
|
*
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.clickBox
|
2007-09-15 03:19:43 +02:00
|
|
|
{
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
|
|
|
background-color: red;
|
|
|
|
position: absolute;
|
|
|
|
overflow: hidden;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
.leftUpperClickBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
cursor: nw-resize;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.leftMiddleClickBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
cursor: e-resize;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.leftLowerClickBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
cursor: ne-resize;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.rightUpperClickBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
cursor: ne-resize;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.rightMiddleClickBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
cursor: w-resize;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.rightLowerClickBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
cursor: nw-resize;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.upperMiddleClickBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
cursor: n-resize;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.lowerMiddleClickBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
cursor: n-resize;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
.inline
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
display: inline;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
2007-09-15 03:19:43 +02:00
|
|
|
.displayNone
|
2007-09-15 03:08:25 +02:00
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
display: none;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
2007-09-15 03:19:43 +02:00
|
|
|
|
2007-09-15 03:08:25 +02:00
|
|
|
#imageContainer
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
position: absolute;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
#menuBarContainer
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
border-bottom: 1px solid;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
#image
|
|
|
|
{
|
|
|
|
display: block;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
.floatRight
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
float: right;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
#loadingIndicatorContainer
|
|
|
|
{
|
2007-09-16 03:30:43 +02:00
|
|
|
position: absolute;
|
|
|
|
top: -1000px;
|
|
|
|
left: -1000px;
|
|
|
|
}
|
|
|
|
#loadingIndicatorContainer2
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
position: absolute;
|
2007-09-16 03:30:43 +02:00
|
|
|
top: -1000px;
|
|
|
|
left: -1000px;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
2007-09-16 03:30:43 +02:00
|
|
|
|
2007-09-15 03:08:25 +02:00
|
|
|
#fakeImg
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
display: none;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
#cropBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
position: absolute;
|
2007-09-15 22:54:37 +02:00
|
|
|
display: inline;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
.greyBox
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
background-color: black;
|
|
|
|
position: absolute;
|
|
|
|
opacity: .5;
|
|
|
|
filter: alpha(opacity=50);
|
2007-09-15 22:54:37 +02:00
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
body
|
|
|
|
{
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2007-09-15 03:08:25 +02:00
|
|
|
}
|
|
|
|
#mainContainer
|
|
|
|
{
|
2007-09-15 03:19:43 +02:00
|
|
|
position: absolute;
|
|
|
|
border-color: black;
|
|
|
|
border-style: solid;
|
2007-09-16 03:30:43 +02:00
|
|
|
height: 97%;
|
2007-09-15 22:54:37 +02:00
|
|
|
width: 98%;
|
2007-09-15 03:19:43 +02:00
|
|
|
left: 1%;
|
|
|
|
top: 1%;
|
|
|
|
background-color: white;
|
2007-09-16 03:30:43 +02:00
|
|
|
}
|
|
|
|
#imageEditorContainer
|
|
|
|
{
|
|
|
|
position: relative;
|
|
|
|
overflow: auto;
|
2007-09-15 03:19:43 +02:00
|
|
|
}
|