bugfix: when setting the winner for a trick a reload of the page was posiible causing...
[e-DoKo.git] / standard.css
index 3288da4b8391cf3e569723ed64212575836b46ef..346e0e5ea3ffe6e7be4c86ed3ebdf45679249796 100644 (file)
@@ -1,4 +1,11 @@
 
+.header
+{
+  text-align:center;
+  border-bottom: 3px solid gray;
+}
+
+
 .trick
 {
   position:relative;
@@ -131,6 +138,18 @@ div.card3
   left:140px;
 }
 
+.card2 span span
+{
+   position:relative;
+   left:-80px;
+}
+
+.card3 span span
+{ 
+  position:relative;
+  top:-40px;
+}
+
 span.comment
 {
   text-decoration:underline;
@@ -141,6 +160,7 @@ span.comment
   text-decoration:none;
 }
 
+/* hide comments */
 .table div span span
 {
   position: absolute;
@@ -161,18 +181,8 @@ span.comment
  display:block;
 }
 
-.card2 span span
-{
-   position:relative;
-   left:-80px;
-}
-
-.card3 span span
-{ 
-  position:relative;
-  top:-40px;
-}
 
+/* background image for the table */
 .background0
 {
    background:url(pics/stable0.png) no-repeat 60px 60px;
@@ -189,6 +199,7 @@ span.comment
 {
    background:url(pics/stable3.png) no-repeat 60px 60px;
 }
+
 div.back0
 {
    background:url(pics/table0.png) no-repeat 100px 100px;