Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
th.rotate {
}

th.rotate > div {
  transform: 
    translate(20px, 55px)
    rotate(315deg);
  width: 30px;
}
th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 1px 10px;
}
table.stylish td:first-child { white-space:nowrap; }
table.stylish td:not(:first-child) {
  border:1px solid;
  text-align: center;
}

.content table.stylish th { border:none; }
.article-table-wrapper table.stylish tr>th.rotate { 
	background:none;
	border:0;
	height: 140px;
	white-space: nowrap;
}
.article-table-wrapper table.stylish tr>th.rotatecorner {
	width: 140px;
	border: 0;
	background: none;
}
th.rotatecorner > span  {  
	position:relative; 
	top:70px;
}
th.rotatecorner > div {
	transform: translate(140px, 30px) rotate(315deg);
	width:60px;
	border-bottom:1px solid;
}
Advertisement