style.css
body {
margin: 0;
background-color: #444;
}
.editor-container {
width: 962px;
margin: 0 auto;
}
#toolkit, #preview {
position: fixed;
top: 0;
}
#tools {
width: 160px;
margin-bottom: 1px;
}
#tools .tool {
width: 160px;
min-height: 22px;
}
#tools .tool:hover {
background-color: #555;
}
#tools .tool.selected {
background-color: #383;
}
#tools .tool p {
font: normal normal normal 12px "Lucida Grande", sans-serif;
margin: 0;
padding-left: 4px;
line-height: 22px;
color: #999;
cursor: pointer;
}
#tools .tool.selected p, #tools .tool:hover p, #tools .tool.enabled p {
color: #eee;
text-shadow: #555 0px 1px 0px;
}
#tools .tool:hover, #tools .tool:hover p {
transition: none;
}
#tools .tool.enabled p {
background-color: #777;
}
#editor {
position: relative;
width: 640px;
margin-left: 161px;
cursor: crosshair;
}
#preview {
width: 160px;
height: 400px;
margin-left: 802px;
}
.screen-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-color: rgba(0, 0, 0, 0.5);
}
.modal-box {
position: absolute;
width: 320px;
max-height: 240px;
top: 50%;
left: 50%;
margin-left: -160px;
margin-top: -120px;
background-color: #444;
border-radius: 2px;
border: 1px solid #555;
box-shadow: 0px 3px 16px black;
}
.modal-box .button-box {
margin: 8px auto;
text-align: center;
width: 180px;
border-radius: 2px;
box-shadow: 0px 2px 0px #333;
}
.modal-box .button-box.download, .modal-box .button-box.import {
background-color: #272;
}
.modal-box .button-box.clear {
background-color: #777;
}
.modal-box .button-box.cancel {
background-color: #900;
}
.modal-box .file-zone {
text-align: center;
border: 4px dotted white;
height: 100px;
background-color: black;
margin: 8px;
}
.modal-box .file-zone p {
font: normal normal normal 18px "Lucida Grande", sans-serif;
color: white;
line-height: 100px;
}
.modal-box .file-zone {
border: 4px dotted white;
height: 100px;
background-color: black;
margin: 8px;
}
.modal-box p {
margin: 4px;
}
.modal-box p a {
font: normal normal normal 14px "Lucida Grande", sans-serif;
text-decoration: none;
color: white;
line-height: 28px;
text-shadow: #232 0px 1px 0px;
}
.modal-box p a:hover {
text-decoration: underline;
}