Initial commit
This commit is contained in:
commit
ce75b6d2a3
26 changed files with 14735 additions and 0 deletions
55
style.css
Normal file
55
style.css
Normal 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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue