LAYOUT/BUGFIX: fixed wrong scaling of cards that was introduced a few commits earlier
[e-DoKo.git] / css / standard.css
index a6d50142601387e50ea20520cb5572729cee67a0..ea6cbe536342b3ffa9fd2c47ed99c0eae8f20900 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2006, 2007, 2008, 2009, 2010 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arun Persaud <arun@nubati.net>
  *
  *   This file is part of e-DoKo.
  *
@@ -58,6 +58,16 @@ footer .left  { float:left;         font-size:smaller;}
   font-size: smaller;
 }
 
+.WIP {
+  background-color: #efaaaa;
+  text-size: larger;
+  text-align: center;
+  margin: 30px 10% ;
+  border-radius: 5px;
+  border: 2px solid red;
+  padding: 10px;
+}
+
 /* sessions */
 .session {
   border-bottom: 1px solid #000;
@@ -126,12 +136,13 @@ footer .left  { float:left;         font-size:smaller;}
 .joingame,.sickness,.poverty,.total {
  position: absolute;
  background-color: #fff;
+ border-radius: 5px;
  width: 20%;
  top: 30%;
  left: 40%;
  margin: auto;
  text-align: center;
- z-index:22;
+ z-index:42;
 }
 .total {
     width: 14%;
@@ -185,6 +196,7 @@ div.table div.table1 {
   z-index:20;
   margin: 0 auto;
 }
+
 div.middle {
     position:relative;
     min-height: 6em;
@@ -199,6 +211,14 @@ div.table div.table0 {
   text-align:center;
   z-index:20;
 }
+div.table div.table0 .start {
+  background-color: #efaaaa;
+  border-radius: 5px;
+  padding: 3px;
+  padding-bottom: 1px;
+  margin: 3px;
+}
+
 div.table img.table {
   width:25%;
   z-index:5;
@@ -310,11 +330,12 @@ hr {clear:both;}
 }
 
 .vorbehalt0 {
-  left:37.5%;
-  right:57.5%;
+  left:33.5%;
+  right:59.5%;
   width:10%;
   text-align:left;
 }
+
 .tricks div div.card0 span.comment{
   position:absolute;
   margin:0;
@@ -347,6 +368,7 @@ hr {clear:both;}
   width:10%;
   z-index:30;
 }
+
 .tricks div div.card1 span.comment{
   position:absolute;
   margin:0;
@@ -374,11 +396,12 @@ hr {clear:both;}
   z-index:30;
 }
 .vorbehalt2{
-  left:auto;
-  right:38%;
+  left:56%;
+  right:34%;
   width:10%;
   text-align:right;
 }
+
 .tricks div div.card2 span.comment{
   position:absolute;
   margin:0;
@@ -611,6 +634,7 @@ table.stats thead tr .header {
     background-image: url(bg.png);
     background-repeat: no-repeat;
     background-position: center right;
+    padding-right: 15px;
     cursor: pointer;
 }
 table.stats tbody td {