woozle-scoreboard/res/scoreboard.css

157 lines
1.6 KiB
CSS
Raw Normal View History

2011-11-17 17:53:49 -07:00
@font-face {
2014-02-15 16:47:39 -07:00
font-family: Ubuntu;
2014-02-14 22:17:37 -07:00
src: url('Ubuntu-Medium.ttf');
font-weight: normal;
font-style: normal;
2011-11-17 17:53:49 -07:00
}
2012-07-06 21:38:52 -06:00
2012-07-06 18:30:37 -06:00
@font-face {
2014-02-15 16:47:39 -07:00
font-family: Ubuntu;
2014-02-14 22:17:37 -07:00
src: url('Ubuntu-Bold.ttf');
font-weight: bold;
font-style: normal;
2012-07-06 18:30:37 -06:00
}
2012-07-06 23:45:03 -06:00
body {
2014-02-15 16:47:39 -07:00
background: #000;
font-family: Ubuntu;
2014-02-14 22:17:37 -07:00
font-size: 160px;
2014-02-15 16:47:39 -07:00
color: white;
2014-02-14 22:17:37 -07:00
margin: 0;
2012-07-06 23:45:03 -06:00
}
2014-02-15 16:47:39 -07:00
#scoreboard {
cursor: default;
2014-01-19 18:25:38 -07:00
}
2014-02-15 16:47:39 -07:00
input {
border: 0px;
font: inherit;
background: transparent;
2014-01-19 18:25:38 -07:00
color: inherit;
2014-02-15 16:47:39 -07:00
width: 3em;
display: inline;
2014-01-19 18:25:38 -07:00
}
2014-02-15 19:50:16 -07:00
.team .logo {
2014-02-15 16:47:39 -07:00
position: absolute;
2014-02-15 19:50:16 -07:00
left: 10%;
2012-03-11 21:31:55 -06:00
}
2012-07-06 18:30:37 -06:00
2014-02-15 19:50:16 -07:00
.team .logo * {
display: none;
}
.team .color {
display: inline;
width: 0.5em;
margin-top: 0.60em;
}
2014-02-15 16:30:08 -07:00
.team {
2014-02-14 22:17:37 -07:00
position: absolute;
left: 0;
2014-02-15 16:47:39 -07:00
height: 1.3em;
width: 10em;
border-radius: 0.2em;
2011-11-17 17:53:49 -07:00
}
2012-07-16 23:05:04 -06:00
2014-02-15 16:47:39 -07:00
.team * {
position: relative;
top: -0.3em;
font-size: 145%;
font-weight: bold;
}
2014-02-15 16:47:39 -07:00
#team-a {
top: 0;
2014-02-15 17:06:58 -07:00
}
2014-02-15 16:47:39 -07:00
#team-b {
top: 50%;
2014-02-15 11:32:00 -07:00
}
2014-02-15 16:47:39 -07:00
.name {
width: 3.5em;
text-align: right;
2014-02-14 22:17:37 -07:00
}
2014-02-15 16:47:39 -07:00
.score {
display: inline-block;
width: 2em;
text-align: right;
2012-07-15 10:35:53 -06:00
}
2012-07-06 18:30:37 -06:00
2014-02-15 11:32:00 -07:00
2014-02-15 16:47:39 -07:00
.jammer {
color: #888;
opacity: 0.3;
2011-12-06 22:39:54 -07:00
}
2011-12-08 13:20:30 -07:00
2014-02-15 16:47:39 -07:00
.jammer.lead {
2014-02-14 22:17:37 -07:00
color: yellow;
2014-02-15 16:47:39 -07:00
opacity: inherit;
2012-07-06 18:30:37 -06:00
}
2011-12-08 13:20:30 -07:00
2011-11-17 17:53:49 -07:00
2014-02-15 16:47:39 -07:00
.timeouts {
margin-top: 4.8em;
font-size: 20%;
2011-11-17 17:53:49 -07:00
}
2012-07-06 18:30:37 -06:00
2014-02-15 19:50:16 -07:00
.clocks * {
2014-02-14 22:17:37 -07:00
position: absolute;
2014-02-15 16:47:39 -07:00
right: 0.1em;
text-align: right;
2011-11-17 17:53:49 -07:00
}
2012-07-06 18:30:37 -06:00
2014-02-15 19:50:16 -07:00
.setup {
background-color: rgba(0, 255, 0, 0.2);
}
2014-02-15 16:47:39 -07:00
#period {
top: -0.2em;
2011-11-17 17:53:49 -07:00
}
2012-07-06 18:30:37 -06:00
2014-02-15 16:47:39 -07:00
#jam {
bottom: -0.2em;
2014-01-19 18:25:38 -07:00
}
2012-07-06 18:30:37 -06:00
#jamtext {
2014-02-15 19:50:16 -07:00
display: none;
2014-02-15 16:47:39 -07:00
color: #cc0;
bottom: 0.1em;
right: 3em;
2011-12-12 19:36:09 -07:00
}
2014-02-15 16:47:39 -07:00
#periodtext {
color: #cc0;
top: 1.25em;
font-size: 80%;
2011-12-12 19:36:09 -07:00
}
2012-07-06 18:30:37 -06:00
2014-02-15 16:47:39 -07:00
#preset {
2014-02-15 19:50:16 -07:00
font-size: 40%;
bottom: 45%;
left: 5%;
right: auto;
2011-12-12 19:36:09 -07:00
}
2014-02-15 16:47:39 -07:00
#close {
visibility: hidden;
2014-01-18 21:53:52 -07:00
}
2012-11-10 20:23:06 -07:00
#notice {
2014-01-19 18:25:38 -07:00
position: absolute;
2014-02-15 16:47:39 -07:00
top: 0;
left: 0;
2012-11-10 20:23:06 -07:00
}
2014-01-19 18:25:38 -07:00
#notice img {
2014-02-15 16:47:39 -07:00
max-height: 3em;
}