]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Pull the schedule requests in parallel.
[ultimatescore] / score.css
index 5e353eeba9f8d1a5dac06a6542a620638993e6a8..60febc42ce20df8975fb27f2d0e817a229fc9d98 100644 (file)
--- a/score.css
+++ b/score.css
@@ -266,6 +266,19 @@ body {
 #carousel td.team {
   width: auto;
 }
+
+/* schedule */
+#carousel td.matchup {
+  padding-left: 0.7em;
+  width: auto;
+}
+#carousel td.group {
+  text-transform: none;
+}
+#carousel .streamtime {
+  text-align: center;
+}
+
 .nplayed, .gd, .pts {
   text-align: center;
 }
@@ -385,9 +398,17 @@ body {
 }
 @-webkit-keyframes fade-in {
   0% {
-    opacity: 0.0001;
+    opacity: 0;
   }
   100% {
     opacity: 1;
   }
 }
+@-webkit-keyframes fade-out {
+  0% {
+    opacity: 1;
+  }
+  100% {
+    opacity: 0;
+  }
+}