woozle-scoreboard/style.css

34 lines
538 B
CSS
Raw Normal View History

2011-11-11 23:20:31 -07:00
@font-face {
2011-11-22 11:53:07 -07:00
font-family: Jungle life;
src: url(Jungle_LIFE.ttf);
2011-11-11 23:20:31 -07:00
}
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;
2011-11-22 11:53:07 -07:00
font-family: Jungle life, fantasy, sans-serif;
2011-11-17 17:53:49 -07:00
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;
2011-11-22 11:53:07 -07:00
font-family: Jungle life, fantasy;
2011-11-17 17:53:49 -07:00
border: solid black 4px;
2011-11-11 23:20:31 -07:00
}