X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2FMobile.css;h=adba4fba03e903204619de346854ae2b1d65aba9;hb=dcf6e20c675b0c35c5e22ff7a2644508d26fa09f;hp=01a4c00ac10ac7bd584bb1eafdf06c32297191e5;hpb=4012cbd7e314abfdd1f04aad3621dece412e4150;p=kivitendo-erp.git diff --git a/css/Mobile.css b/css/Mobile.css index 01a4c00ac..adba4fba0 100644 --- a/css/Mobile.css +++ b/css/Mobile.css @@ -1,24 +1,28 @@ -/* stylesheet for LX-Office ERP -Getestet mit W3C CSS-Validator: -Keine Fehler oder Warnungen gefunden -*/ +/* Stylesheet for Lx-Office + * Name: Mobile.css*/ + +/* The look of links */ A { font-size: 8pt; } 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: 8pt; text-decoration: none; } -A:hover { +A:hover { color:white; background-color: #093280; font-size: 8pt; text-decoration: none; } + +input:focus, textarea:focus, select:focus { + background-color: yellow; +} + body { font-family: Verdana, Arial, Helvetica; font-size: 8pt; @@ -68,23 +72,60 @@ body.menu { font-size:8pt; 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: 8pt; - color: black; + font-size: 8pt; + color: black; font-weight: bolder; border-bottom: 2px solid #A5A29C; } -.listheading { - font-size: 8pt; +.listheading { + font-size: 8pt; padding:3px; background-color: #b8d1f3; - color: black; + color: black; font-weight: bolder; text-align:left; -} +} .subsubheading { color: black; font-weight: bolder; @@ -95,13 +136,15 @@ body.menu { border-width:1px; background:#D4D0C8; } + + /* Bei Listen den Farbwechsel zur besseren Lesbarkeit: */ .listrow1 { background-color: #C8D4C6; color: black; vertical-align: top; } .listrow0 { background-color: white; color: black; vertical-align: top; } .listsubtotal { border-top: 1px solid black; font-size: 8pt; background-color: #b8d1f3; color: black; font-weight: bolder;} .listtotal { border-top: 1px double black; font-size: 8pt; background-color: #b8d1f3; color: black; font-weight: bolder;} .submit { - font-size: 8pt; + font-size: 8pt; font-family: Verdana, Arial, Helvetica; color: #000000; }