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