X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2FWin2000.css;h=4b88ff0346e12caa65b0eb010a900b91c7b7b5cd;hb=35b746e48500af6da78e70a0a9c11b618c1cfde8;hp=d9dc7b2cd021b51bbce060db468cacf878780bc5;hpb=d6b20449715469dea7822a7c384f8862cea28d8f;p=kivitendo-erp.git diff --git a/css/Win2000.css b/css/Win2000.css index d9dc7b2cd..4b88ff034 100644 --- a/css/Win2000.css +++ b/css/Win2000.css @@ -1,8 +1,7 @@ -/* stylesheet for LX-Office ERP -Getestet mit W3C CSS-Validator: -Keine Fehler oder Warnungen gefunden -*/ +/* Stylesheet for Lx-Office + * Name: Win2000.css*/ +/* The look of links */ A:link { color: black; text-decoration: none; } A:visited { color: black; text-decoration: none; } A:active { color: black; text-decoration: underline; } @@ -15,12 +14,12 @@ A.nohover:hover { A:hover { color:white; background-color: #093280; - font-size: 10pt; + /*font-size: 10pt;*/ text-decoration: none; } input:focus, textarea:focus, select:focus { - background-color:yellow; + background-color: yellow; } body { @@ -72,7 +71,45 @@ body.menu { font-size:10pt; color: black; } -.listtop { + +.message_error_login { + color: #000000; + border: 1px solid #8b0000; + background-color: #ffcccc; + padding: 3px; +} +.message_ok { + font-size: 12pt; + padding:5px; + background-color: #ADFFB6; + color: black; + font-weight: bolder; + text-align:center; + border-style:solid; + border-width:thin; +} +.message_error { + font-size: 12pt; + padding:5px; + background-color: #FFAAAA; + color: black; + font-weight: bolder; + text-align:center; + border-style:solid; + border-width:thin; +} +.message_hint { + font-size: 12pt; + padding:5px; + background-color: #FFFE47; + color: black; + font-weight: bolder; + text-align:center; + border-style:solid; + border-width:thin; +} + +.listtop,h1 { background-color: #b8d1f3; text-align:left; padding:5px;