Initial commit

This commit is contained in:
Julius Zeidler 2013-08-09 22:57:42 +02:00
commit ce75b6d2a3
26 changed files with 14735 additions and 0 deletions

55
style.css Normal file
View file

@ -0,0 +1,55 @@
@font-face {
font-family: 'Open Sans';
src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Open Sans';
font-weight: bold;
src: url('../fonts/OpenSans-Bold.otf');
}
.teaser {
font-size: 58px;
margin-top:80px;
color:rgb(0,175,234);
line-height: 56px;
text-align: center;
}
.logo {
margin-top:60px;
}
#aufruf {
margin-top:-30px;
}
.date {
color:rgb(0,175,234);
margin-top:70px;
font-size: 28px;
line-height: 35px;
}
.karte {
margin-top: 20px;
}
.partner_absatz {
margin-top: 60px;
}
.small {
font-size: 10px;
}
a {
color:rgb(0,175,234);
}
a :visited {
color:rgb(0,175,234);
}