More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
{{#css: | {{#css: | ||
.table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+ | .table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+3){ | ||
height: 140px; | height: 140px; | ||
width: 40px; | width: 40px; | ||
| Line 13: | Line 13: | ||
line-height: 0.8; | line-height: 0.8; | ||
} | } | ||
.table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+ | .table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+3) > div{ | ||
position: relative; | position: relative; | ||
top: 0px; | top: 0px; | ||
| Line 27: | Line 27: | ||
border-right: 1px solid #CCCCCC; | border-right: 1px solid #CCCCCC; | ||
} | } | ||
.table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+ | .table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+3) span { | ||
-ms-transform:skew(45deg,0deg) rotate(-45deg); | -ms-transform:skew(45deg,0deg) rotate(-45deg); | ||
-moz-transform:skew(45deg,0deg) rotate(-45deg); | -moz-transform:skew(45deg,0deg) rotate(-45deg); | ||
| Line 49: | Line 49: | ||
} | } | ||
.table-header-rotated tr:nth-of-type(n+ | .table-header-rotated tr:nth-of-type(n+3) td:first-of-type { | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
table.table-header-rotated tr:nth-of-type(n+ | table.table-header-rotated tr:nth-of-type(n+3) td:nth-of-type(n+2) { | ||
text-align: center; | text-align: center; | ||
} | } | ||