Stats page v2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user