botsArena/src/arenas/Battleship/style.css

12 lines
558 B
CSS
Raw Normal View History

2015-12-11 09:25:36 +01:00
article p {width: 100%;}
2015-12-11 11:40:36 +01:00
article p label {float:left; text-align:right; width:60%}
2015-12-11 11:56:34 +01:00
article p select {}
2015-12-11 12:12:49 +01:00
td{min-width: 15px; height: 15px;}
.battleshipGrid{float: left; border-collapse:collapse; margin: 20px 20px 20px 20px;}
2015-12-16 10:13:00 +01:00
.nofloat{float: none;}
2015-12-11 11:56:34 +01:00
.battleshipGrid tr{}
2015-12-18 21:40:11 +01:00
.battleshipGrid tr td{border: 1px dashed green; text-align: center; font-weight: bold;}
2015-12-15 12:41:49 +01:00
.battleshipGrid tr th{text-align: center;}
2015-12-19 18:55:23 +01:00
.tabledoc{border-collapse:collapse;}
2015-12-19 20:13:51 +01:00
.tabledoc tr td,.tabledoc tr th{border: 1px solid green; padding-left: 5px;}
2015-12-18 21:22:43 +01:00
.shipOn{background-color: black; color: #fff;}