Module:Chessboard/styles.css: Difference between revisions
Appearance
hp>SD0001 fix regression for narrow viewports in Timeless skin, Template talk:Chess diagram#Timeless |
Humanipedia (talk | contribs) m 1 revision imported |
(No difference)
|
Latest revision as of 21:23, 3 February 2025
/* {{pp-template}} */ .chessboard table { font-size: 88%; border: 1px #c8ccd1 solid; padding: 0; margin: auto; } .chessboard table tr { vertical-align: middle; } .chessboard table td { padding: 0; vertical-align: inherit; text-align: center; } /* td containing the chess pieces should not center aligned, causes issues in Timeless */ .chessboard table td[rowspan] { text-align: unset; } .chessboard .chess-pieces div { position: absolute; z-index: 3; }