blob: 4a47aedc95ffa35cff38b8cfba333aec34e8c19f [file] [log] [blame]
Rushabh Mehta7018b192012-02-02 13:42:28 +05301h1, h2, h3, h4, h5 {
Rushabh Mehta983a1712012-03-21 13:35:34 +05302 font-family: "Lato", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05303 font-weight: bold;
4}
5
Rushabh Mehta7018b192012-02-02 13:42:28 +05306body {
Rushabh Mehta983a1712012-03-21 13:35:34 +05307 font-family: "Lato", Helvetica, "Helvetica Neue", sans-serif;
8 font-size: 13px;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05309}
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 Mehta5d267a42012-03-01 18:53:06 +053016 background: url(../images/stripedbg.png) repeat;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053017}
18
Rushabh Mehta983a1712012-03-21 13:35:34 +053019.small {
20 font-size: 11.5px;
21}
22
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053023.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053024 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053025 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053026}
27
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053028.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;
Anand Doshic3023be2012-02-20 16:31:55 +053050 min-width: 20px;
51 text-align: center;
52 display: inline-block;
53 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +053054 color: #999999;
55 background-color: #333131;
56}
57
58.navbar-new-comments:hover,
59.navbar-new-comments:active,
60.navbar-new-comments:focus {
61 color: #fff;
62}
63
64
65.navbar-new-comments-true {
66 color: #fff;
67 background-color: #B00D07;
68}
69
70.navbar-icon-home {
71 vertical-align: middle;
72 opacity:0.4;
73 Filter:alpha(opacity=40); /* For IE8 and earlier */
74}
75
76.navbar-icon-home:hover,
77.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +053078.navbar-icon-home:active,
79.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +053080 opacity:1;
81 Filter:alpha(opacity=100); /* For IE8 and earlier */
82}
83
84/*extra size menus for recent*/
85.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
86 min-width: 160px !important;
87 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +053088}