X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2FWin2000.css;h=f2b681a299078bff842b84f55f0d418359176579;hb=2ecce44ce3c7488998dff5327c0aa8496a0e9b65;hp=4ef66a9d63c22b8a2857fc86b2199878531a78dc;hpb=0d270fdb93f22373a4dafd76d0c17bbad4358312;p=kivitendo-erp.git diff --git a/css/Win2000.css b/css/Win2000.css index 4ef66a9d6..f2b681a29 100644 --- a/css/Win2000.css +++ b/css/Win2000.css @@ -1,24 +1,27 @@ -/* 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; } -input:focus, textarea:focus, select:focus, option:focus { background-color: yellow; } -A.nohover:hover { +A.nohover:hover { color:white; background-color: #093280; font-size: 10pt; text-decoration: none; } -A: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; +} + body { font-family: Verdana, Arial, Helvetica; font-size: 10pt; @@ -68,23 +71,61 @@ body.menu { font-size:10pt; color: black; } -.listtop { - background-color: #b8d1f3; + +.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 { + background-color: #b8d1f3; text-align:left; padding:5px; - font-size: 10pt; - color: black; + font-size: 10pt; + color: black; font-weight: bolder; border-bottom: 2px solid #A5A29C; } -.listheading { - font-size: 10pt; +.listheading { + font-size: 10pt; padding:3px; background-color: #b8d1f3; - color: black; + color: black; font-weight: bolder; text-align:left; -} +} .subsubheading { color: black; font-weight: bolder;