edgware/edgware/static/css/editor.css
2010-05-14 09:45:11 +05:30

309 lines
4.3 KiB
CSS

body {
background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7);
background: -webkit-gradient(radial, 45px 45px 45deg, circle cover,
#ABAE71 0%, #CDD53F 100%, #F4F6C7 95%);
}
#ajaxBusy {
position: fixed;
top: 10px;
right: 10px;
width: 6px;
height: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 10px;
background: #0f0;
}
#wrapper {
width: 100%;
height: 100%;
}
.canvas {
position: relative;
width: 861px;
height: 1230px;
border: 1px dashed #000;
margin: 25px;
margin-bottom:80px;
}
.newTextBox {
background-color:grey;
padding-top:10px;
border-style:solid;
border-width:1px;
height:13px;
width:140px;
font-size: 11px;
cursor: move;
}
.arabic {
direction: rtl;
}
.ruler_horiz {
position: relative;
top: 50%;
width: 100%;
height: 1px;
z-index: 10000;
background: #0f0;
}
.ruler_vert {
position: relative;
left: 50%;
height: 100%;
background: #0f0;
width: 1px;
z-index: 10000;
}
.page_btns {
position: absolute;
top: -20px;
right: 5px;
}
.page_btn {
float: left;
height: 20px;
font-size: 13px;
color: #934009;
border-top: 1px;
border-left: 1px;
border-right: 1px;
border-style: dotted;
border-color: #666;
border-bottom: 0px;
cursor: pointer;
margin-left: 10px;
background: #D0CDFF;
background: -moz-linear-gradient(top, #B9D7B8, #fff);
background: -webkit-gradient(linear, top, #B9D7B8, #fff);
padding-bottom: 5px;
padding-left: 3px;
padding-right: 3px;
}
.page_btn:hover {
background: #e5aeff;
background: -moz-linear-gradient(top, #e5aeff, #fff);
background: -webkit-gradient(linear, top, #e5aeff, #fff);
}
.printMe {
}
.audio_video {
width: 100%;
height: 30px;
bottom: -40px;
margin-top: -100px;
position: absolute;
}
.media_icon {
float:right;
margin-left:5px;
}
.handle_horiz_left {
left: -10px;
width: 10px;
height: 16px;
margin-top: -8px;
}
.handle_horiz_right {
right: -10px;
width: 10px;
height: 16px;
margin-top: -8px;
}
.handle {
position: absolute;
background: #666;
cursor: move;
opacity: 0.6;
}
.handle_vert_top {
margin-left: -8px;
top: -10px;
height: 10px;
width: 16px;
}
.handle_vert_bottom {
margin-left: -8px;
bottom: -10px;
height: 10px;
width: 16px;
}
.navControls {
background-color:lightgrey;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
border-bottom-style:solid;
border-bottom-width:1px;
font-size:13px;
margin-left: -10px;
}
#bin {
border-style:solid;
border-width:1px;
left: 850px;
top: 20px;
width: 300px;
height: 90%;
position:fixed;
}
.box {
height: 100px;
width: 100px;
position: absolute;
}
#searchCat {
background-color:lightgrey;
margin-left: auto;
margin-right: auto;
padding-top:10px;
height:30px;
}
#addElements a {
color:white;
text-decoration:none;
}
#addElements {
background-color:lightgrey;
padding-left:40px;
padding-top:15px;
height:60px;
background-color:grey;
color:white;
border-style:solid;
border-width:1px;
}
.resource {
float:left;
position: relative;
}
.resource img {
border-style:solid;
border-width:1px;
height:100px;
width:100px;
margin-left:7px;
margin-top:7px;
background-color:lightgrey;
}
.resourceMenu {
position: absolute;
top: 0px;
right: 0px;
background: #ccc;
opacity: 0.8;
padding: 0px;
}
.resourceMenu ul {
list-style: none;
padding: 0px;
}
.resourceMenu ul li {
padding: 0px;
list-style: none;
font-size: 11px;
cursor: pointer;
}
.textbox_canvas_toolbox a {
color:white;
text-decoration:none;
}
.textbox_canvas {
width:100%;
height:100%;
}
.imagebox_canvas {
}
.textbox_canvas_content {
height:100%;
}
.textbox_canvas_content {
margin-top:0px;
}
.textbox_canvas_content * {
margin-top:0px;
}
.textbox_canvas_text {
margin-top:0px;
}
.save_text{
margin-top:20px;
display:none;
}
.properties {
position:absolute;
background-color:lightgrey;
width:100px;
padding:5px;
border-style:dotted;
border-width:1px;
margin:0px;
opacity:1;
z-index:999999;
font-size:13px;
}
.imagebox_crop {
position:absolute;
background-color:lightgrey;
width:100px;
padding:5px;
border-style:dotted;
border-width:1px;
margin:0px;
opacity:1;
z-index:999999;
font-size:13px;
}
.searchBin {
margin-top:5px;
}