blob: 64d6deacd2eca0408eb0dbfaf1f3ecdf75765625 [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 {
Rushabh Mehta70f76742012-03-01 18:42:05 +053016 background: url(../erpnext/images/stripedbg.png) repeat;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053017}
18
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053019.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053020 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053021 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053022}
23
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053024.module-icons {
Rushabh Mehtaafaac602012-02-14 11:44:13 +053025 background: url(../images/module-icons.png) no-repeat top left;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053026 width:16px;
27 height:16px;
28}
29
30.module-icons-accounts{ background-position: 0 0; }
31.module-icons-analysis{ background-position: 0 -66px; }
32.module-icons-buying{ background-position: 0 -132px; }
33.module-icons-home{ background-position: 0 -198px; }
34.module-icons-hr{ background-position: 0 -264px; }
35.module-icons-people{ background-position: 0 -330px; }
36.module-icons-production{ background-position: 0 -396px; }
37.module-icons-projects{ background-position: 0 -462px; }
38.module-icons-selling{ background-position: 0 -528px; }
39.module-icons-setup{ background-position: 0 -594px; }
40.module-icons-stock{ background-position: 0 -660px; }
Anand Doshic3023be2012-02-20 16:31:55 +053041.module-icons-support{ background-position: 0 -726px; }
42
Anand Doshidb628762012-02-24 17:56:00 +053043.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +053044 margin: -3px 0px;
45 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +053046 min-width: 20px;
47 text-align: center;
48 display: inline-block;
49 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +053050 color: #999999;
51 background-color: #333131;
52}
53
54.navbar-new-comments:hover,
55.navbar-new-comments:active,
56.navbar-new-comments:focus {
57 color: #fff;
58}
59
60
61.navbar-new-comments-true {
62 color: #fff;
63 background-color: #B00D07;
64}
65
66.navbar-icon-home {
67 vertical-align: middle;
68 opacity:0.4;
69 Filter:alpha(opacity=40); /* For IE8 and earlier */
70}
71
72.navbar-icon-home:hover,
73.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +053074.navbar-icon-home:active,
75.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +053076 opacity:1;
77 Filter:alpha(opacity=100); /* For IE8 and earlier */
78}
79
80/*extra size menus for recent*/
81.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
82 min-width: 160px !important;
83 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +053084}