changed scoreboard styling

This commit is contained in:
Jack Miner 2016-02-23 17:08:23 -07:00
parent 9201c735de
commit 619a71f1b8
1 changed files with 18 additions and 15 deletions

View File

@ -210,27 +210,30 @@ nav li + li:before {
width: 100%; width: 100%;
clear: both; clear: both;
background: rgba(25, 0, 6, 0.8); background: rgba(25, 0, 6, 0.8);
position: relative;
} }
#scoreboard span { #scoreboard div {
font-size: 75%; padding: 0px;
display: inline-block;
margin: 0;
border: 0;
overflow: hidden;
height: 2.2em;
} }
#scoreboard .teamname { #scoreboard div span {
font-size: 133%; display: inline-block;
color: #D84B6E; overflow: hidden;
opacity: 0.8; height: 2em;
position: absolute; font-size: 1em;
right: 1em; vertical-align: middle;
height: 1.1em; }
#scoreboard div .teamname {
color: white;
position: absolute;
right: 0;
opacity: 0.8;
font-size: 1.5em;
padding: 3px 5px 0 0;
} }
#scoreboard div * {white-space: nowrap;}
.cat0, .cat8, .cat16 {background-color: #a6cee3; color: black;} .cat0, .cat8, .cat16 {background-color: #a6cee3; color: black;}
.cat1, .cat9, .cat17 {background-color: #1f78b4; color: white;} .cat1, .cat9, .cat17 {background-color: #1f78b4; color: white;}
.cat2, .cat10, .cat18 {background-color: #b2df8a; color: black;} .cat2, .cat10, .cat18 {background-color: #b2df8a; color: black;}