Rushabh Mehta | b5717bd | 2011-09-06 12:46:33 +0530 | [diff] [blame] | 1 | h1, h2, h3, h4 { |
| 2 | font-family: Tahoma, Sans Serif; |
| 3 | font-weight: bold; |
| 4 | } |
| 5 | |
| 6 | body, span, div, td, input, textarea, button, select { |
| 7 | font-family: Verdana, Arial, Sans Serif; |
| 8 | font-size: 12px; |
| 9 | } |
| 10 | |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 11 | body { |
| 12 | background-color: #e2e2e2; |
| 13 | } |
| 14 | |
Rushabh Mehta | 3599b6e | 2011-07-14 14:24:16 +0530 | [diff] [blame] | 15 | .layout_wrapper { |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 16 | padding: 13px; |
| 17 | margin: 7px; |
| 18 | -moz-box-shadow: 1px 1px 6px #AAA; |
| 19 | -webkit-box-shadow: 1px 1px 6px #AAA; |
| 20 | box-shadow: 1px 1px 6px #AAA; |
| 21 | background-color: #FFF; |
| 22 | } |
| 23 | |
| 24 | #birthday_area { |
| 25 | display: none; |
| 26 | padding: 4px; |
| 27 | margin-bottom: 8px; |
| 28 | background-color: #FDD; |
| 29 | padding: 4px; |
| 30 | color: #644; |
| 31 | } |
| 32 | |
| 33 | .module-icons { |
Rushabh Mehta | 11c6be0 | 2011-09-06 15:50:01 +0530 | [diff] [blame] | 34 | background: url(images/module-icons.png) no-repeat top left; |
Pratik Vyas | c1e6e4c | 2011-06-08 14:37:15 +0530 | [diff] [blame] | 35 | width:16px; |
| 36 | height:16px; |
| 37 | } |
| 38 | |
| 39 | .module-icons-accounts{ background-position: 0 0; } |
| 40 | .module-icons-analysis{ background-position: 0 -66px; } |
| 41 | .module-icons-buying{ background-position: 0 -132px; } |
| 42 | .module-icons-home{ background-position: 0 -198px; } |
| 43 | .module-icons-hr{ background-position: 0 -264px; } |
| 44 | .module-icons-people{ background-position: 0 -330px; } |
| 45 | .module-icons-production{ background-position: 0 -396px; } |
| 46 | .module-icons-projects{ background-position: 0 -462px; } |
| 47 | .module-icons-selling{ background-position: 0 -528px; } |
| 48 | .module-icons-setup{ background-position: 0 -594px; } |
| 49 | .module-icons-stock{ background-position: 0 -660px; } |
| 50 | .module-icons-support{ background-position: 0 -726px; } |