blob: 79ce027e37f999bd53cac0b17d2f47247c8dbaca [file] [log] [blame]
Rushabh Mehta7018b192012-02-02 13:42:28 +05301h1, h2, h3, h4, h5 {
Rushabh Mehta0c18b182012-04-16 11:18:45 +05302 font-family: "Helvetica Neue", "Open Sans", Helvetica, 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 Mehta0c18b182012-04-16 11:18:45 +05308 font-family: "Helvetica Neue", "Open Sans", Helvetica, 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
Anand Doshi5b1beeb2012-02-27 17:17:48 +053047.navbar-new-comments-true {
48 color: #fff;
49 background-color: #B00D07;
50}
51
Anand Doshi5b1beeb2012-02-27 17:17:48 +053052/*extra size menus for recent*/
53.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
54 min-width: 160px !important;
55 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +053056}