2012-03-03 11:11:05 -05:00
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: black;
|
|
|
|
color: #babdb6;
|
|
|
|
|
|
|
|
margin-top: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* hidden by default (shown with JS) */
|
|
|
|
.hasjs {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* simple CSS grammar sugar */
|
|
|
|
.until {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.hasjs.until {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-03-03 16:16:19 -05:00
|
|
|
.testing .while-idle {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-03-03 17:32:33 -05:00
|
|
|
.while-testing {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.testing .while-testing {
|
|
|
|
display: block;
|
|
|
|
}
|
2012-03-03 16:16:19 -05:00
|
|
|
|
2012-03-03 11:11:05 -05:00
|
|
|
|
|
|
|
.topbox {
|
|
|
|
position: absolute;
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
top: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
padding: 0.25em;
|
|
|
|
|
|
|
|
line-height: 2em;
|
|
|
|
}
|
|
|
|
|
2012-03-03 17:32:33 -05:00
|
|
|
.statusbar-area {
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
height: 1.5em;
|
|
|
|
padding: 0.15em;
|
|
|
|
}
|
|
|
|
.statusbar {
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
background-color: #2e3436;
|
|
|
|
|
|
|
|
bottom: 0px;
|
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
padding: 0.15em;
|
|
|
|
|
|
|
|
line-height: 1.5em;
|
|
|
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
.statusbar-area:hover .statusbar {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2012-03-03 11:11:05 -05:00
|
|
|
.notice {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
background-color: #fce94f;
|
|
|
|
border-bottom: 2px solid #f4d030;
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
.notice.active {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#interval,
|
|
|
|
#blank,
|
|
|
|
#samples,
|
|
|
|
#delay {
|
|
|
|
width: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.render {
|
|
|
|
position: absolute;
|
2012-03-03 19:13:56 -05:00
|
|
|
left: 0px;
|
|
|
|
right: 0px;
|
|
|
|
top: 5em;
|
|
|
|
text-align: center;
|
2012-03-03 11:11:05 -05:00
|
|
|
}
|
2012-03-03 14:20:50 -05:00
|
|
|
|
|
|
|
|
|
|
|
/*** color test ***/
|
|
|
|
.render .color-display {
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
margin: 0px auto;
|
|
|
|
border-radius: 2em;
|
|
|
|
|
|
|
|
width: 300px;
|
|
|
|
height: 300px;
|
|
|
|
}
|