woozle-scoreboard/scoreboard.css

45 lines
755 B
CSS
Raw Normal View History

2011-11-17 17:53:49 -07:00
@font-face {
font-family: Comunicacion Digital;
src: url(Comunicacion.ttf);
}
#scoreboard td {
vertical-align: top;
text-align: center;
}
#scoreboard p {
margin: 0;
}
.team {
font-family: Comunicacion Digital, sans-serif;
}
.team img {
max-width: 100%;
max-height: 2em;
}
#score-a, #score-b, #jam, #period {
color: yellow;
font-family: sans-serif;
font-weight: bold;
2011-11-22 00:45:52 -07:00
font-size: 133%;
2011-11-17 17:53:49 -07:00
}
#jam, #period {
background: #000;
font-size: 150%;
border-radius: 15px;
padding: 0 0.1em;
}
/* States timers can be in */
#jam.paused, #period.paused {
color: #888;
}
#jam.lowtime, #period.lowtime {
background: #f24;
}
2011-11-22 22:45:09 -07:00
#jam.timeout {
2011-11-17 17:53:49 -07:00
background: #044;
}
#jam.rotate {
background: #060;
}