Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 1 | h1, h2, h3, h4, h5 { |
Rushabh Mehta | 0c18b18 | 2012-04-16 11:18:45 +0530 | [diff] [blame] | 2 | font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif; |
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 3 | margin-top: 0.2em; |
Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 4 | } |
| 5 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 6 | body { |
Rushabh Mehta | 0c18b18 | 2012-04-16 11:18:45 +0530 | [diff] [blame] | 7 | font-family: "Helvetica Neue", "Open Sans", Helvetica, 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; |
Rushabh Mehta | b43f949 | 2012-04-08 20:33:51 +0530 | [diff] [blame] | 17 | color: #616161; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 18 | } |
| 19 | |
Rushabh Mehta | 983a171 | 2012-03-21 13:35:34 +0530 | [diff] [blame] | 20 | .small { |
| 21 | font-size: 11.5px; |
| 22 | } |
| 23 | |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 24 | .erpnext-footer { |
Rushabh Mehta | 4c1e9e7 | 2012-03-01 13:30:34 +0530 | [diff] [blame] | 25 | margin: 11px auto; |
Rushabh Mehta | bedc1fe | 2012-01-17 18:17:06 +0530 | [diff] [blame] | 26 | text-align: center; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 27 | } |
| 28 | |
Anand Doshi | db62876 | 2012-02-24 17:56:00 +0530 | [diff] [blame] | 29 | .navbar-new-comments { |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 30 | margin: -3px 0px; |
| 31 | padding: 2px; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 32 | min-width: 20px; |
| 33 | text-align: center; |
| 34 | display: inline-block; |
| 35 | border-radius: 2px; |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 36 | color: #999999; |
| 37 | background-color: #333131; |
| 38 | } |
| 39 | |
| 40 | .navbar-new-comments:hover, |
| 41 | .navbar-new-comments:active, |
| 42 | .navbar-new-comments:focus { |
| 43 | color: #fff; |
| 44 | } |
| 45 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 46 | .navbar-new-comments-true { |
| 47 | color: #fff; |
| 48 | background-color: #B00D07; |
| 49 | } |
| 50 | |
Anand Doshi | 5b1beeb | 2012-02-27 17:17:48 +0530 | [diff] [blame] | 51 | /*extra size menus for recent*/ |
| 52 | .dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{ |
| 53 | min-width: 160px !important; |
| 54 | max-width: 260px !important; |
Anand Doshi | c3023be | 2012-02-20 16:31:55 +0530 | [diff] [blame] | 55 | } |