2012-09-05 22:34:00 -07:00
|
|
|
@import url("/main.css");
|
|
|
|
|
|
|
|
|
|
div.stable {
|
|
|
|
|
display: table;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: #101040;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.sentry {
|
|
|
|
|
display: table-row;
|
|
|
|
|
border-width: 1px 0;
|
|
|
|
|
border-color: #101040;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.sentry:first-child {
|
|
|
|
|
background-color: #E0E0E0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.sentry:nth-child(3n) {
|
|
|
|
|
background-color: #E0E0FF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.sentry:nth-child(3n+4) {
|
|
|
|
|
background-color: #E0FFE0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.sentry:nth-child(3n+2) {
|
|
|
|
|
background-color: #FFE0E0;
|
|
|
|
|
}
|
|
|
|
|
|
2014-01-10 07:15:39 -05:00
|
|
|
div.graph {
|
|
|
|
|
margin: 1em auto;
|
|
|
|
|
}
|
|
|
|
|
|
2012-09-05 22:34:00 -07:00
|
|
|
span.shdata {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
span.sdata {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
padding: 0 1em;
|
|
|
|
|
}
|
2014-01-02 11:39:57 -05:00
|
|
|
|
|
|
|
|
span.sdatar {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
padding: 0 1em;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|