45 lines
729 B
CSS
45 lines
729 B
CSS
|
@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;
|
||
|
}
|