Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 1 | h1, h2, h3, h4, h5 { |
Rushabh Mehta | b6f8088 | 2012-03-23 14:19:49 +0530 | [diff] [blame] | 2 | font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 3 | font-weight: bold; |
| 4 | } |
| 5 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 6 | body { |
Rushabh Mehta | b6f8088 | 2012-03-23 14:19:49 +0530 | [diff] [blame] | 7 | font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif; |
Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 8 | font-size: 13px; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 9 | } |
| 10 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 11 | span, div, td, input, textarea, button, select { |
| 12 | font-family: inherit; |
| 13 | } |
| 14 | |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 15 | body { |
Rushabh Mehta | 3f46696 | 2012-03-22 11:37:08 +0530 | [diff] [blame] | 16 | background: url(../images/redbeech.jpg) repeat; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 17 | } |
| 18 | |
Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 19 | .small { |
| 20 | font-size: 11.5px; |
| 21 | } |
| 22 | |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 23 | .erpnext-footer { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 24 | margin: 11px auto; |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 25 | text-align: center; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 26 | } |
| 27 | |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 28 | .module-icons { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 29 | background: url(../images/module-icons.png) no-repeat top left; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 30 | width:16px; |
| 31 | height:16px; |
| 32 | } |
| 33 | |
| 34 | .module-icons-accounts{ background-position: 0 0; } |
| 35 | .module-icons-analysis{ background-position: 0 -66px; } |
| 36 | .module-icons-buying{ background-position: 0 -132px; } |
| 37 | .module-icons-home{ background-position: 0 -198px; } |
| 38 | .module-icons-hr{ background-position: 0 -264px; } |
| 39 | .module-icons-people{ background-position: 0 -330px; } |
| 40 | .module-icons-production{ background-position: 0 -396px; } |
| 41 | .module-icons-projects{ background-position: 0 -462px; } |
| 42 | .module-icons-selling{ background-position: 0 -528px; } |
| 43 | .module-icons-setup{ background-position: 0 -594px; } |
| 44 | .module-icons-stock{ background-position: 0 -660px; } |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 45 | .module-icons-support{ background-position: 0 -726px; } |
| 46 | |
Anand Doshi | db62876 | 2012-02-24 17:56:00 +0530 | [diff] [blame] | 47 | .navbar-new-comments { |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 48 | margin: -3px 0px; |
| 49 | padding: 2px; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 50 | min-width: 20px; |
| 51 | text-align: center; |
| 52 | display: inline-block; |
| 53 | border-radius: 2px; |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 54 | color: #999999; |
| 55 | background-color: #333131; |
| 56 | } |
| 57 | |
| 58 | .navbar-new-comments:hover, |
| 59 | .navbar-new-comments:active, |
| 60 | .navbar-new-comments:focus { |
| 61 | color: #fff; |
| 62 | } |
| 63 | |
| 64 | |
| 65 | .navbar-new-comments-true { |
| 66 | color: #fff; |
| 67 | background-color: #B00D07; |
| 68 | } |
| 69 | |
| 70 | .navbar-icon-home { |
| 71 | vertical-align: middle; |
| 72 | opacity:0.4; |
| 73 | Filter:alpha(opacity=40); /* For IE8 and earlier */ |
| 74 | } |
| 75 | |
| 76 | .navbar-icon-home:hover, |
| 77 | .navbar-icon-home:focus, |
Anand Doshi | ac14412 | 2012-02-27 19:16:24 +0530 | [diff] [blame] | 78 | .navbar-icon-home:active, |
| 79 | .navbar-icon-home-hover{ |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 80 | opacity:1; |
| 81 | Filter:alpha(opacity=100); /* For IE8 and earlier */ |
| 82 | } |
| 83 | |
| 84 | /*extra size menus for recent*/ |
| 85 | .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| 86 | min-width: 160px !important; |
| 87 | max-width: 260px !important; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 88 | } |