move #tricks to new line and center it
[e-DoKo.git] / css / standard.css
index bff7d8a6830891b0e112f7bcfbd2d2b275177979..5624cb5bc5cd83a696c14ea6e21dbd2708c74e1f 100644 (file)
  *
  */
 
-/* reset CSS (taken from blueprint and modified a bit) */
-
-html, body, div, span,
-h1, h2, h3, h4, h5, h6, p,
-a,img,  dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, tbody, tfoot, thead, tr, th, td {
-  margin: 0;
-  padding: 0;
-  border: 0;
-  vertical-align: baseline;
-}
-table { border-collapse: separate; border-spacing: 0; }
-caption, th, td { text-align: left; font-weight: normal; }
-table, td, th { vertical-align: middle; }
-
-/*  end reset */
-
-/* some general layout */
-h1, h2, h3, h4, h5, h6, p {margin: 2px; padding: 1px;}
-
 body { background-color: #ddd; }
 
-
 /* the header, footer, etc */
 header {
   background-color: #fff;
   text-align:       center;
   height:           4em;
   padding-top: 1.5em;
-  margin-left: 3em;
-  margin-right: 3em;
+  margin: 0em 3em;
   border-bottom:    3px solid gray;
 }
 
@@ -61,8 +38,8 @@ header {
 
 .main {
   background-color: #fff;
-  margin-left: 3em;
-  margin-right: 3em;
+  margin: 0em 3em;
+  padding: 1em 0em;
   min-height: 40em;
 }
 
@@ -207,7 +184,7 @@ div.table img.table {
 div.table div {
   /*background-color:green;*/
   position:absolute;
-  width:12.5%;
+  width:10.5%;
   text-align:center;
   z-index:20;
 }
@@ -725,6 +702,7 @@ div.table div img.gravatar, img.gravatar  {
     width:  4em;
     height: 4em;
     border: 3px solid #aaa;
+    float:left;
 }
 
 div img.button {
@@ -732,6 +710,12 @@ div img.button {
     width: 2em;
 }
 
+div span.numberoftricks {
+    text-align:center;
+    clear:both;
+    display:block;
+}
+
 .highcall {
     background-color: #fc3;
 }