blob: bd21144ec6d0385dca72fd248ea39602f925ba7f [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 Mehtad2cec5b2012-04-10 11:51:08 +05303 margin-top: 0.2em;
Rushabh Mehtab5717bd2011-09-06 12:46:33 +05304}
5
Rushabh Mehta7018b192012-02-02 13:42:28 +05306body {
Rushabh Mehta0c18b182012-04-16 11:18:45 +05307 font-family: "Helvetica Neue", "Open Sans", Helvetica, sans-serif;
Rushabh Mehta983a1712012-03-21 13:35:34 +05308 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 Mehta3f466962012-03-22 11:37:08 +053016 background: url(../images/redbeech.jpg) repeat;
Rushabh Mehtab43f9492012-04-08 20:33:51 +053017 color: #616161;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053018}
19
Rushabh Mehta983a1712012-03-21 13:35:34 +053020.small {
21 font-size: 11.5px;
22}
23
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053024.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +053025 margin: 11px auto;
Rushabh Mehtabedc1fe2012-01-17 18:17:06 +053026 text-align: center;
Pratik Vyasc1e6e4c2011-06-08 14:37:15 +053027}
28
Anand Doshidb628762012-02-24 17:56:00 +053029.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +053030 margin: -3px 0px;
31 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +053032 min-width: 20px;
33 text-align: center;
34 display: inline-block;
35 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +053036 color: #999999;
37 background-color: #333131;
38}
39
40.navbar-new-comments:hover,
41.navbar-new-comments:active,
42.navbar-new-comments:focus {
43 color: #fff;
44}
45
Anand Doshi5b1beeb2012-02-27 17:17:48 +053046.navbar-new-comments-true {
47 color: #fff;
48 background-color: #B00D07;
49}
50
Anand Doshi5b1beeb2012-02-27 17:17:48 +053051/*extra size menus for recent*/
52.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
53 min-width: 160px !important;
54 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +053055}