genregenerator/style.css

38 lines
430 B
CSS
Raw Normal View History

2011-10-09 20:14:57 +02:00
* {
margin: 0px;
padding: 0px;
}
body, html {
2011-11-10 16:07:54 +01:00
font-family: 'PT Sans Narrow', sans-serif;
2011-10-09 20:14:57 +02:00
text-align: center;
}
#title {
2011-11-10 16:07:54 +01:00
margin-top: 50pt;
font-size: 40pt;
2011-10-09 20:14:57 +02:00
}
#genre {
2011-11-10 16:07:54 +01:00
margin-top: 40px;
font-size: 60pt;
2011-10-09 20:14:57 +02:00
font-weight: bold;
color: #666;
}
#twitter {
margin-top: 80px;
margin-left: 18px;
}
#impressum {
2011-11-10 16:07:54 +01:00
margin-top: 14pt;
font-size: 14pt;
2011-10-09 20:14:57 +02:00
color: #999;
}
a {
color: #666;
text-decoration: none;
}