blob: f7aff1c53554ed59b5be6c11ce28303167e4b873 [file] [log] [blame]
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05301h1, h2, h3, h4 {
2 font-family: Tahoma, Sans Serif;
3 font-weight: bold;
4}
5
6body, span, div, td, input, textarea, button, select {
Rushabh Mehta790f4532011-10-19 14:06:32 +05307 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05308 font-size: 12px;
9}
10
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053011body {
12 background-color: #e2e2e2;
13}
14
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053015.erpnext-footer {
16 margin: 3px auto;
17 color: #888;
18 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053019}
20
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053021.erpnext-footer a, .erpnext-footer a:hover, .erpnext-footer a:visited {
22 color: #666;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053023}
24
25.module-icons {
Rushabh Mehta11c6be02011-09-06 15:50:01 +053026 background: url(images/module-icons.png) no-repeat top left;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053027 width:16px;
28 height:16px;
29}
30
31.module-icons-accounts{ background-position: 0 0; }
32.module-icons-analysis{ background-position: 0 -66px; }
33.module-icons-buying{ background-position: 0 -132px; }
34.module-icons-home{ background-position: 0 -198px; }
35.module-icons-hr{ background-position: 0 -264px; }
36.module-icons-people{ background-position: 0 -330px; }
37.module-icons-production{ background-position: 0 -396px; }
38.module-icons-projects{ background-position: 0 -462px; }
39.module-icons-selling{ background-position: 0 -528px; }
40.module-icons-setup{ background-position: 0 -594px; }
41.module-icons-stock{ background-position: 0 -660px; }
42.module-icons-support{ background-position: 0 -726px; }