]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Fix tally for SBS.
[ultimatescore] / score.css
index 01dcbd1b6faf167ba398f1f5a4a687ec0406468b..ba0981afba6e098e51b3e7299d951fbff638669b 100644 (file)
--- a/score.css
+++ b/score.css
@@ -1,17 +1,17 @@
 * {
-  -webkit-box-sizing: border-box;
-  Box-Sizing: border-box;
-  -webkit-backface-visibility: hidden;
-  -webkit-transition: translate3d(0,0,0);
+  box-sizing: border-box;
 }
-html, body {
+body {
   width: 1280px;
   height: 720px;
   margin: 0;
   padding: 0;
   background: transparent;
   overflow: hidden;
-  -webkit-font-smoothing: antialiased !important;
+
+  /* 720p -> 1080p */
+  /* transform: scale(1.5);
+  transform-origin: top left; */
 }
 body {
   font-family: 'Lato', sans-serif;
@@ -285,7 +285,7 @@ body {
 }
 #carousel tr {
   /* background: rgba(0, 0, 170, 0.8); */
-  background: linear-gradient(to bottom, rgba(0, 0, 170, 0.8), rgba(0, 0, 130, 0.8));
+  background: linear-gradient(to bottom, rgba(0, 0, 170, 0.9), rgba(0, 0, 130, 0.9));
   /* -webkit-animation: fade-in calc(counter(rowNumber) * 1.0)s ease; */
   -webkit-animation: fade-in calc(counter-value(rowNumber) * 1.0s) ease;
 }
@@ -323,6 +323,25 @@ body {
   text-transform: none;
 }
 
+/* roster */
+#carousel .playerpadding {
+  font-size: 25px;
+  background: rgba(0,0,0,0);
+}
+#carousel th.playernum, #carousel .playername {
+  font-size: 35px;
+}
+#carousel th.playernum {
+  text-align: center;
+  padding-right: 8px;
+  padding-left: 0px; margin-left: 0px;
+  width: 80px;
+}
+#carousel .playername {
+  text-transform: none;
+  width: auto;
+}
+
 .nplayed, .gd, .pts {
   text-align: center;
 }