9071ce019c
Es gibt jetzt ein Fallback für veraltete Browser.
34 lines
476 B
CSS
34 lines
476 B
CSS
body{
|
|
margin:1em auto;
|
|
max-width:40em;
|
|
padding:0 .62em;
|
|
line-height:1.4;
|
|
font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
|
|
font-size: 20px;
|
|
}
|
|
|
|
h1,h2,h3 {
|
|
line-height:1.1;
|
|
}
|
|
|
|
a {
|
|
color: #CC0000;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.logo{
|
|
float:right;
|
|
cursor:default;
|
|
border:0;
|
|
}
|
|
|
|
.no-svg .logo {
|
|
height: 55px;
|
|
background-image: url(img/Chaosknoten.jpg);
|
|
}
|
|
|
|
@media print{
|
|
body{
|
|
max-width:none
|
|
}
|
|
}
|