]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/style.css
Merge branch 'search'
[xonotic/xonstat.git] / xonstat / static / css / style.css
index 27640efd340b8336cd3e0ba6b569c9271d0a0959..2dde72c7d851f875e3cd94db69bf8894c2cceda5 100755 (executable)
@@ -79,6 +79,10 @@ td {
        border:1px solid #436688;
        font-size:10px;
        padding:4px;
+       vertical-align: middle;
+}
+td.gt_icon {
+    text-align: center;
 }
 blockquote {
        font-size:14px;
@@ -97,7 +101,7 @@ code {
        margin:12px 15px;
        white-space: pre;
 }
-table { width:100%; }
+/*table { width:100%; }*/
 input { font-family: 'Xolonium', 'Arial', 'Helvetica'; }
 /* helpers */
 .clearfix:after {
@@ -114,7 +118,7 @@ input { font-family: 'Xolonium', 'Arial', 'Helvetica'; }
        width:1052px;
        background: transparent url('img/web_background_l2.png') no-repeat center top;
        margin:0 auto;
-       padding-top:244px;
+       padding-top:200px;
 }
 #content {
        position:relative;
@@ -133,6 +137,10 @@ input { font-family: 'Xolonium', 'Arial', 'Helvetica'; }
        top:-48px;
        color:#DCE9F5;
 }
+.table_block {
+    float: left;
+    padding-right: 25px;
+}
 .window {
        border-width: 56px 56px 56px;
        -moz-border-image: url(img/web_border.png) 85 85 85 stretch;
@@ -183,13 +191,19 @@ input { font-family: 'Xolonium', 'Arial', 'Helvetica'; }
        text-align:center;
 }
 
+/* pagination */
+.pagination {
+    padding-right: 8px;
+}
+
+
 /* drop-down navigation */
-.nav, .nav ul { 
+.nav, .nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
 }
+
 .nav {
   z-index: 100;
   position: relative;
@@ -206,13 +220,13 @@ input { font-family: 'Xolonium', 'Arial', 'Helvetica'; }
   padding: 0;
   text-decoration:none;
 }
+
 .nav li a:hover {
        background-color:#111 !important;
        color:#fff !important;
        text-shadow:1px 1px 3px #5A8BBC !important;
 }
+
 .nav ul {
   border-bottom: 1px solid #000;
   list-style: none;
@@ -327,7 +341,7 @@ input[type=text]:hover, .textbox:hover { background-position:-128px -32px; }
        padding-left: 40px;
        padding-top: 3px;
        margin: 5px;
-       height: 32px;   
+       height: 32px;
        display: inline-block;
        cursor:pointer;
 }
@@ -342,9 +356,9 @@ input[type=text]:hover, .textbox:hover { background-position:-128px -32px; }
        padding-left: 60px;
        padding-top: 3px;
        margin: 5px;
-       height: 64px;   
+       height: 64px;
        width: 64px;
-       display: block; 
+       display: block;
        float: left;
        cursor:pointer;
 }
@@ -360,9 +374,14 @@ input[type=text]:hover, .textbox:hover { background-position:-128px -32px; }
     margin-bottom: 10px;
     width:100%;
 }
-
+#player-index-table, #server-index-table{
+    width: 600px;
+}
+#map-index-table {
+    width: 300px;
+}
 #recent-games {
-    width: 610px;
+    width: 950px;
 }
 #recent-games_filter {
        position: absolute;
@@ -394,7 +413,15 @@ tr.odd.blue {
        background-color:#000F4C;
 }
 tr.even.blue {
-       background-color:#571612;
+       background-color:#000F4C;
+}
+#search_form td {
+    border: none;
+}
+
+/* column-specific table widths */
+.create-dt{
+    width: 150px;
 }
 
 /* Containers */
@@ -425,11 +452,15 @@ tr.even.blue {
        box-shadow: 0 0 3px 1px;
        min-width:700px;
 }
+
+.game img {
+  float: left;
+}
 .game h3 {
        color:#93B1CF;
        text-shadow:1px 1px 2px #000;
        padding:4px 4px 8px;
-       margin:0;
+       margin: 20px 0 0 0;
 }
 .game h3 a {
        color:#C5DCF3;