ip_check/format.css

78 lines
1.3 KiB
CSS

/* Allgemeines */
p,ul,ol,li,td {
font-family: Arial,sans-serif;
font-size:9pt;
color:#000000;
}
h1 {
font-family: Arial,sans-serif;
font-size:12pt;
color:#000000;
}
h2 {
font-family: Arial,sans-serif;
font-size:10pt;
color:#000000;
}
h3 {
font-family: Arial,sans-serif;
font-size:8pt;
color:#000000;
font-weight: normal;
}
p.confirm {
color:#008000;
}
p.fehler {
color:#CC0000;
}
/* Tabellen */
td.navbar {
font-family:Arial,sans-serif;
font-size:9pt;
color:#FFFFFF;
text-decoration: none;
background-color:#333366;
}
.navlink {
font-family:Arial,sans-serif;
font-size:9pt;
color:#FFFFFF;
text-decoration: none;
}
a.navlink:hover { text-decoration: underline; }
/* Tabellen mit Hintegrundfarbe */
td.dblau {
background-color: #D8E0F9;
}
td.hblau {
background-color: #EFF3F7;
}
/* Sitzplan */
td.sitzborder {
background-color:#666699;
}
td.sitzcontent {
font-family:Arial,sans-serif;
font-size:9pt;
color:#FFFFFF;
text-decoration: none;
background-color:#333366;
}
td.tiny {
font-size:8pt;
}