blob: f59c082141a42576bc65c3010522883a8408175a [file] [log] [blame]
Rushabh Mehta7018b192012-02-02 13:42:28 +05301h1, h2, h3, h4, h5 {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05302 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehtab43f9492012-04-08 20:33:51 +05303 font-weight: normal;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +05304 margin-top: 0.2em;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05305}
6
Rushabh Mehta7018b192012-02-02 13:42:28 +05307body {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05308 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehta983a1712012-03-21 13:35:34 +05309 font-size: 13px;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +053010}
11
Rushabh Mehta7018b192012-02-02 13:42:28 +053012span, div, td, input, textarea, button, select {
13 font-family: inherit;
14}
15
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053016body {
Rushabh Mehta3f466962012-03-22 11:37:08 +053017 background: url(../images/redbeech.jpg) repeat;
Rushabh Mehtab43f9492012-04-08 20:33:51 +053018 color: #616161;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053019}
20
Rushabh Mehta983a1712012-03-21 13:35:34 +053021.small {
22 font-size: 11.5px;
23}
24
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053025.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053026 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053027 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053028}
29
Anand Doshidb628762012-02-24 17:56:00 +053030.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +053031 margin: -3px 0px;
32 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +053033 min-width: 20px;
34 text-align: center;
35 display: inline-block;
36 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +053037 color: #999999;
38 background-color: #333131;
39}
40
41.navbar-new-comments:hover,
42.navbar-new-comments:active,
43.navbar-new-comments:focus {
44 color: #fff;
45}
46
47
48.navbar-new-comments-true {
49 color: #fff;
50 background-color: #B00D07;
51}
52
53.navbar-icon-home {
54 vertical-align: middle;
55 opacity:0.4;
56 Filter:alpha(opacity=40); /* For IE8 and earlier */
57}
58
59.navbar-icon-home:hover,
60.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +053061.navbar-icon-home:active,
62.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +053063 opacity:1;
64 Filter:alpha(opacity=100); /* For IE8 and earlier */
65}
66
67/*extra size menus for recent*/
68.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
69 min-width: 160px !important;
70 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +053071}