]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Switch to a different spreadsheet.
[ultimatescore] / score.css
index 02edc2b02a4708b9b5d0c311d888947443dd62a9..664562e43972656bdbd6232cbe928f886701998a 100644 (file)
--- a/score.css
+++ b/score.css
@@ -33,7 +33,7 @@ body {
   border: 1px solid #000;
 }
 .team1color, .team2color {
-  width: 15px;
+  width: 12px;
   margin: 5px;
 }
 .team1color {
@@ -62,7 +62,7 @@ body {
 .clockbug {
   position: fixed;
   font-size: 25px;
-  left: 360px;
+  left: 352px;
   top: 10px;
   border-collapse: collapse;
   white-space: nowrap;
@@ -101,7 +101,7 @@ body {
   background: linear-gradient(to bottom, #00a, #008);
   text-align: center;
   height: 30px;
-  width: 340px;
+  width: 334px;
 }
 
 .commentbug-hidden {
@@ -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;
 }