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 3: Line 3:
{{#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+2){
   height: 150px;
   height: 140px;
   width: 40px;
   width: 40px;
   min-width: 40px;
   min-width: 40px;
Line 16: Line 16:
   position: relative;
   position: relative;
   top: 0px;
   top: 0px;
   left: 75px; /* 80 * tan(-45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
   left: 70px; /* 80 * tan(-45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
   height: 100%;
   height: 100%;
   -ms-transform:skew(-45deg,0deg);
   -ms-transform:skew(-45deg,0deg);