X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=score.css;h=c596902abb5a3e12014e9e61e4c33a9493908aa7;hb=86050e4351c734b617780440cf534c4c615c64bc;hp=69d6f32627d8704410df1deedcd6dbe87e50ab4a;hpb=88b917906a87df7068d5b0d713a212bf878d2286;p=ultimatescore diff --git a/score.css b/score.css index 69d6f32..c596902 100644 --- a/score.css +++ b/score.css @@ -15,7 +15,7 @@ body { } body { font-family: 'Exo', sans-serif; - color: #222; + color: white; } /* Score */ @@ -26,11 +26,11 @@ body { top: 10px; border-collapse: collapse; white-space: nowrap; - border: 1px solid #ccc; + border: 1px solid black; z-index: 1; } .scorebug td { - border: 1px solid #ccc; + border: 1px solid #000; } .team1color, .team2color { width: 12px; @@ -38,23 +38,23 @@ body { } .team1color { background-color: red; - background-image: linear-gradient(to right, rgba(255,255,255,0.2), rgba(255,255,255,0.05) 3px, rgba(255,255,255,0)); + background-image: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.05) 3px, rgba(0,0,0,0)); } .team2color { background-color: green; - background-image: linear-gradient(to left, rgba(255,255,255,0.2), rgba(255,255,255,0.05) 3px, rgba(255,255,255,0)); + background-image: linear-gradient(to left, rgba(0,0,0,0.2), rgba(0,0,0,0.05) 3px, rgba(0,0,0,0)); } .team1, .team2 { font-weight: bold; width: 100px; text-align: center; height: 35px; - background: linear-gradient(to bottom, #fff, #eee); + 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, #fff, #eee); + background: linear-gradient(to bottom, #00c, #00a); width: 110px; height: 35px; padding-top: 2px; /* needs to be adjusted per-font! */ @@ -68,11 +68,11 @@ body { top: 10px; border-collapse: collapse; white-space: nowrap; - border: 1px solid #ccc; + border: 1px solid black; } .clock { - border: 1px solid #ccc; - background: linear-gradient(to bottom, #fff, #eee); + border: 1px solid #000; + background: linear-gradient(to bottom, #00a, #008); text-align: center; height: 36px; padding-top: 2px; @@ -97,11 +97,11 @@ body { top: 52px; border-collapse: collapse; white-space: nowrap; - border: 1px solid #ccc; + border: 1px solid black; } .comment { - border: 1px solid #ccc; - background: linear-gradient(to bottom, #fff, #eee); + border: 1px solid #000; + background: linear-gradient(to bottom, #00a, #008); text-align: center; height: 30px; width: 334px; @@ -126,7 +126,7 @@ body { top: 520px; border-collapse: collapse; white-space: nowrap; - border: 1px solid #ccc; + border: 2px solid #ccc; height: 118px; font-weight: bold; width: 1050px; @@ -174,7 +174,7 @@ body { width: 600px; border-collapse: collapse; white-space: nowrap; - border: 1px solid #6ad; + border: 1px solid black; /*display: flex; align-items: center; */ /*background: linear-gradient(to right, #44c, #33a 15px); */ @@ -300,7 +300,7 @@ body { } #carousel tr { /* background: rgba(0, 0, 170, 0.8); */ - background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 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; } @@ -412,11 +412,11 @@ body { @-webkit-keyframes scale-in { 0% { width: 1050px; - border: 1px solid #ccc; + border: 2px solid #ccc; } 100% { width: 0px; - border: 1px solid #ccc; + border: 2px solid #ccc; } } @-webkit-keyframes scale-in-no-border { @@ -437,7 +437,7 @@ body { } 20% { width: 0px; - border: 1px solid #6ad; + border: 1px solid black; } 100% { width: 600px; @@ -446,11 +446,11 @@ body { @-webkit-keyframes scale-in-small { 0% { width: 600px; - border: 1px solid #6ad; + border: 1px solid black; } 80% { width: 0px; - border: 1px solid #6ad; + border: 1px solid black; } 80.01% { border: 0px;