Private
Public Access
1
0

Stats page v2

This commit is contained in:
Sander Roosendaal
2017-02-06 15:07:24 +01:00
parent 38f7a59476
commit fb76710681
4 changed files with 153 additions and 45 deletions

View File

@@ -60,6 +60,33 @@ th {
}
.paddedtable td { padding: 1px 20px }
.cortable {
border-collapse: collapse;
}
.cortable td {
border: 1px solid #999;
text-align: center;
}
th.rotate {
/* Something you can count on */
height: 78px;
white-space: nowrap;
}
th.rotate > div {
transform:
/* Magic Numbers */
translate(18px, 51px)
/* 45 is really 360 - 45 */
rotate(315deg);
width: 30px;
}
th.rotate > div > span {
border-bottom: 1px solid #ccc;
padding: 5px 5px;
}
.fixtable table {
table-layout: fixed;
@@ -76,6 +103,22 @@ th {
.midden { text-align: center }
.poscor {
background-color: #8f8;
}
.weakposcor {
background-color: #efe;
}
.negcor {
background-color:#f88;
}
.weaknegcor {
background-color: #fee;
}
.successmessage {
border: 1px solid #000;
background-color: #8f8;