X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=score.css;h=f35086a616e018e38dd7d5bdc662ac73d341360e;hb=b2f520916cf152c9d2c868f9181369127b485a12;hp=db72488207cbae47882270d2ee0667a2ca6cffae;hpb=82ee55fc074cb97c9427c0cce37c41c31b8c7a4e;p=ultimatescore diff --git a/score.css b/score.css index db72488..f35086a 100644 --- 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; @@ -83,10 +104,14 @@ body { border: 1px solid #000; background: linear-gradient(to bottom, #00a, #008); text-align: center; - height: 36px; + height: 35px; 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%); }