woozle-scoreboard/style.css

34 lines
537 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 {
background: #222 url(stone-cmp.jpg);
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-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
img {
float: right;
2011-11-11 23:20:31 -07:00
max-width: 100%;
}
2011-11-17 17:53:49 -07:00
#scoreboard img {
float: none;
2011-11-11 23:20:31 -07:00
}
2011-11-17 17:53:49 -07:00
#scoreboard {
font-size: 2em;
font-family: Most Wazted, fantasy;
border: solid black 4px;
2011-11-11 23:20:31 -07:00
}