summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-09-17 21:36:46 -0700
committerArun Persaud <arun@nubati.net>2012-09-17 21:36:46 -0700
commit25a9eda6b069a6f2e29de3d8c440e9a1c82fd85f (patch)
tree03745117bac353ccd7baea8b1c67d28e2525e2ef /css
parent444d740c6de6a1728421f2b2504a18a3d60d3766 (diff)
downloade-DoKo-25a9eda6b069a6f2e29de3d8c440e9a1c82fd85f.tar.gz
e-DoKo-25a9eda6b069a6f2e29de3d8c440e9a1c82fd85f.tar.bz2
e-DoKo-25a9eda6b069a6f2e29de3d8c440e9a1c82fd85f.zip
Mark the starting player until the game actually starts ;)
just a small text above the player with some CSS
Diffstat (limited to 'css')
-rw-r--r--css/standard.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css
index 3aadbbc..88ff9fd 100644
--- a/css/standard.css
+++ b/css/standard.css
@@ -185,6 +185,7 @@ div.table div.table1 {
z-index:20;
margin: 0 auto;
}
+
div.middle {
position:relative;
min-height: 6em;
@@ -199,6 +200,13 @@ div.table div.table0 {
text-align:center;
z-index:20;
}
+div.table div.table0 .start {
+ background-color: #f00;
+ border-radius: 5px;
+ padding: 3px;
+ margin: 3px;
+}
+
div.table img.table {
width:25%;
z-index:5;