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