canvas-based-HTML5-Comic-Bo.../styles.css
2011-08-28 23:25:04 +02:00

30 lines
No EOL
351 B
CSS

body {
font-size: 12px;
}
#status {
position: fixed;
top: 0;
right: 0;
}
.control {
background-color: #000;
color: #fff;
background-color: #111;
margin: 5px;
padding: 8px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
opacity: .9;
}
.ui-draggable {
cursor: move;
}
#color {
width: 200px;
height: 150px;
}