]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/app.css
Merge branch 'master' into zykure/approved
[xonotic/xonstat.git] / xonstat / static / css / app.css
index a179feb02b598617ca4e27a868be59ddaec09ff1..6a273b50968116c01bb735629a4c94e0003b4c74 100644 (file)
@@ -239,6 +239,31 @@ table td {
   float: left;
 }
 
   float: left;
 }
 
+
+/* Teamscores */
+.teamscores tr {
+  background-color: #000;
+}
+.teamscores td {
+  padding: 3px;
+  text-align: center;
+  font-size: 12px;
+  font-weight: bold;
+}
+.teamscores tr.red {
+  background-color: #4d0000;
+}
+.teamscores tr.blue {
+  background-color: #00004d;
+}
+.teamscores tr.yellow {
+  background-color: #4d4d00;
+}
+.teamscores tr.pink {
+  background-color: #4d004d;
+}
+
+
 /* Gametype filters */
 .btn-toolbar .nav > li a {
     width: 80px;
 /* Gametype filters */
 .btn-toolbar .nav > li a {
     width: 80px;