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%;
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scoreboard div span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin: 0;
|
|
||||||
border: 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 2.2em;
|
height: 2em;
|
||||||
|
font-size: 1em;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scoreboard .teamname {
|
#scoreboard div .teamname {
|
||||||
font-size: 133%;
|
color: white;
|
||||||
color: #D84B6E;
|
|
||||||
opacity: 0.8;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1em;
|
right: 0;
|
||||||
height: 1.1em;
|
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;}
|
||||||
|
|
Loading…
Reference in New Issue