2011-11-11 23:20:31 -07:00
|
|
|
@font-face {
|
|
|
|
font-family: Most Wazted;
|
|
|
|
src: url(Mostwasted.ttf);
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: Comunicacion Digital;
|
|
|
|
src: url(Comunicacion.ttf);
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
background: #222 url(stone-cmp.jpg);
|
|
|
|
color: #eee;
|
|
|
|
font-family: Most Wazted, fantasy;
|
|
|
|
font-size: 5em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.team {
|
2011-11-15 21:56:33 -07:00
|
|
|
font-family: Comunicacion Digital, sans-serif;
|
2011-11-11 23:20:31 -07:00
|
|
|
}
|
2011-11-15 21:56:33 -07:00
|
|
|
.team img {
|
2011-11-11 23:20:31 -07:00
|
|
|
max-width: 100%;
|
|
|
|
}
|
2011-11-15 21:56:33 -07:00
|
|
|
#score-a, #score-b, #jam, #period {
|
2011-11-11 23:20:31 -07:00
|
|
|
color: yellow;
|
|
|
|
font-family: sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2011-11-15 21:56:33 -07:00
|
|
|
#jam, #period {
|
2011-11-11 23:20:31 -07:00
|
|
|
background: #000;
|
|
|
|
font-size: 150%;
|
|
|
|
border-radius: 15px;
|
|
|
|
padding: 0 0.1em;
|
|
|
|
}
|