User:Writ Keeper/Scripts/blackjack.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.cardContainer {display:inline-block;height:142px; background-color:white; border-top:1px solid; border-left:1px solid; border-bottom:1px solid;}
#cardTableStatus {font-size:14px !important;}
.cardFace { background-image:url('https://upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Svg-cards-2.0.svg/1280px-Svg-cards-2.0.svg.png'); height:139px; background-position:-199px -574px; margin:1px;}
.cardCovered { width:13px; border-radius:3px 0 0 3px;border-right-width: 0px; }
.cardFaceUp { width:97px; border-radius:3px; border-right-width: 1px; }
.cardFaceDown { width:97px; border-radius:3px; border-right-width: 1px; }
.cardCovered>.cardFace { width:12px; }
.cardFaceUp>.cardFace { width:94px; }
.cardFaceDown>.cardFace { width:94px; background-position:-199px -574px; }
.selectedSplit { border:2px yellow solid; }