woozle-scoreboard/style.css

35 lines
569 B
CSS
Raw Normal View History

2011-11-11 23:20:31 -07:00
@font-face {
font-family: Most Wazted;
src: url(Mostwasted.ttf);
}
body {
2011-12-08 00:42:03 -07:00
background: #222 url(bg.jpg);
2011-11-11 23:20:31 -07:00
color: #eee;
2011-11-17 17:53:49 -07:00
max-width: 40em;
margin: auto auto;
2011-11-11 23:20:31 -07:00
}
2011-11-17 17:53:49 -07:00
h1 {
color: #fd8;
font-family: Most Wazted, fantasy, sans-serif;
font-size-adjust: 1.0;
2011-11-11 23:20:31 -07:00
}
2011-11-17 17:53:49 -07:00
h2 {
font-family: sans-serif;
2011-11-11 23:20:31 -07:00
}
2011-12-02 17:55:47 -07:00
dt {
font-size: 120%;
font-weight: bold;
}
2011-11-17 17:53:49 -07:00
a {
color: yellow;
2011-11-11 23:20:31 -07:00
}
2011-11-17 17:53:49 -07:00
#scoreboard {
2011-11-23 21:43:09 -07:00
font-size: 3em;
2011-11-17 17:53:49 -07:00
font-family: Most Wazted, fantasy;
border: solid black 4px;
2011-11-23 21:43:09 -07:00
width: 100%;
2011-11-11 23:20:31 -07:00
}
2011-12-07 22:04:22 -07:00
caption {
font-size: 33%;
font-family: default;
}