mirror of https://github.com/dirtbags/moth.git
changed scoreboard styling
This commit is contained in:
parent
9201c735de
commit
619a71f1b8
|
@ -210,27 +210,30 @@ nav li + li:before {
|
|||
width: 100%;
|
||||
clear: both;
|
||||
background: rgba(25, 0, 6, 0.8);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#scoreboard span {
|
||||
font-size: 75%;
|
||||
#scoreboard div {
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#scoreboard div span {
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
overflow: hidden;
|
||||
height: 2.2em;
|
||||
height: 2em;
|
||||
font-size: 1em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#scoreboard .teamname {
|
||||
font-size: 133%;
|
||||
color: #D84B6E;
|
||||
opacity: 0.8;
|
||||
#scoreboard div .teamname {
|
||||
color: white;
|
||||
position: absolute;
|
||||
right: 1em;
|
||||
height: 1.1em;
|
||||
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;}
|
||||
.cat1, .cat9, .cat17 {background-color: #1f78b4; color: white;}
|
||||
.cat2, .cat10, .cat18 {background-color: #b2df8a; color: black;}
|
||||
|
|
Loading…
Reference in New Issue