37 lines
602 B
CSS
37 lines
602 B
CSS
@font-face {
|
|
font-family: Most Wazted;
|
|
src: url(Mostwasted.ttf);
|
|
}
|
|
body {
|
|
background: #222 url(bg.jpg);
|
|
background-size: 100% auto;
|
|
color: #eee;
|
|
max-width: 40em;
|
|
margin: auto auto;
|
|
}
|
|
h1 {
|
|
color: #fd8;
|
|
font-family: Most Wazted, fantasy, sans-serif;
|
|
font-size-adjust: 1.0;
|
|
}
|
|
h2 {
|
|
font-family: sans-serif;
|
|
}
|
|
dt {
|
|
font-size: 120%;
|
|
font-weight: bold;
|
|
}
|
|
a {
|
|
color: yellow;
|
|
}
|
|
#scoreboard {
|
|
font-size: 3em;
|
|
font-family: Most Wazted, fantasy;
|
|
border: solid black 4px;
|
|
width: 100%;
|
|
}
|
|
caption {
|
|
font-size: 33%;
|
|
font-family: default;
|
|
}
|