Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
table.powrr th { | table.powrr th { | ||
/* font-weight: normal;*/ | /* font-weight: normal;*/ | ||
| + | } | ||
| + | table.powrr tr.rotateheader { | ||
| + | background-color: fff; | ||
} | } | ||
table.powrr th, table.powrr td { | table.powrr th, table.powrr td { | ||
Revision as of 19:35, 25 May 2021
table.powrr th {
/* font-weight: normal;*/
}
table.powrr tr.rotateheader {
background-color: fff;
}
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;
}