X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=score.css;h=0810921d72c16517c9a647494bc1e1d2ae703337;hb=56c7b14d7113dce870f3b95134092e80eb1a657e;hp=01dcbd1b6faf167ba398f1f5a4a687ec0406468b;hpb=fa0675bc762138c265795b881f6b43a52e07d8ab;p=ultimatescore diff --git a/score.css b/score.css index 01dcbd1..0810921 100644 --- a/score.css +++ b/score.css @@ -1,20 +1,20 @@ * { - -webkit-box-sizing: border-box; - Box-Sizing: border-box; - -webkit-backface-visibility: hidden; - -webkit-transition: translate3d(0,0,0); + box-sizing: border-box; } -html, body { +body { width: 1280px; height: 720px; margin: 0; padding: 0; background: transparent; overflow: hidden; - -webkit-font-smoothing: antialiased !important; + + /* 720p -> 1080p */ + /* transform: scale(1.5); + transform-origin: top left; */ } body { - font-family: 'Lato', sans-serif; + font-family: 'Exo', sans-serif; color: white; } @@ -50,12 +50,14 @@ body { text-align: center; height: 35px; background: linear-gradient(to bottom, #00a, #008); + padding-top: 2px; /* needs to be adjusted per-font! */ } .score { text-align: center; background: linear-gradient(to bottom, #00c, #00a); width: 110px; height: 35px; + padding-top: 2px; /* needs to be adjusted per-font! */ } /* Clock, to the right of score */ @@ -131,6 +133,9 @@ body { background-image: url(lowerthird-bg.png); color: black; /* padding-top: 20px; */ + display: flex; + align-items: center; + vertical-align: middle; } .lowerthird-headline-hidden { width: 0px; @@ -146,6 +151,7 @@ body { .lowerthird-headline-content { padding-left: 20px; position: absolute; + padding-top: 4px; /* needs to be adjusted per-font! */ } .lowerthird-headline-content-hidden { clip: rect(0px,0px,200px,0px); @@ -156,12 +162,13 @@ body { .lowerthird-headline-content-animate-out { -webkit-animation: wipe-in 2.0s ease; clip: rect(0px,0px,200px,0px); + -webkit-animation-fill-mode: both; } .lowerthird-subheading { position: fixed; font-size: 24px; left: 40px; - top: 637px; + top: 638px; height: 40px; width: 500px; border-collapse: collapse; @@ -171,6 +178,8 @@ body { align-items: center; */ /*background: linear-gradient(to right, #44c, #33a 15px); */ background-image: url(lowerthird-bg2.png); + display: flex; + align-items: center; } .lowerthird-subheading-hidden { clip: rect(0px,0px,200px,0px); @@ -187,6 +196,7 @@ body { .lowerthird-subheading-content { position: absolute; padding-left: 20px; + padding-top: 2px; /* needs to be adjusted per-font! */ } .lowerthird-subheading-content-hidden { width: 0px; @@ -285,7 +295,7 @@ body { } #carousel tr { /* background: rgba(0, 0, 170, 0.8); */ - background: linear-gradient(to bottom, rgba(0, 0, 170, 0.8), rgba(0, 0, 130, 0.8)); + background: linear-gradient(to bottom, rgba(0, 0, 170, 0.9), rgba(0, 0, 130, 0.9)); /* -webkit-animation: fade-in calc(counter(rowNumber) * 1.0)s ease; */ -webkit-animation: fade-in calc(counter-value(rowNumber) * 1.0s) ease; } @@ -323,6 +333,25 @@ body { text-transform: none; } +/* roster */ +#carousel .playerpadding { + font-size: 25px; + background: rgba(0,0,0,0); +} +#carousel th.playernum, #carousel .playername { + font-size: 35px; +} +#carousel th.playernum { + text-align: center; + padding-right: 8px; + padding-left: 0px; margin-left: 0px; + width: 80px; +} +#carousel .playername { + text-transform: none; + width: auto; +} + .nplayed, .gd, .pts { text-align: center; }