X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fcool%2Fdefault.css;h=3c280b0e212853f46ea9add63c1a79835996a80d;hb=588ed54d44a168d4355838f0d3493bcb639ec03c;hp=53606648d13e8d9c1373d03a25210649ca709305;hpb=c7353ffde8fbcd970585936b006641dfaa1f7f77;p=fa-stable.git diff --git a/themes/cool/default.css b/themes/cool/default.css index 53606648..3c280b0e 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -19,7 +19,7 @@ body { font-family: Verdana, Arial, Helvetica; background: #60687b; - font-size: 10px; + font-size: 10px; margin: 5px 0 0 5px; padding: 0; } @@ -29,13 +29,21 @@ tr, td, th { line-height: 19px; } +table { + text-align: left; +} + textarea { font-size: 12px; } input, select { font-size: 11px; - padding: 1px; + padding: 1px; +} + +select { + max-width: 200px; } input.big { @@ -48,7 +56,7 @@ input.small { a { color: #0000bb; - font-size: 11px; + font-size: 11px; text-decoration: none; } @@ -67,6 +75,16 @@ a:hover { text-decoration: underline; } +button { + font-size: 11px; + border: 1px #0066cc solid; + padding: 1px 0px; +} + +button img, span { + padding: 0px 2px ; + vertical-align: middle; +} .login { background-color: #ffffff; @@ -94,7 +112,7 @@ a:hover { border: 0; margin: 0; padding: 0; - text-align: right; + /*text-align: right;*/ } .quick_menu_selected { @@ -109,18 +127,18 @@ a:hover { } .logoutBar { - padding-right: 1em; - background: #e4ecec; - color: black; - border-bottom: 1px solid #cccccc; + padding-right: 1em; + background: #e4ecec; + color: black; + border-bottom: 1px solid #cccccc; width: 100%; } .bottomBar { - padding-right: 1em; - background: #e4ecec; - color: black; - border-bottom: 1px solid #cccccc; + padding-right: 1em; + background: #e4ecec; + color: black; + border-bottom: 1px solid #cccccc; width: 100%; } @@ -130,11 +148,11 @@ a:hover { } .bottomBar2 { - padding-right: 1em; - background: #e4ecec; - color: black; - border-top: 1px solid #cccccc; - border-bottom: 1px solid #cccccc; + padding-right: 1em; + background: #e4ecec; + color: black; + border-top: 1px solid #cccccc; + border-bottom: 1px solid #cccccc; width: 100%; } @@ -143,16 +161,16 @@ a:hover { } div.logoutBar { - padding-right: 1em; - background: #e4ecec; - color: black; - border-bottom: 1px solid #cccccc; + padding-right: 1em; + background: #e4ecec; + color: black; + border-bottom: 1px solid #cccccc; text-align: right; } div.logoutBar a { - font-weight: normal; - margin-left: 1em; - color: #436976; + font-weight: normal; + margin-left: 1em; + color: #436976; background-color: transparent; } div.logoutBar img { @@ -160,38 +178,38 @@ div.logoutBar img { } div.tabs { - padding: 0.5em 0 0 0; - background: none transparent scroll repeat 0% 0%; - white-space: nowrap; - border-collapse: collapse; - border-bottom: 1px solid #cccccc; + padding: 3px 0 0 0; + background: none transparent scroll repeat 0% 0%; + white-space: nowrap; + border-collapse: collapse; + border-bottom: 1px solid #cccccc; } div.tabs a { - border: 1px solid #cccccc; - padding: 0 1em 3px 1em; - font-weight: normal; - background: white scroll repeat 0% 0%; - color: #436976; - margin-right: 0.0em; + border: 1px solid #cccccc; + padding: 3px 10px; + font-weight: normal; + background: white scroll repeat 0% 0%; + color: #436976; + margin-right: 0.0em; height: 1.0em; } div.tabs a.selected { - border-top: 1px solid #cccccc; - border-right: 1px solid #cccccc; + border-top: 1px solid #cccccc; + border-right: 1px solid #cccccc; border-bottom: 1px solid #e4ecec; - border-left: 1px solid #cccccc; - font-weight: normal; - background: #e4ecec; - color: #436976; + border-left: 1px solid #cccccc; + font-weight: normal; + background: #e4ecec; + color: #436976; } div.tabs a:hover { - border-top-color: #cccccc; + border-top-color: #cccccc; border-right-color: #cccccc; - border-bottom-color: #e4ecec; - border-left-color: #cccccc; - background: #e4ecec; - color: #436976; + border-bottom-color: #e4ecec; + border-left-color: #cccccc; + background: #e4ecec; + color: #436976; } .menu_group { @@ -199,7 +217,7 @@ div.tabs a:hover { padding: 0px; color: #455372; background-color: #e4ecec; - PADDING-LEFT: 3px; + PADDING-LEFT: 3px; font-weight: bold; } @@ -242,7 +260,7 @@ div.tabs a:hover { .titletext { font-weight: bold; - font-size: 13px; + font-size: 13px; color: #455372; border-bottom: 1px solid #cccccc; padding: 5px; @@ -250,23 +268,23 @@ div.tabs a:hover { .headingtext { font-weight: bold; - font-size: 13px; + font-size: 13px; color: #455372; } .headingtext2 { - font-size: 13px; + font-size: 13px; color: #455372; } .headingtext3 { font-weight: bold; - font-size: 10px; + font-size: 10px; color: #455372; } .errortext { - font-size: 13px; + font-size: 13px; color: #ff0000; font-weight: bold; } @@ -274,7 +292,13 @@ div.tabs a:hover { .inputsubmit { font-size: 11px; border: 1px solid #0066cc; - padding: 1px 4px; + padding: 1px 4px; +} + +.ajaxsubmit { + font-size: 11px; + border: 1px solid #0066cc; + padding: 1px 4px; } .oddrow { @@ -283,32 +307,32 @@ div.tabs a:hover { .evenrow { background-color: #eaedf1; -} +} .overduebg { background-color: pink; -} +} .overduefg { color: #dd7777; -} +} .currentfg { color: #ff6666; -} +} .redfg { color: red; font-weight: bold; -} +} .settledbg { background-color: #00bb00; -} +} .settledfg { color: #00bb00; -} +} .inquirybg { background-color: #fdfeef; @@ -322,17 +346,225 @@ div.tabs a:hover { background-color: pink; } +.stockmankofg { + color: red; +} + .tablestyle { padding: 3px; border: 1px solid #cccccc; border-collapse: collapse; -} +} .tablestyle2 { padding: 0 3px; border: 1px solid #ccc; border-collapse: collapse; -} +} .tablestyle_noborder { padding: 3px; -} \ No newline at end of file +} + +.amount { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; + text-align: right; +} + +input.amount { + padding-right: 0px; + border-right: none; +} + +.editbutton { + color:#0000FF; + background-color:transparent; + border-style:none; + text-decoration:underline; + cursor: pointer; +} + +.navibutton[disabled], .navibutton[disabled] span { + color:#ddd; + text-decoration: none; + cursor: auto; +} +button.navibutton { + font-family: Verdana, Arial, Helvetica; + font-size: 11px; + font-weight: bold; + color:#fff; + padding: 0 3px; + background-color:transparent; + border-style:none; + cursor: pointer; +} + +.navibutton span { + text-decoration: underline; +} + +.navibar { + padding: 0 3px; + color: #fff; + border: 1px solid #cccccc; + border-collapse: collapse; + background-color: #788da1; +} + + +.listsubmit { + display: none; +} + +ul.ajaxtabs{ + padding: 3px 0 0 0; + margin: 3px 3px 0 3px; + font: 12px Tahoma,Verdana; + font-weight: bold; +} + +ul.ajaxtabs li{ + list-style: none; + margin: 0; + display: inline; +} + +ul.ajaxtabs li input{ + background-color: #dee7ec; +/* background-repeat: repeat-x; + background-position: top; */ + padding: 3px 8px; + margin: 0px; + border-top: 1px solid #8cacbb; + border-right: 1px solid #8cacbb; + border-bottom: none; + border-left: none; + font-weight: bold; +} + +ul.ajaxtabs li input:hover{ + border-top: 1px solid #8cacbb; + color:#FFFFFF; +} +div.spaceBox{ + background-color: #8cacbb; + height:8px; + border-bottom: 1px solid #8cacbb; + border-left: 1px solid #8cacbb; + border-right:1px solid #8cacbb; + margin: 0 3px 0px 3px +} + +div.contentBox{ + border: 1px solid #8cacbb; + margin: 0 3px 3px 3px +} + +ul.ajaxtabs li input.current, ul.ajaxtabs li input.current:hover{ + border-left: 1px solid #8cacbb; + background-color: #8cacbb; + 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; +} +/* + 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: #60687b; +} +#CC .weekday { + background-color: #eee; + color: #000; +} +#CC .weekend { + background-color: #FFC; + color: #000; +} +#CC .weekno { + background-color: #e4ecec; + color: #555; +} +#CC .current { + border: 1px solid #339; + background-color: #60687b; + 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: #60687b; + 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; +}