canvas-based-HTML5-Comic-Bo.../styles.css
2010-07-11 22:17:42 +01:00

21 lines
275 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;
}