This repository has been archived on 2024-07-18. You can view files and clone it, but cannot push or open issues or pull requests.
lwb5/site/static/main/css/credits.css

38 lines
527 B
CSS
Raw Normal View History

2016-01-10 11:01:49 +01:00
#cframe div {
width: 100%;
text-align: center;
}
#gamename {
font-size: 48pt;
font-variant: small-caps;
margin: 50px 0px 10px 0px;
color: white;
}
#gameby, #gameby a {
font-size: 18pt;
text-decoration: none;
font-style: italic;
padding: 0px 0px 20px 0px;
color: #aaa;
}
.category {
font-size: 18pt;
font-variant: small-caps;
margin: 30px 0px 5px 0px;
}
.who, .who a {
font-size: 16pt;
color: #aaa;
text-decoration: none;
}
.misc {
font-size: 14pt;
font-variant: small-caps;
margin: 50px 0px 5px 0px;
}