Difference between revisions of "MediaWiki:Common.css"

From COPTR
Jump to navigation Jump to search
Line 37: Line 37:
 
}
 
}
  
table.powrr tr.odd {
+
table.powrr tr:nth-child(odd) {
 
   background-color: #eee;
 
   background-color: #eee;
 
}
 
}

Revision as of 18:09, 25 May 2021

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 th.group {
  border: none;
  text-align: center;
  border-bottom: 1px solid #eee;
  background-color: #f6f6f6;
}
table.powrr th.group-even {
  background-color: #f0f0f0;
}

table.powrr tr:nth-child(odd) {
  background-color: #eee;
}
table.powrr .toolgrid-ct-separator {
  background-color: #444;
  color: #fefefe;
}