X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=score.css;h=f35086a616e018e38dd7d5bdc662ac73d341360e;hb=742194d6c8b42570e529c6099fa8125ad9e423f2;hp=6e20d2cf2dee8ea0aae89e66b164c3af36b0ae51;hpb=12b0a68e1897b34861ba10a78c28f024efb21f2d;p=ultimatescore diff --git a/score.css b/score.css index 6e20d2c..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; @@ -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%); }