]> git.sesse.net Git - ultimatescore/blobdiff - score.scss
Make the roster scripts executable.
[ultimatescore] / score.scss
index 4f2a0487a7a07a2b58b26ece9cdf3e951a8fc8d8..179e0fa99379a3a90f6942f1c3acf52fb23c3d0b 100644 (file)
@@ -4,8 +4,6 @@ $trondisk: true;
   box-sizing: border-box;
 }
 body {
-  width: 1280px;
-  height: 720px;
   margin: 0;
   padding: 0;
   background: transparent;
@@ -21,7 +19,7 @@ body {
     color: white;
 
     /* Needs to be adjusted per-font! 2px/4px is a good choice for Exo. */
-    --main-padding-top-adjust: 4px;
+    --main-padding-top-adjust: 0px;
     --main-padding-top-large-adjust: 0px;
   } @else {
     font-family: 'Exo', sans-serif;
@@ -60,12 +58,10 @@ body {
     border: 1px solid #ccc;
   }
 }
-.scorebug2 td {
+.scorebug2 td, .scorebug3 td {
   border: 1px solid #ccc8;
 }
 .scorebug2 {
-  /*top: 52px; */
- /* left: 22px; */ 
   left: 1275px;
   top: 13px;
   font-size: 20px;
@@ -75,6 +71,16 @@ body {
   top: 13px;
   font-size: 20px;
 }
+.scorebug3 {
+  left: 1275px;
+  top: 47px;
+  font-size: 20px;
+}
+#clockbug3 {
+  left: 1360px;
+  top: 47px;
+  font-size: 20px;
+}
 .team1color, .team2color {
   width: 12px;
   margin: 5px;
@@ -107,14 +113,14 @@ body {
   }
   padding-top: var(--main-padding-top-adjust);
 }
-#score2_team1, #score2_team2 {
+#score2_team1, #score2_team2, #score3_team1, #score3_team2 {
   @if $trondisk {
     background: linear-gradient(to bottom, #00a8, #0088);
   } @else {
     background: linear-gradient(to bottom, #fff8, #eee8);
   }
 }
-#score2_team1, #score2_team2, #score2_score {
+#score2_team1, #score2_team2, #score2_score, #score3_team1, #score3_team2, #score3_score {
   height: 30px;
 }
 .score {
@@ -128,7 +134,7 @@ body {
   height: 35px;
   padding-top: var(--main-padding-top-adjust);
 }
-#score2_score {
+#score2_score, #score3_score {
   @if $trondisk {
     background: linear-gradient(to bottom, #00c8, #00a8);
   } @else {
@@ -137,7 +143,7 @@ body {
 }
 
 /* Clock, to the right of score */
-.clockbug, .clockbug2 {
+.clockbug, .clockbug2, .clockbug3 {
   position: fixed;
   font-size: 25px;
   left: 352px;
@@ -163,7 +169,7 @@ body {
   padding-top: var(--main-padding-top-adjust);
   width: 90px;
 }
-#clock2 {
+#clock2, #clock3 {
   border: 1px solid #ccc8;
   @if $trondisk {
     background: linear-gradient(to bottom, #00a8, #0088);