summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--play.html59
1 files changed, 29 insertions, 30 deletions
diff --git a/play.html b/play.html
index d478f12..3b323c0 100644
--- a/play.html
+++ b/play.html
@@ -117,29 +117,11 @@ main {
.player_pool {
width: 500px;
- background-color: #0002;
- margin: 0 auto;
-}
-
-#player1 .player_pool {
- margin: 0 auto 23px auto;
- border-radius: 0 0 24px 24px;
- padding-bottom: 4px;
-}
-
-#player2 .player_pool {
- margin: 23px auto 0 auto;
- border-radius: 24px 24px 0 0;
- padding-top: 4px;
-}
-
-/*
-.player_pool {
- margin: 23px auto;
+ background-color: #0003;
+ padding: 8px;
border-radius: 24px;
- padding: 4px;
+ margin: 24px auto;
}
-*/
.player_name {
color: antiquewhite;
@@ -148,7 +130,7 @@ main {
text-align: center;
font-style: italic;
font-family: "Source Serif";
- //padding: 4px;
+ padding: 4px;
}
.table_pool {
@@ -170,14 +152,6 @@ main {
#player1 .table_reserve, #player1 .table_front { align-items: end; }
#player2 .table_reserve, #player2 .table_front { align-items: start; }
-.table_front {
- min-height: 509px;
-}
-
-.table_reserve {
- background-color: #0002;
-}
-
#player1 .table_reserve { padding: 24px 24px 0 24px; }
#player2 .table_reserve { padding: 0 24px 24px 24px; }
@@ -185,6 +159,31 @@ main {
flex-direction: row-reverse;
}
+.table_front {
+ min-height: 509px;
+}
+
+
+/* RESERVE OPTIONS */
+
+/*
+.table_reserve { background-color: #0001; }
+*/
+
+/*
+.table_reserve { background-color: #f002; }
+.table_front { background-color: #0f02; }
+.slot { background-color: #00f2; }
+*/
+
+/*
+.table_reserve { background-color: #0001; }
+.player_pool { background-color: #0001; }
+#player1 .player_pool { margin: 0 auto 24px auto; border-radius: 0 0 24px 24px; }
+#player2 .player_pool { margin: 24px auto 0 auto; border-radius: 24px 24px 0 0; }
+*/
+
+
/* CARD SLOTS */
.slot_cubes {