]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/style.css
adapted z's search engine hints and header
[xonotic/xonstat.git] / xonstat / static / css / style.css
index 3572e43c08816f220e8681a3266c23d01d51d955..ffc7d24bb2937e7bfac571e06e9d33dce8c73ffe 100755 (executable)
@@ -3399,6 +3399,7 @@ a.thumbnail:hover {
   -moz-border-image: url(img/web_border.png) 85 85 85 stretch;
   -webkit-border-image: url(img/web_border.png) 72 85 85 stretch;
   -o-border-image: url(img/web_border.png) 96 96 96 stretch;
+  background-color: #000000;
   border-image: url(img/web_border.png) 96 96 96 stretch;
   border-width: 40px;
   left: -40px;
@@ -3424,3 +3425,78 @@ a.thumbnail:hover {
 #navsearch select {
   width: 80px;
 }
+
+header {
+  height:0;
+}
+header a {
+  position:absolute;
+  top:20px;
+  left:180px;
+  display:block;
+  height:210px;
+  width:0;
+  padding-left:660px;
+  overflow:hidden;
+}
+header h2 { display:none; }
+
+/* Game scoreboard */
+.game {
+  background-image: -moz-linear-gradient(center bottom , #062C52, #041B33);
+  border: 1px solid #A4B7CA;
+  border-radius: 7px 7px 7px 7px;
+  box-shadow: 0 0 3px 1px;
+  float: left;
+  margin-bottom: 30px;
+  min-width: 700px;
+  padding: 10px 7px;
+}
+.game a {
+    color: #CCC;
+}
+.game a:hover {
+    color: #d95f00;
+    text-decoration: none;
+}
+.game tr {
+    background-color: #000;
+}
+.game tr.red {
+  background-color: #571612;
+}
+.game tr.blue {
+  background-color: #000F4C;
+}
+.game tr:hover {
+    background-color: #222;
+}
+
+/* accuracy and weapon graphs */
+.weapon-nav {
+  height: 70px;
+  margin-bottom: 20px;
+}
+.weapon-nav ul {
+  display: block;
+  list-style: none outside none;
+}
+.weapon-nav li {
+  cursor: pointer;
+  float: left;
+  margin-right: 10px;
+}
+.weapon-nav li:hover {
+  border-bottom: 2px solid #001021;
+}
+.weapon-nav .weapon-active {
+  border-bottom: 2px solid #436688;
+}
+.weapon-nav p {
+  text-align: center;
+}
+
+.flot table, .flot td {
+       border: 0;
+}
+