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.
229 lines
4.8 KiB
229 lines
4.8 KiB
/* |
|
$Id: LSFServlet_Sommer.css,v 2.7 2007-05-11 12:28:33 brummermann Exp $ |
|
$Log: LSFServlet_Sommer.css,v $ |
|
Revision 2.7 2007-05-11 12:28:33 brummermann |
|
Konvertiertung auf UTF-8 |
|
|
|
Revision 2.6 2004/07/20 09:48:19 brummermann |
|
Schriftart im Body setzen |
|
|
|
Revision 2.5 2004/07/12 11:33:32 bolte |
|
Gruene Warnung ist jetzt dunkler |
|
|
|
Revision 2.4 2004/07/06 12:14:46 bolte |
|
StyleSheet menu2 mit Platz rechts und links |
|
|
|
Revision 2.3 2004/07/05 09:21:57 bolte |
|
Neues StyleSheet kleinPlatz mit 10 px Seitenabstand |
|
|
|
Revision 2.2 2004/06/29 08:06:18 baum |
|
Ersatz für <nobr> = .nobr { white-space:nowrap; } eingefügt und somit W3C-konform |
|
|
|
*/ |
|
|
|
/* Ersatz für <nobr> und damit W3C-konform */ |
|
.nobr { white-space:nowrap; } |
|
|
|
a.nav:link { font-weight:bold; color:#DF0000; text-decoration:none} |
|
a.nav:visited { font-weight:bold; color:#BF0000; text-decoration:none} |
|
a.nav:hover { font-weight:bold; color:#BF0000; text-decoration:underline} |
|
a.nav:active { font-weight:bold; color:#BF0000; text-decoration:underline} |
|
a.nav:focus { font-weight:bold; color:#BF0000; text-decoration:underline} |
|
|
|
a.ueb:link { font-weight:bold; color:#DF0000; text-decoration:none} |
|
a.ueb:visited { font-weight:bold; color:#BF0000; text-decoration:none} |
|
a.ueb:hover { font-weight:bold; color:#BF0000; text-decoration:underline} |
|
a.ueb:active { font-weight:bold; color:#BF0000; text-decoration:underline} |
|
a.ueb:focus { font-weight:bold; color:#BF0000; text-decoration:underline} |
|
|
|
a.ver:link { font-weight:600; color:#0000DF; text-decoration:none} |
|
a.ver:visited { font-weight:600; color:#0000BF; text-decoration:none} |
|
a.ver:hover { font-weight:600; color:#0000BF; text-decoration:underline} |
|
a.ver:active { font-weight:600; color:#0000BF; text-decoration:underline} |
|
a.ver:focus { font-weight:600; color:#0000BF; text-decoration:underline} |
|
|
|
a.disabled:link { color:#A0A0A0; text-decoration:underline} |
|
a.disabled:visited { color:#A0A0A0; text-decoration:underline} |
|
a.disabled:hover { color:#A0A0A0; text-decoration:underline} |
|
a.disabled:active { color:#A0A0A0; text-decoration:underline} |
|
a.disabled:focus { color:#A0A0A0; text-decoration:underline} |
|
|
|
a.black:link { color:#000000; text-decoration:none} |
|
a.black:visited { color:#000000; text-decoration:none} |
|
a.black:hover { color:#000000; text-decoration:underline} |
|
a.black:active { color:#000000; text-decoration:underline} |
|
a.black:focus { color:#000000; text-decoration:underline} |
|
|
|
.background { |
|
background-color: #EEEECC; |
|
font-family: Arial,Tahoma,sans-serif; |
|
} |
|
|
|
.maske { |
|
background-color: wheat; |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 14px; |
|
font-weight: 600; |
|
color: #00009F; |
|
} |
|
|
|
.ueberschrift { |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 28px; |
|
font-weight: 1600; |
|
} |
|
|
|
.sehrgross { |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 24px; |
|
font-weight: 600; |
|
} |
|
|
|
.gross { |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 20px; |
|
font-weight: 600; |
|
} |
|
|
|
.normal { |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 14px; |
|
font-weight: 500; |
|
} |
|
|
|
.klein { |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 12px; |
|
font-weight: 500; |
|
} |
|
|
|
.kleinPlatz{ |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 12px; |
|
font-weight: 500; |
|
padding-left: 10px; |
|
padding-right: 10px; |
|
} |
|
|
|
.notiz { |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 10px; |
|
font-weight: 100; |
|
} |
|
|
|
.spacer { |
|
font-size: 4px; |
|
} |
|
|
|
.login { |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 12px; |
|
color: #DD2222; |
|
background-color: wheat; |
|
font-weight: 800; |
|
} |
|
|
|
.menu1_off { |
|
background-color: #FFDF00; |
|
font-family: Arial,Tahoma,sans-serif; |
|
color: #F0F8FF; |
|
font-size: 14px; |
|
font-weight: 600; |
|
} |
|
|
|
.menu1_on { |
|
background-color: #EEEECC; |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 14px; |
|
font-weight: 600; |
|
} |
|
|
|
.menu2_off { |
|
background-color: wheat; |
|
color: #000000; |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 12px; |
|
font-weight: 500; |
|
padding-left: 6px; |
|
padding-right: 6px; |
|
} |
|
|
|
.menu2_on { |
|
background-color: #EEEECC; |
|
color: #00009F; |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 12px; |
|
font-weight: 500; |
|
padding-left: 6px; |
|
padding-right: 6px; |
|
} |
|
|
|
.title { |
|
background-color: #0000A0; |
|
color: #FFFFFF; |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 12px; |
|
font-weight: 600; |
|
} |
|
|
|
.button { |
|
background-color: #D0D0D0; |
|
color: #000000; |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 12px; |
|
font-weight: 600; |
|
} |
|
|
|
.table_wheat { |
|
vertical-align:top; |
|
background-color:wheat; |
|
} |
|
|
|
.table_lightblue { |
|
vertical-align:top; |
|
background-color:lightblue; |
|
} |
|
|
|
hr { |
|
color: #0000FF; |
|
height: 1px; |
|
} |
|
|
|
.plan_rahmen { |
|
background-color: #FFFFFF; |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 14px; |
|
} |
|
|
|
.plan1 { |
|
border: 1pt dotted white; |
|
font-family: Arial,Tahoma,sans-serif; |
|
font-size: 4px; |
|
} |
|
.plan2 { |
|
border: 1pt solid #0000BF; |
|
font-family: Arial,Tahoma,sans-serif; |
|
} |
|
|
|
.form { |
|
margin-top: -1px; |
|
} |
|
|
|
.kleinerButton { |
|
height: 18px; |
|
font-size: 10px; |
|
color: blue; |
|
} |
|
|
|
.warnung{ |
|
color: #FF0000; |
|
font-weight: 600; |
|
} |
|
.grueneWarnung{ |
|
color: #119022; |
|
font-weight: 600; |
|
} |
|
|
|
.input1 { |
|
width:550px; |
|
} |