File size: 3.23Kb
#brushSizeSlider {
position: absolute;
display: none;
z-index: 9998;
left:315px;
top:175px;
}
canvas {
border: 1px solid #FF000;
z-index: 1;
cursor: url("../images/paintbrush.png"/), crosshair;
}
#drawingCanvasInterface {
position: absolute;
}
a {
text-decoration: none;
color: #0000FF;
}
a:hover {
color: #FF0000;
}
.errorText {
color: #FF0000;
}
textarea, input {
outline: none;
}
.speechTextBox {
resize: none;
width: 500px;
font-family: "Courier New", Courier, monospace;
border-style: none;
border-width: 0px;
background-color: transparent;
height:80px;
}
.withBorder {
border-style: solid !important;
border-width: 1px !important;
}
.objectControllerContainer {
z-index: 9000;
display: none;
position: absolute;
width: 185px;
text-align: left;
}
.objectControllerContainerText {
width: 294px;
margin-top:-30px;
}
.objectControllerContainer span img {
cursor: pointer;
}
.objectController {
z-index: 9005;
position: relative;
top: 5px;
left: 5px;
padding-right: 10px;
}
.face {
position: absolute;
top: 200px;
left: 320px;
z-index: 1000;
}
.face div.ui-wrapper {
overflow: visible !important;
}
#controllers {
padding: 7px 0px 7px 0px;
border: 1px solid #000000;
height: 40px;
}
.controllerSubset {
float: left;
padding-left: 3px;
padding-right: 3px;
margin: 0px 0px 7px 0px;
height:35px;
line-height:35px;
font-family:Verdana;
font-size:14px;
font-weight:bold;
}
#drawingCanvasContainer {
padding-top: 5px;
}
#canvasContainer {
padding-top: 30px;
width: 620px;
margin: 0 auto;
}
img {
border: none;
}
.dock {
position: relative;
height: 50px;
}
.dock-container {
position: absolute;
height: 80px;
padding-left: 20px;
}
a.dock-item {
display: block;
width: 40px;
color: #000;
position: absolute;
top: 0px;
text-align: center;
text-decoration: none;
font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
border: none;
margin: 5px 10px 0px;
width: 100%;
}
.dock-item span {
display: none;
padding-left: 20px;
}
.menuIcon {
cursor: pointer;
}
#authorBox {
float: left;
padding: 5px;
border: 1px solid #000000;
margin: 5px;
}
#contributorsList li {
list-style-type: disc;
float: none;
}
#adv {
position: absolute;
padding-left: 15px;
padding-top: 30px;
border: none;
}
div.clippyContainer {
position: absolute;
z-index: 10000;
}
div.clippyIcon {
float: left;
}
div.clippyText {
float: left;
background-color: #FFFFCE;
padding: 10px;
border: 1px solid #000000;
width: 100px;
overflow: hidden;
font-size: 14px;
border-bottom-left-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
}
div.clippyClear {
clear: both;
}
.completedComicSubmission {
margin: 0 auto;
width: 620px;
}