You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.6 KiB
89 lines
1.6 KiB
2 years ago
|
/*
|
||
|
|
||
|
*/
|
||
|
@import "QISDesign.css";
|
||
|
|
||
|
body {
|
||
|
font-family: Arial,Verdana,Tahoma,sans-serif;
|
||
|
background-color: white;
|
||
|
margin:11px;
|
||
|
padding:0;
|
||
|
}
|
||
|
|
||
|
/*Home und Zurück Links*/
|
||
|
a.nav {
|
||
|
font-size:10pt;
|
||
|
}
|
||
|
a.nav:link { font-weight:bold; color:#039; text-decoration:underline;}
|
||
|
a.nav:visited{ font-weight:bold; color:#69C; text-decoration:underline;}
|
||
|
a.nav:hover { font-weight:bold; text-decoration:underline;}
|
||
|
a.nav:active,
|
||
|
a.nav:focus { font-weight:bold; text-decoration:underline;}
|
||
|
|
||
|
a.ueb:link,
|
||
|
a.ueb:visited{ font-weight:bold; color:#000; text-decoration:none}
|
||
|
|
||
|
.maske{
|
||
|
background-color: white;
|
||
|
font-size: 14px;
|
||
|
font-weight: 600;
|
||
|
color: #00009F;
|
||
|
}
|
||
|
|
||
|
.gross{font-size: 16px;font-weight: 600;color:#F09;} /*Hauptüberschriften z.B. auf Startseite*/
|
||
|
.normal{font-size: 14px; font-weight: 500;color:}
|
||
|
|
||
|
/*obere Navigationsleiste*/
|
||
|
.menu1_off {
|
||
|
background:#FFF;
|
||
|
}
|
||
|
.menu1_on {
|
||
|
background:#FFF;
|
||
|
}
|
||
|
/*untere Navigationsleiste*/
|
||
|
.menu2_on {
|
||
|
background:#FFF;
|
||
|
}
|
||
|
.menu2_off {
|
||
|
background:#FFF;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
border:0;
|
||
|
padding:0;
|
||
|
margin:0;
|
||
|
}
|
||
|
|
||
|
/* Klassen (in alphabetischer Reihenfolge) */
|
||
|
.grueneWarnung{
|
||
|
color: #222222;
|
||
|
font-weight: 600;
|
||
|
}
|
||
|
|
||
|
table.sample {
|
||
|
border-width: 1px;
|
||
|
border-spacing: ;
|
||
|
border-style: outset;
|
||
|
border-color: gray;
|
||
|
border-collapse: collapse;
|
||
|
background-color: #faf0e6;
|
||
|
}
|
||
|
table.sample th {
|
||
|
border-width: 0px;
|
||
|
padding: 5px;
|
||
|
border-style: inset;
|
||
|
border-color: gray;
|
||
|
background-color: white;
|
||
|
-moz-border-radius: ;
|
||
|
}
|
||
|
table.sample td {
|
||
|
border-width: 0px;
|
||
|
padding: 10px;
|
||
|
border-style: inset;
|
||
|
border-color: gray;
|
||
|
background-color: white;
|
||
|
-moz-border-radius: ;
|
||
|
}
|
||
|
|
||
|
a.darkbluecolor:hover{ color:#014C7E; text-decoration:underline}
|