]> git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/app.css
Adding teamscores to game_info view
[xonotic/xonstat.git] / xonstat / static / css / app.css
index 6a273b50968116c01bb735629a4c94e0003b4c74..a10d9a6b7e1ae9a6fabecf87048246389f01d302 100644 (file)
@@ -179,6 +179,28 @@ table td {
     background-color: #222;
 }
 
+.teamscore {
+  text-align: right;
+  text-shadow: -1px -1px 0 #222;
+  font-size: 200%;
+  font-weight: bold;
+  padding: 10px 7px;
+  margin-right: 10px;
+  margin-top: 20px;
+}
+.teamscore .red {
+  color: #ad0000;
+}
+.teamscore .blue {
+  color: #0000ad;
+}
+.teamscore .yellow {
+  color: #adad00;
+}
+.teamscore .pink {
+  color: #ad00ad;
+}
+
 /* accuracy and weapon graphs */
 .weapon-nav {
   height: 70px;
@@ -267,7 +289,7 @@ table td {
 /* Gametype filters */
 .btn-toolbar .nav > li a {
     width: 80px;
-} 
+}
 
 .btn.dropdown-toggle, .btn.dropdown-toggle:active {
     background: none;