MediaWiki:Common.css: Difference between revisions

no edit summary
(still no idea)
No edit summary
 
Line 1,387: Line 1,387:
.k-player .k-attribution {
.k-player .k-attribution {
     visibility: hidden;
     visibility: hidden;
}
/* sticky table header for riichi-city rank points */
.riichi-city-rank-table tbody {
position: relative;
}
.riichi-city-rank-table tr:first-of-type {
position: sticky;
top: 0;
}
.riichi-city-rank-table tr:nth-of-type(2) {
position: sticky;
top: 2em;
}
}