Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Rayanth/SandboxTestingCodes: Difference between revisions

From EVE University Wiki
Rayanth (talk | contribs)
No edit summary
Rayanth (talk | contribs)
No edit summary
Line 2: Line 2:


{{#css:
{{#css:
.table-header-rotated tr:nth-of-type(1) th:nth-of-type(n+2){
.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+2) > div{
.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+2) span {
.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+2) td:first-of-type {
.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+2) td:nth-of-type(n+2) {
table.table-header-rotated tr:nth-of-type(n+3) td:nth-of-type(n+2) {
   text-align: center;
   text-align: center;
}
}