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