c3d2-web/content/static/datenspuren/2005/style.css

231 lines
3.2 KiB
CSS

/* ###### Body Text ###### */
body {
font-family: verdana, tahoma, helvetica, arial, sans-serif;
font-size: 12px;
margin: 0;
}
h1, h2, h3 {
font-family: arial, verdana, tahoma, sans-serif;
}
h1 {
font-size: 25px;
font-weight: bold;
font-style: bold;
line-height: 1em;
padding-top: 0px;
padding-bottom: 15px;
letter-spacing: 3px;
}
h2 {
font-size: 18px;
font-weight: bold;
font-style: bold;
line-height: 1em;
padding-top: 20px;
padding-bottom: 15px;
letter-spacing: 2px;
}
p {
padding-bottom: 1ex;
padding: 0 1em 0 1em;
}
img {
border: none;
}
acronym {
border-bottom-style: dotted;
border-bottom-width: 1px;
cursor: help;
}
code {
font-family: "lucida console", monospace;
font-size: 11px;
}
dt {
font-weight: bold;
}
dd {
padding-bottom: 1.5em;
}
hr {
border-bottom: 1px;
color: white;
text-align: left;
margin-top: 40px;
margin-bottom: 60px;
}
ul {
line-height: 2em;
}
#bodyText {
text-align: justify;
line-height: 1.7em;
margin-left: 15em;
padding: 1em 4em 3em 3em;
height: 100%;
}
#bodyText span {
font-size: 10px;
}
#bodyText a {
text-decoration: none;
border-bottom-style: solid;
border-bottom-width: 1px;
/* See color-scheme.css */
}
#bodyText a:hover {
text-decoration: none;
border-bottom-style: solid;
border-bottom-width: 0;
}
.smallCaps {
font-variant: small-caps;
}
.hplink { font-size: 11px; }
/* ###### Header ###### */
#header {
background-image: url(/img/logo.png);
background-repeat: no-repeat;
padding: 0px 0px 0px 0mm;
border-bottom-style: solid;
border-bottom-width: 1px;
height: 160px;
}
.headerTitle {
position: absolute;
top: 1em;
left: 9ex;
font-size: 40px;
text-decoration: none;
font-weight: bold;
font-style: none;
line-height: 1em;
}
.headerSubTitle {
position: absolute;
top: 8ex;
left: 25ex;
font-size: 20px;
font-style: italic;
text-decoration: none;
font-weight: bold;
line-height: 1em;
}
/* ###### Left Sidebar ###### */
.leftSideBar {
width: 15em;
float: left;
clear: left;
font-weight: bold;
}
.leftSideBar a, .leftSideBar span {
text-decoration: none;
line-height: 2em;
padding: 2ex 2ex 0ex;
display: block;
font-size: 12px;
}
[class~="leftSideBar"] a, [class~="leftSideBar"] span {
line-height: 2em;
}
.leftSideBar a:hover {
/* See color-scheme.css */
}
.leftSideBar .sideBarTitle {
font-weight: bold;
padding: 0.75ex 1ex;
letter-spacing: 2px;
}
.leftSideBar .sideBarText {
font-weight: normal;
padding: 1ex 0.75ex 1ex 1ex;
}
.leftSideBar .thisPage {
/* See color-scheme.css */
}
/* ###### Footer ###### */
#footer {
font-size: 0.8em;
text-align: center;
line-height: 1.25em;
padding: 1em 4mm 1.5em 4mm;
clear: left;
}
#footer div {
padding-bottom: 1ex;
}
#footer a {
text-decoration: none;
font-weight: bold;
border-bottom-style: solid;
border-bottom-width: 1px;
}
#footer a:hover {
border-bottom: 0;
}
.right {
text-align: right;
}
/* ###### Vortraege ###### */
#uebersicht td {
text-align: center;
height: 40px;
padding: 8px;
}
#uebersicht {
width: 100%;
}
#uebersicht th {
text-align: center;
height: 25px;
}
.square {
list-style-type: square;
}