X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Fdefault.css;h=d5d5dde0ed55809aa3120314ff315c0d88e71dc3;hb=2cb57633d2f3e27b0c2b2e7448564f467e21e1fd;hp=c89c6638576a017a6c589966d869a42a221aa7ad;hpb=04f7f490a4add447603ab5f5d70d79c2663ae93c;p=fa-stable.git diff --git a/themes/default/default.css b/themes/default/default.css index c89c6638..d5d5dde0 100644 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -42,6 +42,15 @@ input, select { padding: 1px; } +select { + max-width: 200px; +} + +option.inactive { + text-decoration: line-through; + color: gray; +} + input.big { width: 100px; } @@ -66,7 +75,7 @@ a:active { text-decoration: none; } -a:hover { +a:hover, a:focus { color: #2d8628; text-decoration: underline; } @@ -220,6 +229,11 @@ div.tabs a:hover { border: 1px solid #8cacbb; } +#hotkeyshelp { + text-align: right; + font-weight: bolder; +} + #footer { position: relative; bottom: -3px; @@ -337,15 +351,15 @@ div.tabs a:hover { background-color: pink; } +.stockmankofg { + color: red; +} + .tablestyle { - padding: 3px; - border: 1px solid #8cacbb; border-collapse: collapse; } .tablestyle2 { - padding: 3px; - border: 1px solid #cccccc; border-collapse: collapse; } .tablestyle_noborder { @@ -371,31 +385,35 @@ input.amount { cursor: pointer; } -.navibutton[disabled] { +.navibutton[disabled], .navibutton[disabled] span { color:#808080; + text-decoration: none; cursor: auto; } -.navibutton { - color:#0000FF; - padding: 3px; +button.navibutton { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; + font-weight: bold; + color:#000; + padding: 0 3px; background-color:transparent; border-style:none; - text-decoration:underline; cursor: pointer; } +.navibutton span { + text-decoration: underline; +} + .navibar { - padding: 3px; + padding: 0 3px; + color: #000; border: 1px solid #8cacbb; border-collapse: collapse; background-color: #dee7ec; } -table.navibar td { - border: 0px none; -} - .listsubmit { display: none; } @@ -450,11 +468,136 @@ ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ color:#FFFFFF; } #hints { - font-size: 13px; - padding: 5px; - border-bottom: 1px solid #8cacbb; - margin: -4px -2px -2px; - border: 1px solid #8cacbb; - background-color: #FFFFE0; - white-space: nowrap; + font-size: 13px; + padding: 5px; + border-bottom: 1px solid #8cacbb; + margin: -4px -2px -2px; + border: 1px solid #8cacbb; + background-color: #FFFFE0; + white-space: nowrap; +} +/* + Calendar style +*/ +#CCIframe { + display: none; + left: 0px; + position: absolute; + top: 0px; + height: 250px; + width: 270px; + z-index: 99; +} +#CC { + position:absolute; + background-color:#FFF; + margin:0; padding:0; + display:none; + z-index: 100; +} +#CC table { + font-family: arial, verdana, helvetica, sans-serif; + font-size: 8pt; + border-left: 1px solid #336; + border-right: 1px solid #336; +} +#CC th { + font-weight: normal; + text-align: center; +} +#CC th a { + font-weight: normal; + text-decoration: none; + color: #FFF; + padding: 1px; +} +#CC td { + text-align: center; +} +#CC .header { + background-color: #285b86; +} +#CC .weekday { + background-color: #eee; + color: #000; +} +#CC .weekend { + background-color: #FFC; + color: #000; +} +#CC .weekno { + background-color: #c0daf8; + color: #555; +} +#CC .current { + border: 1px solid #339; + background-color: #285b86; + color: #FFF; +} +#CC .weekday, #CC .weekend, #CC .current { + display: block; + text-decoration: none; + border: 1px solid #FFF; + width: 2em; +} +#CC .weekday:hover, #CC .weekend:hover, #CC .current:hover { + color: #FFF; + background-color: #285b86; + border: 1px solid #999; +} +#CC .previous { + text-align: left; +} +#CC .next { + text-align: right; +} +#CC .previous, #CC .next { + padding: 1px 3px 1px 3px; + font-size: 1.4em; +} +#CC .previous a, #CC .next a { + color: #FFF; + text-decoration: none; + font-weight: bold; +} +#CC .title { + text-align: center; + font-weight: bold; + color: #FFF; +} +#CC .empty { + background-color: #ddd; + border: 1px solid #FFF; +} + +div.err_msg { + margin: 10px; + padding: 3px; + border: 1px solid #cc3300; + background-color: #ffcccc; + color: #dd2200; + text-align: center; +} + +div.warn_msg { + margin: 10px; + padding: 3px; + border: 1px solid #ff9900; + background-color: #ffff00; + color: #ff5500; + text-align: center; +} + +div.note_msg { + margin: 10px; + padding: 3px; + border: 1px solid #33cc00; + background-color: #ccffcc; + color: #007700; + text-align: center; +} + +#title { + margin-bottom: 10px; + width: 100%; }