| h1, h2, h3, h4, h5 { |
| font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif; |
| font-weight: bold; |
| } |
| |
| body { |
| font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif; |
| font-size: 13px; |
| } |
| |
| span, div, td, input, textarea, button, select { |
| font-family: inherit; |
| } |
| |
| body { |
| background: url(../images/redbeech.jpg) repeat; |
| } |
| |
| .small { |
| font-size: 11.5px; |
| } |
| |
| .erpnext-footer { |
| margin: 11px auto; |
| text-align: center; |
| } |
| |
| .module-icons { |
| background: url(../images/module-icons.png) no-repeat top left; |
| width:16px; |
| height:16px; |
| } |
| |
| .module-icons-accounts{ background-position: 0 0; } |
| .module-icons-analysis{ background-position: 0 -66px; } |
| .module-icons-buying{ background-position: 0 -132px; } |
| .module-icons-home{ background-position: 0 -198px; } |
| .module-icons-hr{ background-position: 0 -264px; } |
| .module-icons-people{ background-position: 0 -330px; } |
| .module-icons-production{ background-position: 0 -396px; } |
| .module-icons-projects{ background-position: 0 -462px; } |
| .module-icons-selling{ background-position: 0 -528px; } |
| .module-icons-setup{ background-position: 0 -594px; } |
| .module-icons-stock{ background-position: 0 -660px; } |
| .module-icons-support{ background-position: 0 -726px; } |
| |
| .navbar-new-comments { |
| margin: -3px 0px; |
| padding: 2px; |
| min-width: 20px; |
| text-align: center; |
| display: inline-block; |
| border-radius: 2px; |
| color: #999999; |
| background-color: #333131; |
| } |
| |
| .navbar-new-comments:hover, |
| .navbar-new-comments:active, |
| .navbar-new-comments:focus { |
| color: #fff; |
| } |
| |
| |
| .navbar-new-comments-true { |
| color: #fff; |
| background-color: #B00D07; |
| } |
| |
| .navbar-icon-home { |
| vertical-align: middle; |
| opacity:0.4; |
| Filter:alpha(opacity=40); /* For IE8 and earlier */ |
| } |
| |
| .navbar-icon-home:hover, |
| .navbar-icon-home:focus, |
| .navbar-icon-home:active, |
| .navbar-icon-home-hover{ |
| opacity:1; |
| Filter:alpha(opacity=100); /* For IE8 and earlier */ |
| } |
| |
| /*extra size menus for recent*/ |
| .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| min-width: 160px !important; |
| max-width: 260px !important; |
| } |