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.
111 lines
2.8 KiB
111 lines
2.8 KiB
2 years ago
|
/*
|
||
|
$Id: Pricedown.css,v 1.7 2004-07-30 14:13:32 brummermann Exp $
|
||
|
$Log: Pricedown.css,v $
|
||
|
Revision 1.7 2004-07-30 14:13:32 brummermann
|
||
|
Stylesheets aufgeraeumt und importiert
|
||
|
|
||
|
Revision 1.6 2004/07/20 09:48:19 brummermann
|
||
|
Schriftart im Body setzen
|
||
|
|
||
|
Revision 1.5 2004/07/12 11:33:32 bolte
|
||
|
Gruene Warnung ist jetzt dunkler
|
||
|
|
||
|
Revision 1.4 2004/07/06 12:14:46 bolte
|
||
|
StyleSheet menu2 mit Platz rechts und links
|
||
|
|
||
|
Revision 1.3 2004/07/05 09:21:57 bolte
|
||
|
Neues StyleSheet kleinPlatz mit 10 px Seitenabstand
|
||
|
|
||
|
Revision 1.2 2004/06/10 13:32:47 bolte
|
||
|
Gruene Warnung
|
||
|
|
||
|
Revision 1.1 2004/05/14 11:24:31 bolte
|
||
|
Weitere Styles
|
||
|
|
||
|
|
||
|
*/
|
||
|
|
||
|
@import "LSFServlet.css";
|
||
|
|
||
|
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active, a.nav:focus {color:#FFFFFF}
|
||
|
a.ueb:link, a.ueb:visited, a.ueb:hover, a.ueb:active, a.ueb:focus {color:#FF0000}
|
||
|
a.ver:link, a.ver:visited, a.ver:hover, a.ver:active, a.ver:focus {color:#FF0000}
|
||
|
a.klein:link, a.klein:visited, a.klein:hover, a.klein:active, a.klein:focus {color:#FF0000}
|
||
|
a.label:link, a.label:visited, a.label:hover, a.label:active, a.label:focus {color:#FF0000}
|
||
|
a.labelslim:link, a.labelslim:visited, a.labelslim:hover, a.labelslim:active, a.labelslim:focus {color:#FF0000}
|
||
|
a.tablabel:link, a.tablabel:visited, a.tablabel:hover, a.tablabel:active, a.tablabel:focus {color:#FF0000}
|
||
|
a.disabled:link, a.disabled:visited, a.disabled:hover, a.disabled:active, a.disabled:focus {color:#FF0000}
|
||
|
a.black:link, a.black:visited, a.black:hover, a.black:active, a.black:focus {color:#FF0000}
|
||
|
a.tree:link, a.tree:visited, a.tree:hover, a.tree:active, a.tree:focus {color:#FF0000}
|
||
|
a.thread:link, a.thread:visited, a.thread:active, a.thread:focus, a.threadactive {color: #FF0000}
|
||
|
|
||
|
|
||
|
body {
|
||
|
color: #FFFFFF;
|
||
|
background-color: #000000;
|
||
|
}
|
||
|
|
||
|
.maske {
|
||
|
color: #FF0000;
|
||
|
background-color: #000000;
|
||
|
}
|
||
|
|
||
|
.normal {
|
||
|
color: #00FF00;
|
||
|
font-size: 27px;
|
||
|
}
|
||
|
|
||
|
.title, .button, .login, .menu1_off, .menu1_on {
|
||
|
color: #FF0000;
|
||
|
background-color: #000000;
|
||
|
}
|
||
|
|
||
|
.menu2_off, .menu2_on {
|
||
|
color: #C0C0FF;
|
||
|
background-color: #000000;
|
||
|
}
|
||
|
|
||
|
.table_wheat {
|
||
|
background-color:#FF0000;
|
||
|
}
|
||
|
|
||
|
.table_lightblue {background-color: #000000}
|
||
|
|
||
|
.td_SelectedRow, .th, .th_help, .th_lession, .th_notice, .th_gross {
|
||
|
background-color: #FF0000;
|
||
|
}
|
||
|
|
||
|
.td {color: #000000}
|
||
|
|
||
|
.header {
|
||
|
color: #FF0000;
|
||
|
background-color: #FF0000;
|
||
|
}
|
||
|
|
||
|
.input {color: #000000;}
|
||
|
.inputchanged {color: #C0C0FF;}
|
||
|
.inputerror {color: #FF00FF;}
|
||
|
.inputselected {color: #FF0000;}
|
||
|
.noinput {color: #FF0000;}
|
||
|
|
||
|
.submit {color: #FF0000;}
|
||
|
|
||
|
.tab {background-color: #FF0000;}
|
||
|
|
||
|
.currenttab {font-color: #FF0000;}
|
||
|
|
||
|
.plan2, .belegtpers, .belegtraum, .belegtpersraum, .selected, .frei {
|
||
|
background-color:#000000;
|
||
|
}
|
||
|
|
||
|
.editConflict_Register{
|
||
|
background-color:#FF0000;
|
||
|
}
|
||
|
|
||
|
.editConflict_ActiveRegister, .editConflict_InactiveRegister, .editConflict_RegisterCell, .editConflict_RegisterTabActive {
|
||
|
color:blue;
|
||
|
background-color:#000000;
|
||
|
}
|
||
|
|
||
|
|