X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fcool%2Fdefault.css;h=d48d1aa31f976f192c2c4dde12d596d9594498a0;hb=efc1a9ce400be6233323af9c193ab9460407bcf6;hp=4917647e72fcd11b3e0044d4aeae96fd2f5f87a1;hpb=3f5c10470eca4b5863c310627104bd0af8c1c18a;p=fa-stable.git diff --git a/themes/cool/default.css b/themes/cool/default.css index 4917647e..d48d1aa3 100644 --- a/themes/cool/default.css +++ b/themes/cool/default.css @@ -2,8 +2,8 @@ | cool | | default.css | |---------------------------------------------------| | For use with: | -| FrontAccounting | -| http://FrontAccounting.com/ | +| FrontAccounting | +| http://FrontAccounting.com/ | | by Joe Hunt Consulting | |---------------------------------------------------| | Developer: | @@ -95,11 +95,6 @@ button img, span { vertical-align: middle; } -.login { - background-color: #ffffff; - border: none; -} - .callout_main { font-family: Verdana, Arial, Helvetica; border: none; @@ -252,6 +247,13 @@ div.tabs a:hover { color: #cccccc; font-weight: normal; font-size: 9px; + text-align: center; + width: 100%; +} + +.footer td a { + color: #666666; + font-size: 9px; } .tableheader { @@ -278,6 +280,7 @@ div.tabs a:hover { color: #455372; border-bottom: 1px solid #cccccc; padding: 5px; + width: 100%; } .headingtext { @@ -364,17 +367,54 @@ div.tabs a:hover { color: red; } -.tablestyle { +table.tablestyle { border-collapse: collapse; + border: 1px solid #8cacbb; } - -.tablestyle2 { +table.tablestyle td { + border-collapse: collapse; + border: 1px solid #8cacbb; +} +table.tablestyle2 { + border-collapse: collapse; + border: 1px solid #cccccc; +} +table.tablestyle2 td { border-collapse: collapse; + border: 1px solid #cccccc; +} +table.tablestyle_inner { + border-collapse: collapse; + border: 1px solid #eff9f9; +} +table.tablestyle_inner td { + border-collapse: collapse; + border: 1px solid #eff9f9; } .tablestyle_noborder { padding: 3px; } +.label { + background-color: #e4ecec; + color: black; +} + +#loginscreen { + background: #f5f5f5; +} + +.login { + width: 350px; + border-left: 12px solid #367cb5; + border-collapse: collapse; + background-color: #eeeeee; +} +.login td { + border-collapse: collapse; + border: 1px solid #cccccc; +} + .amount { font-family: Verdana, Arial, Helvetica; font-size: 11px; @@ -422,6 +462,9 @@ button.navibutton { background-color: #788da1; } +.navibar tr td { + border: none; +} .listsubmit { display: none;