2012-03-08 00:05:00 -08:00
|
|
|
body {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
font-family: monospace
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.green {
|
|
|
|
background-color: green;
|
|
|
|
color: white;
|
2012-06-16 01:21:35 -07:00
|
|
|
font-size: 12px;
|
2012-03-08 00:05:00 -08:00
|
|
|
}
|
|
|
|
|
2012-11-28 23:04:23 -08:00
|
|
|
.gray {
|
|
|
|
background-color: #333;
|
|
|
|
color: #eee;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2012-03-08 00:05:00 -08:00
|
|
|
.red {
|
|
|
|
background-color: red;
|
|
|
|
color: white;
|
2012-03-17 10:28:25 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.row > div {
|
|
|
|
display: inline-block;
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
width: 578px;
|
|
|
|
height: 200px;
|
|
|
|
}
|
2012-05-26 10:57:56 -07:00
|
|
|
|
|
|
|
#testCounter {
|
|
|
|
position: fixed;
|
|
|
|
right: 0px;
|
|
|
|
top: 0px;
|
2012-11-28 23:04:23 -08:00
|
|
|
background-color: green;
|
2012-05-26 10:57:56 -07:00
|
|
|
padding: 10px;
|
|
|
|
border-radius: 3px;
|
2012-11-28 23:04:23 -08:00
|
|
|
color: white;
|
2012-05-26 10:57:56 -07:00
|
|
|
font-size: 2em;
|
|
|
|
}
|