2011-05-26 16:05:04 +02:00
|
|
|
* {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body, html {
|
|
|
|
font-family: sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title {
|
|
|
|
margin-top: 50px;
|
|
|
|
font-size: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#genre {
|
|
|
|
margin-top: 50px;
|
|
|
|
font-size: 50px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
|
2011-05-26 17:09:20 +02:00
|
|
|
#twitter {
|
|
|
|
margin-top: 80px;
|
|
|
|
margin-left: 18px;
|
|
|
|
}
|
|
|
|
|
2011-05-26 16:05:04 +02:00
|
|
|
#impressum {
|
2011-05-26 17:09:20 +02:00
|
|
|
margin-top: 5px;
|
2011-05-26 16:05:04 +02:00
|
|
|
font-size: 10px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #666;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|