updated jquery, moved include to end of html page, removed normalize.css, added bootstrap
[e-DoKo.git] / css / standard.css
index 5c2b9fa0a3950ff7bc561fc5d60cf09161f698b1..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.
  *
@@ -37,7 +37,7 @@ header {
 
 .main {
   background-color: #fff;
-  padding: 0em 0em;
+  padding: 1px 0em;
   margin:  0em 3em;
   padding-bottom: 1em;
 }
@@ -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,15 +136,15 @@ footer .left  { float:left;         font-size:smaller;}
 .joingame,.sickness,.poverty,.total {
  position: absolute;
  background-color: #fff;
+ border-radius: 5px;
  width: 20%;
- top:19em;
- left:40%;
right:40%;
+ top: 30%;
+ left: 40%;
margin: auto;
  text-align: center;
- z-index:22;
+ z-index:42;
 }
 .total {
-    top:11em;
     width: 14%;
     left: 43%;
 }
@@ -144,6 +154,7 @@ footer .left  { float:left;         font-size:smaller;}
  left: -12em;
  top:8em;
  background-color: #eee;
+ padding: 0.3em;
  z-index:15;
 }
 .total .contra {
@@ -151,6 +162,7 @@ footer .left  { float:left;         font-size:smaller;}
  right: -14em;
  top:8em;
  background-color: #eee;
+ padding: 0.3em;
  z-index:15;
 }
 
@@ -184,6 +196,7 @@ div.table div.table1 {
   z-index:20;
   margin: 0 auto;
 }
+
 div.middle {
     position:relative;
     min-height: 6em;
@@ -198,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;
@@ -258,8 +279,8 @@ ul.tricks li {
   display:inline;
 }
 ul.tricks li.old {  background-color:#fff; }
-ul.tricks li:hover {  background-color: #bbb;}
-ul.tricks li.nohighlight:hover {  background-color: #fff;}
+ul.tricks li a:hover {  background-color: #bbb;}
+ul.tricks li.nohighlight a:hover {  background-color: #fff;}
 
 div.tricks {
   position: absolute;
@@ -309,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;
@@ -346,6 +368,7 @@ hr {clear:both;}
   width:10%;
   z-index:30;
 }
+
 .tricks div div.card1 span.comment{
   position:absolute;
   margin:0;
@@ -373,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;
@@ -402,13 +426,13 @@ hr {clear:both;}
   left:47%;
   right:47%;
   height: 40%;
-  text-align:center;
   z-index:30;
 }
-.vorbehalt3{
+.tricks div div.card3 .score, .vorbehalt3{
   left:45%;
   right:45%;
   width:10%;
+  height: 3em;
   text-align:center;
 }
 .tricks div div.card3 span.comment{
@@ -482,15 +506,15 @@ span.comment{
 
 .notes {
   position:absolute;
-  top:27em;
+  top:3em;
   left:0;
   margin:1em;
   margin-top:0em;
-  margin-left:3em;
+  margin-left:2em;
 
   width: 12em;
 
-  border:    2px solid gray;
+  border:  2px solid gray;
 
   padding:0.3em;
 
@@ -610,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 {