botsArena/src/arenas/Battleship/style.css
2015-12-19 18:56:44 +01:00

12 lines
539 B
CSS

article p {width: 100%;}
article p label {float:left; text-align:right; width:60%}
article p select {}
td{min-width: 15px; height: 15px;}
.battleshipGrid{float: left; border-collapse:collapse; margin: 20px 20px 20px 20px;}
.nofloat{float: none;}
.battleshipGrid tr{}
.battleshipGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;}
.battleshipGrid tr th{text-align: center;}
.tabledoc{border-collapse:collapse;}
.tabledoc tr td,.tabledoc tr th{border: 1px solid green;}
.shipOn{background-color: black; color: #fff;}