|
|
|
@ -1,10 +1,11 @@
|
|
|
|
|
input, table { font-family: monospace; font-size: 11px; }
|
|
|
|
|
table.cycles { border: 1px solid black; background: white; margin-top: 5px; margin-bottom: 5px; }
|
|
|
|
|
input, table { font-family: sans-serif; font-size: 11px; }
|
|
|
|
|
table { border-collapse: collapse; }
|
|
|
|
|
table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; }
|
|
|
|
|
table.cycles .col1 { background-color: #f5f5f5; }
|
|
|
|
|
table.cycles .col2 { background-color: #e0e0e0; }
|
|
|
|
|
table.cycles th, table.cycles td { border-top: 1px solid white; border-left: 1px solid white; }
|
|
|
|
|
table.cycles th { background-color: #707090; color: white; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; }
|
|
|
|
|
th a { color: white; font-weight: bold; display: block; width: 100%; height: 100%; }
|
|
|
|
|
table.cycles th, table.cycles td { border: 1px solid black; font-family: monospace; }
|
|
|
|
|
table.cycles th { background-color: #9999cc; color: black; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; }
|
|
|
|
|
th a { color: black; font-weight: bold; display: block; width: 100%; height: 100%; }
|
|
|
|
|
.button { }
|
|
|
|
|
span.sortarrow { color: white; text-decoration: none; }
|
|
|
|
|
.freeblocks { float: left; margin-right: 4px;}
|
|
|
|
|