woozle-scoreboard/res/style.css

42 lines
655 B
CSS
Raw Normal View History

2011-11-11 23:20:31 -07:00
@font-face {
2012-09-16 22:32:45 -06:00
font-family: 'PermanentMarker';
src: url('PermanentMarker.woff') format('woff');
2012-07-06 23:45:03 -06:00
font-weight: normal;
font-style: normal;
2011-11-11 23:20:31 -07:00
}
2012-07-06 23:45:03 -06:00
2011-11-11 23:20:31 -07:00
body {
2011-12-08 00:42:03 -07:00
background: #222 url(bg.jpg);
2011-12-08 11:39:39 -07:00
background-size: 100% auto;
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;
2012-09-16 22:32:45 -06:00
font-family: PermanentMarker, 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-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-12-07 22:04:22 -07:00
caption {
font-size: 33%;
font-family: default;
2011-12-08 11:39:39 -07:00
}
#screenshot {
text-align: center;
}
#screenshot img {
border: solid black 4px;
}