chaostreff-alzey.de/style.css

30 lines
395 B
CSS
Raw Normal View History

2019-05-14 16:43:37 +02:00
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;
2019-05-14 16:43:37 +02:00
}
h1,h2,h3 {
line-height:1.1;
2019-05-14 16:43:37 +02:00
}
a {
color: #CC0000;
text-decoration: none;
2019-05-14 16:43:37 +02:00
}
.logo{
float:right;
cursor:default;
border:0;
}
2019-05-14 16:43:37 +02:00
@media print{
body{
max-width:none
}
2019-05-14 16:43:37 +02:00
}