blob: 7b2b6e582dcbc26ca37fbfd43d357dc4fb9aab05 [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 Mehta3599b6e2011-07-14 14:24:16 +053015.layout_wrapper {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053016 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 Mehta11c6be02011-09-06 15:50:01 +053034 background: url(images/module-icons.png) no-repeat top left;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053035 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; }