woozle-scoreboard/scoreboard.css

54 lines
897 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;
}
2011-12-06 22:39:54 -07:00
#timeouts-a, #timeouts-b, #score-a, #score-b, #jam, #period {
2011-11-17 17:53:49 -07:00
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
}
2011-12-06 22:39:54 -07:00
#timeouts-a, #timeouts-b {
font-size: 50%;
}
#timeouts-a {
float: left;
}
#timeouts-b {
float: right;
}
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.lineup {
2011-11-17 17:53:49 -07:00
background: #060;
}