c3d2-web/content/static/datenspuren/css/type.css

54 lines
761 B
CSS

body {
font-family: Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
font-size:0.9em;
color:#222;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom:0.5em;
margin-top: 2em;
}
h1 {
color:#049000;
}
h3 {
font-size:1.2em;
font-weight:normal;
color:#666;
}
p {
line-height:1.4em;
margin-bottom:1em;
}
a {
color:#049000;
}
a:hover {
text-decoration:none;
}
span.date {
font-size:0.6em;
color:#999;
padding-left: 2em;
}
div#right {
text-align:right;
}
div#navigation a {
text-decoration:none;
color:#000;
}
div#navigation a#active {
font-weight:bold;
text-align:left;
}