diff --git a/index.css b/index.css index d273674..579b0aa 100644 --- a/index.css +++ b/index.css @@ -1,17 +1,15 @@ -table, -th, -td { +.playfields, +.cellx{ border: 1px solid white; border-collapse: collapse; } td > div{ color: white; } -tr, -td{ +.cellx{ text-align: center; height: 100%; - padding: 0.4%; + padding: 0.78%; } #playfield { width: 100%; @@ -19,20 +17,14 @@ td{ } #localdiv, #remotediv { - width: 70%; - height: 70%; - float: center; - padding-top: 1%; - padding-bottom: 1%; + width: 100%; + height: 100%; } #localauxdiv, #remoteauxdiv { - width: 25%; - height: 25%; + width: 100%; + height: 100%; float: center; - padding-top: 1%; - padding-bottom: 1%; - padding-left: 1%; } #local, #remote { @@ -48,10 +40,39 @@ td{ table-layout: fixed; object-fit: contain; } -#playfield { - display: flex; - flex-wrap: wrap; -} body{ - background-color: black; + background-color: #666; +} +#maingrids{ + width: 100%; + height: 100%; +} +.mainboards{ + width: 68%; + height: 100%; + display: inline-block; +} +.auxboards{ + width: 30%; + height: 100%; + display: inline-block; + padding-left: 1%; +} +#locals, +#remotes{ + height: 50%; + table-layout: fixed; + object-fit: contain; +} +.localcellx{ + background-color: #00ff00; +} +.remotecellx{ + background-color: #ff0000; +} +.localauxcellx{ + background-color: #00cc00; +} +.remoteauxcellx{ + background-color: #cc0000; } \ No newline at end of file diff --git a/index.html b/index.html index d2510db..09ee8bc 100644 --- a/index.html +++ b/index.html @@ -11,22 +11,36 @@
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+
+
+
+ |
+