updated css/js libraries
[e-DoKo.git] / css / standard.css
index 90d44ac7d35ff59711c56327485f63b2b92c6453..da3e5ae1c43c1d91e3a11202a3aa5746236e5bf7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Arun Persaud <arun@nubati.net>
  *
  *   This file is part of e-DoKo.
  *
  *
  *   This file is part of e-DoKo.
  *
@@ -17,8 +17,8 @@
  *
  */
 body {
  *
  */
 body {
-  background-color: #ddd;
-  padding-top: 25px;
+  background-color: #fff;
+  padding-top: 70px;
 }
 /* the header, footer, etc */
 header {
 }
 /* the header, footer, etc */
 header {
@@ -27,14 +27,6 @@ header {
   padding-top: 1.5em;
   border-bottom: 3px solid gray;
 }
   padding-top: 1.5em;
   border-bottom: 3px solid gray;
 }
-.lastlogin {
-  position: absolute;
-  top: 0;
-  left: 3em;
-}
-.lastlogin span {
-  font-size: smaller;
-}
 .main {
   background-color: #fff;
   padding: 1px 0em;
 .main {
   background-color: #fff;
   padding: 1px 0em;
@@ -478,6 +470,10 @@ span.comment {
   background-color: #efaaaa;
   text-align: center;
 }
   background-color: #efaaaa;
   text-align: center;
 }
+.user {
+    margin-left: 5%;
+    margin-right: 5%;
+}
 .usermenu {
   text-align: center;
   padding: 0.7em;
 .usermenu {
   text-align: center;
   padding: 0.7em;
@@ -498,27 +494,6 @@ span.comment {
   overflow: auto;
   z-index: 50;
 }
   overflow: auto;
   z-index: 50;
 }
-.user {
-  margin-left: 25%;
-  margin-right: 5%;
-}
-div.user ul {
-  list-style: none;
-  padding: 0px;
-}
-div.user ul li {
-  position: relative;
-  padding: 3px;
-  margin: 0px;
-  width: 80%;
-  min-height: 1.2em;
-  border-left: 2px solid #babdb6 ;
-  border-right: 2px solid #babdb6 ;
-  border-bottom: 2px solid #babdb6 ;
-}
-div.user ul li:first-child {
-  border-top: 2px solid #babdb6 ;
-}
 .gamessession {
   display: none;
 }
 .gamessession {
   display: none;
 }
@@ -535,7 +510,6 @@ div.user ul li:first-child {
 }
 .user .gameshidesession,
 .user .gamesshowsession {
 }
 .user .gameshidesession,
 .user .gamesshowsession {
-  float: right;
   width: 10em;
 }
 .wide {
   width: 10em;
 }
 .wide {
@@ -557,19 +531,6 @@ div.user ul li:first-child {
 .cardinput:hover {
   background-color: red;
 }
 .cardinput:hover {
   background-color: red;
 }
-.gamestatuspre {
-  padding: 0 0.3em;
-  background-color: #f57900;
-}
-.gamestatusover {
-  padding: 0 0.3em;
-  background-color: #e9b96e ;
-  color: #fff;
-}
-.gamestatusplay {
-  padding: 0 0.3em;
-  background-color: #8ae234;
-}
 /* statistics using jquery*/
 caption {
   text-align: center;
 /* statistics using jquery*/
 caption {
   text-align: center;
@@ -668,17 +629,6 @@ table.openid th {
 }
 /* special layout for mobile devices */
 @media only screen and (max-width: 600px) {
 }
 /* special layout for mobile devices */
 @media only screen and (max-width: 600px) {
-  .nav > li > a .navhide {
-    display: none;
-  }
-  .lastlogin {
-    position: relative;
-    left: 0em;
-    top: 0em;
-    width: 100%;
-    text-align: center;
-    border-top: 1px solid gray;
-  }
   .session div.sessionscore div {
     right: 0em;
   }
   .session div.sessionscore div {
     right: 0em;
   }
@@ -697,10 +647,6 @@ table.openid th {
     overflow: auto;
     z-index: 0;
   }
     overflow: auto;
     z-index: 0;
   }
-  .user {
-    margin-left: 5%;
-    margin-right: 5%;
-  }
   .message {
     position: relative;
     background-color: #fff;
   .message {
     position: relative;
     background-color: #fff;
@@ -720,9 +666,7 @@ table.openid th {
     font-size: smaller;
   }
 }
     font-size: smaller;
   }
 }
-.pagination {
-  text-align: center;
-}
-.nav > li > img {
-  height: 16.666666666666668px;
+
+img.grav {
+  height: 50px;
 }
 }