X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=score.scss;h=6f33fa36434cdcbdf14a882778a0e7f3853425d6;hb=4d2991a8d05b23222912fb904b436af5f4d740c2;hp=e01009213085aa8860263d54e9a76565de3574ae;hpb=af0610ded77736d2f42736cc7ac9e34fb8c85f12;p=ultimatescore diff --git a/score.scss b/score.scss index e010092..6f33fa3 100644 --- a/score.scss +++ b/score.scss @@ -1,4 +1,4 @@ -$trondisk: true; +$trondisk: false; * { box-sizing: border-box; @@ -60,12 +60,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 +73,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 +115,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 +136,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 +145,7 @@ body { } /* Clock, to the right of score */ -.clockbug, .clockbug2 { +.clockbug, .clockbug2, .clockbug3 { position: fixed; font-size: 25px; left: 352px; @@ -163,7 +171,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);