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 { |
| 16 | background-color: #e2e2e2; |
| 17 | } |
| 18 | |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 19 | .erpnext-footer { |
| 20 | margin: 3px auto; |
| 21 | color: #888; |
| 22 | text-align: center; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 23 | } |
| 24 | |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 25 | .erpnext-footer a, .erpnext-footer a:hover, .erpnext-footer a:visited { |
| 26 | color: #666; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 27 | } |
| 28 | |
| 29 | .module-icons { |
Rushabh Mehta | afaac60 | 2012-02-14 11:44:13 +0530 | [diff] [blame] | 30 | background: url(../images/module-icons.png) no-repeat top left; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 31 | width:16px; |
| 32 | height:16px; |
| 33 | } |
| 34 | |
| 35 | .module-icons-accounts{ background-position: 0 0; } |
| 36 | .module-icons-analysis{ background-position: 0 -66px; } |
| 37 | .module-icons-buying{ background-position: 0 -132px; } |
| 38 | .module-icons-home{ background-position: 0 -198px; } |
| 39 | .module-icons-hr{ background-position: 0 -264px; } |
| 40 | .module-icons-people{ background-position: 0 -330px; } |
| 41 | .module-icons-production{ background-position: 0 -396px; } |
| 42 | .module-icons-projects{ background-position: 0 -462px; } |
| 43 | .module-icons-selling{ background-position: 0 -528px; } |
| 44 | .module-icons-setup{ background-position: 0 -594px; } |
| 45 | .module-icons-stock{ background-position: 0 -660px; } |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 46 | .module-icons-support{ background-position: 0 -726px; } |
| 47 | |
| 48 | .topbar-new-comments { |
| 49 | margin: -3px 0px; |
| 50 | padding: 2px; |
| 51 | font-size: 14px; |
| 52 | color: #fff; |
| 53 | background-color: #B00D07; |
| 54 | min-width: 20px; |
| 55 | text-align: center; |
| 56 | display: inline-block; |
| 57 | border-radius: 2px; |
| 58 | } |