woozle-scoreboard/style.css

45 lines
729 B
CSS
Raw Normal View History

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 {
font-family: Comunicacion Digital;
}
img.logo {
max-width: 100%;
}
.number {
color: yellow;
font-family: sans-serif;
font-weight: bold;
}
.timer {
background: #000;
color: yellow;
font-family: sans-serif;
font-weight: bold;
font-size: 150%;
border-radius: 15px;
padding: 0 0.1em;
}