User:Rcdeboer/vector.css

From COPTR
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
table.powrr th {
/*  font-weight: normal;*/
}
table.powrr th, table.powrr td {
  padding: 2px 5px;
  border: 1px solid #E6E6E6;
}
table.powrr th.rotate {
  height: 180px;
  white-space: nowrap;
  border: none;
}
table.powrr th.rotate > div {
  -webkit-transform: translate(17px, 83px) rotate(-60deg);
  -webkit-transform-origin: 0% 0%;
  transform: translate(17px, 83px) rotate(-60deg);
  transform-origin: 0% 0%;  
  width: 40px;
}
table.powrr th.rotate > div > span {
  border-bottom: 1px solid #E6E6E6;
  padding: 13px 0px;
}
table.powrr {
 border-collapse: collapse;
 margin: 0 auto 1em auto;
}
table.powrr tbody th {
  white-space: nowrap;
}
table.powrr thead th {
  border: none;
}
table.powrr thead th.group {
  border-bottom: 1px solid #eee;
  background-color: #f6f6f6;
}
table.powrr thead th.group-even {
  background-color: #f0f0f0;
}
table.powrr th.group {
  text-align: center;
}
table.powrr tr.odd {
  background-color: #eee;
}
table.powrr .toolgrid-ct-separator {
  background-color: #444;
  color: #fefefe;
}