]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Support having a second scorebug for a second BT6000-controlled match.
[ultimatescore] / score.css
index 6e20d2cf2dee8ea0aae89e66b164c3af36b0ae51..f35086a616e018e38dd7d5bdc662ac73d341360e 100644 (file)
--- a/score.css
+++ b/score.css
@@ -41,6 +41,18 @@ body {
 .scorebug td {
   border: 1px solid #000;
 }
+.scorebug2 {
+  /*top: 52px; */
+ /* left: 22px; */ 
+  left: 1275px;
+  top: 13px;
+  font-size: 20px;
+}
+#clockbug2 {
+  left: 1360px;
+  top: 13px;
+  font-size: 20px;
+}
 .team1color, .team2color {
   width: 12px;
   margin: 5px;
@@ -61,6 +73,12 @@ body {
   background: linear-gradient(to bottom, #00a, #008);
   padding-top: var(--main-padding-top-adjust);
 }
+#score2_team1, #score2_team2 {
+  background: linear-gradient(to bottom, #00a8, #0088);
+}
+#score2_team1, #score2_team2, #score2_score {
+  height: 30px;
+}
 .score {
   text-align: center;
   background: linear-gradient(to bottom, #00c, #00a);
@@ -68,9 +86,12 @@ body {
   height: 35px;
   padding-top: var(--main-padding-top-adjust);
 }
+#score2_score {
+  background: linear-gradient(to bottom, #00c8, #00a8);
+}
 
 /* Clock, to the right of score */
-.clockbug {
+.clockbug, .clockbug2 {
   position: fixed;
   font-size: 25px;
   left: 352px;
@@ -87,6 +108,10 @@ body {
   padding-top: var(--main-padding-top-adjust);
   width: 90px;
 }
+#clock2 {
+  background: linear-gradient(to bottom, #00a8, #0088);
+  height: 30px;
+}
 .clockbug-hidden {
   -webkit-transform:translateX(-200%);
 }