blob: f7e6304ca0667762aed7bae97d21f5a8509ca230 [file] [log] [blame]
Rushabh Mehta7018b192012-02-02 13:42:28 +05301h1, h2, h3, h4, h5 {
Rushabh Mehta51e51da2012-01-27 12:17:09 +05302 font-family: Tahoma, Arial, Verdana, sans-serif;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05303 font-weight: bold;
4}
5
Rushabh Mehta7018b192012-02-02 13:42:28 +05306body {
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
Rushabh Mehta7018b192012-02-02 13:42:28 +053011span, div, td, input, textarea, button, select {
12 font-family: inherit;
13}
14
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053015body {
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053016}
17
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053018.erpnext-footer {
19 margin: 3px auto;
20 color: #888;
21 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053022}
23
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053024.erpnext-footer a, .erpnext-footer a:hover, .erpnext-footer a:visited {
25 color: #666;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053026}
27
28.module-icons {
Rushabh Mehtaafaac602012-02-14 11:44:13 +053029 background: url(../images/module-icons.png) no-repeat top left;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053030 width:16px;
31 height:16px;
32}
33
34.module-icons-accounts{ background-position: 0 0; }
35.module-icons-analysis{ background-position: 0 -66px; }
36.module-icons-buying{ background-position: 0 -132px; }
37.module-icons-home{ background-position: 0 -198px; }
38.module-icons-hr{ background-position: 0 -264px; }
39.module-icons-people{ background-position: 0 -330px; }
40.module-icons-production{ background-position: 0 -396px; }
41.module-icons-projects{ background-position: 0 -462px; }
42.module-icons-selling{ background-position: 0 -528px; }
43.module-icons-setup{ background-position: 0 -594px; }
44.module-icons-stock{ background-position: 0 -660px; }
Anand Doshic3023be2012-02-20 16:31:55 +053045.module-icons-support{ background-position: 0 -726px; }
46
Anand Doshidb628762012-02-24 17:56:00 +053047.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +053048 margin: -3px 0px;
49 padding: 2px;
50 font-size: 14px;
51 color: #fff;
52 background-color: #B00D07;
53 min-width: 20px;
54 text-align: center;
55 display: inline-block;
56 border-radius: 2px;
57}