blob: 1dfcf70abfe96db866c7f78ef8c21491d56d0f3d [file] [log] [blame]
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301
2/*
3 * lib/css/legacy/body.css
4 */html {
5 margin: 0px;
6 padding: 0px;
7}
8
9body {
10 margin: 0px;
11 padding: 0px;
12 font-family: Arial, Helvetica, Sans;
13 font-size: 12px;
14 color: #000;
Rushabh Mehta3f29b852012-02-20 15:40:29 +053015 background-color: #e2e2e2;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053016}
17
Rushabh Mehtaafaac602012-02-14 11:44:13 +053018pre { margin: 0px; padding: 0px; }
19
20button { margin: 2px; margin-left: 0px; }
21
22label {
23 padding-top: 15px;
24 color: #404040;
25}
26
27select, input, textarea {
28 border: 1px solid #AAA;
29 -moz-border-radius: 4px;
30 -webkit-border-radius: 4px;
31 font-size: 13px;
32 padding: 4px;
33 color: #222;
34}
35
36textarea {
37 font-family: inherit;
38 height: 120px;
39 width: 90%;
40 font-size: 12px;
41 white-space: normal;
42}
43
44table { padding: 0px; border-collapse: 'collapse'}
45
46td {
47 padding:0px;
48 margin: 0px;
49 vertical-align: top;
50}
51
52p {
53 margin: 0px 0px 9px 0px;
54 line-height: 1.5em;
55}
56
57li {
58 line-height: 1.5em;
59}
60
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053061hr {
62 margin: 18px 0;
63 border: 0;
64 border-top: 1px solid #e5e5e5;
65 border-bottom: 1px solid #ffffff;
66}
67
Rushabh Mehtaafaac602012-02-14 11:44:13 +053068a:active { outline:none; }
69
70:focus { -moz-outline-style:none; }
71
72table.simpletable { border-collapse: collapse; margin-bottom: 10px;}
73table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; }
74
75div.fix_ff_cursor { overflow: auto; }
76
77/* --- Layout --- */
78
79div.comment { color: #444; }
80
81div#body_div {
82 position: relative;
83 display: none;
84 margin-top: 56px;
85 padding-right: 7px;
86}
87
88div.no_script {
89 display: none;
90}
91
92div.loading_div {
93 position: absolute;
94 background-color: #FFFFCC;
95 z-index: 1999;
96 right: 5px;
97 width: 90px;
98 display: none;
99 text-align: center;
100 padding: 2px;
101 font-size: 12px;
102 border: 1px solid #FF4;
103}
104
105
106div#head_div { background-color: #FFF; }
107
108#head_banner { background-color: #FFF; }
109
110.link_type {
111 padding:2px;
112 color: #00b;
113 text-decoration: underline;
114 cursor: pointer;
115}
116
117.link_type:hover {
118 color: #fff !important;
119 background-color: #07b;
120 text-decoration: none;
121}
122
123div.std-footer {
124 margin: 13px 0px;
125 border-top: 1px solid #AAA;
126 padding: 13px;
127}
128
129div.std-footer-item {
130 margin: 0px 13px 13px 0px;
131}
132
133.shadow {
134 -moz-box-shadow: 0px 2px 2px #888;
135 -webkit-box-shadow: 0px 2px 2px #888;
136 box-shadow: 0px 2px 2px #888;
137}
138
139.round {
140 -webkit-border-radius: 5px;
141 -moz-border-radius: 5px;
142 border-radius: 5px;
143}
144.gradient {
145 background: #ededed; /* Old browsers */
146 background: -moz-linear-gradient(top, #ededed 0%, #d1d1d1 47%, #b7b7b7 100%); /* FF3.6+ */
147 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#d1d1d1), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
148 background: -webkit-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
149 background: -o-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Opera11.10+ */
150 background: -ms-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* IE10+ */
151 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
152 background: linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* W3C */
153}
154
155.header-gradient {
156 background: #84827c; /* Old browsers */
157 background: -moz-linear-gradient(top, #84827c 0%, #27211c 100%); /* FF3.6+ */
158 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84827c), color-stop(100%,#27211c)); /* Chrome,Safari4+ */
159 background: -webkit-linear-gradient(top, #84827c 0%,#27211c 100%); /* Chrome10+,Safari5.1+ */
160 background: -o-linear-gradient(top, #84827c 0%,#27211c 100%); /* Opera11.10+ */
161 background: -ms-linear-gradient(top, #84827c 0%,#27211c 100%); /* IE10+ */
162 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84827c', endColorstr='#27211c',GradientType=0 ); /* IE6-9 */
163 background: linear-gradient(top, #84827c 0%,#27211c 100%); /* W3C */
164 color: #FFF;
165}
166
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530167.layout_wrapper, .layout-wrapper {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530168 -moz-box-shadow: 1px 1px 6px #AAA;
169 -webkit-box-shadow: 1px 1px 6px #AAA;
170 box-shadow: 1px 1px 6px #AAA;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530171 background-color: #fff;
172 padding: 15px;
173}
174
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530175.layout-wrapper-background {
176 background-color: #f2f2f2 !important;
177 padding: 0px;
178}
179
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530180.layout-main-section {
181 width: 68%;
182 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530183 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530184 background-color: #FFF;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530185 min-height: 450px;
186}
187
188.layout-side-section {
189 width: 24%;
190 float: right;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530191 color: #606060;
192 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530193 padding: 15px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530194 min-height: 450px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530195}
196
197/* from bootstrap */
198.container {
199 margin-left: auto;
200 margin-right: auto;
201 zoom: 1;
202}
203.container:before, .container:after {
204 display: table;
205 content: "";
206 zoom: 1;
207}
208.container:after {
209 clear: both;
210}
211
212/*
213 * lib/css/legacy/menus.css
214 */
215/******** Menus - menu.js ************/
216
217ul.menu_toolbar {
218 z-index: 30;
219 padding: 0px;
220 margin: 0px;
221 margin-top: 1px;
222}
223
224ul.menu_toolbar li {
225 list-style: none;
226 margin: 0px;
227 float: left;
228}
229
230.top_menu {
231 margin: 0px;
232 padding: 4px;
233 cursor: pointer;
234 color: #FFF;
235 margin-right: 8px;
236}
237
238.top_menu_mo {
239 background-color: #000;
240
241 -moz-border-radius: 5px;
242 -webkit-border-radius: 5px;
243}
244
245div.menu_toolbar_dropdown {
246 position: absolute;
247 margin-top: 4px;
248 margin-left: 8px;
249 width: 140px;
250 background-color: #FFF;
251 color: #000;
252 display: none;
253 border: 2px solid #333;
254 z-index: 31;
255 overflow-y: auto;
256 overflow-x: hidden;
257}
258
259div.dd_item {
260 cursor: pointer;
261 padding: 4px;
262 background-color: #FFF;
263}
264div.dd_item_mo { background-color: #FE8; }
265/*
266 * lib/css/legacy/messages.css
267 */
268/* FLOATING MESSAGE */
269
270.btn-img { cursor: pointer; }
271
272div.fetching { color: #888; text-align:right; }
273
274div.notice {
275 postion: absolute;
276 background-color: #000;
277 -moz-border-radius: 5px; -webkit-border-radius: 5px;
278 opacity: 0.6;
279 right: 0;
280 top: 0;
281 margin-top: 8px;
282 z-index: -1;
283 padding: 8px;
284}
285
286/** help **/
287
288.info-box {
289 background-color: #F8F8F8;
290 border: 1px solid #CCCCCC;
291 border-radius: 3px 3px 3px 3px;
292 line-height: 1.6em;
293 overflow: auto;
294 padding: 6px 10px;
295 margin-bottom: 9px;
296}
297
298.help_box, .help-box {
299 background-color:#FFC;
300 font-size: 13px;
301 color: #864;
302 padding: 7px;
303 margin: 11px 0px;
304 border: 1px solid #EEB;
305}
306
307.help_box_big {
308 background-color:#FFC;
309 color: #864;
310 padding: 7px;
311 margin: 7px 0px;
312 border: 1px solid #EEB;
313 text-align: center;
314 font-size: 14px;
315}
316/*
317 * lib/css/legacy/dialog.css
318 *//***** Dialogs *******/
319
320div.dialog_wrapper {
321 position: absolute;
322 width: 440px;
323 display: none;
324 z-index: 90;
325 background-color: #FFF;
326 border: 3px solid #222;
327 box-shadow:1px 1px 5px #777;
328 -moz-box-shadow: 1px 1px 5px #777;
329 -webkit-box-shadow: 1px 1px 5px #777;
330
331 border-radius: 5px;
332 -moz-border-radius: 5px;
333 -webkit-border-radius: 5px;
334}
335
336div.dialog_head {
337 height: 22px;
338 padding: 4px;
339 background-color: #222;
340 color: #FFF;
341}
342
343div.dialog_body {
344 padding: 8px 4px 16px 4px;
345 border-radius: 5px;
346 -moz-border-radius: 5px;
347 -webkit-border-radius: 5px;
348}
349
350div.dialog_back {
351 position: fixed;
352 display: none;
353 top: 0px;
354 left: 0px;
355 bottom: 0px;
356 right: 0px;
357 background-color: #EEE;
358 opacity: 0.6;
359 z-index: 50;
360 text-align: center;
361}
362
363div.dialog_message {
364 display: none;
365 position: absolute;
366 width: 250px;
367 font-size: 12px;
368 z-index: 91;
369 background-color:#FFF;
370 padding: 12px;
371 border: 1px solid #444;
372}
373
374div.dialog_row {
375 padding: 8px 8px 0px 8px;
376}
377
378div.dialog_row table {
379 width: 100%;
380}
381
382div.dialog_row table td {
383}
384
385div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
386 width: 80%;
387 font-size: 14px;
388}
389
390div.dialog_row table td textarea {
391 width: 80%;
392 height: 200px;
393 font-size: 12px;
394}
395
396/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530397 * lib/css/bootstrap/headings.css
398 *//* heading from bootstrap */
399
400h1,
401h2,
402h3,
403h4,
404h5,
405h6 {
406 margin: 0;
407 font-weight: bold;
408 color: #333333;
409 text-rendering: optimizelegibility;
410 margin-bottom: 0.3em;
411}
412h1 small,
413h2 small,
414h3 small,
415h4 small,
416h5 small,
417h6 small {
418 font-weight: normal;
419 color: #999999;
420}
421h1 {
422 font-size: 30px;
423 line-height: 36px;
424}
425h1 small {
426 font-size: 18px;
427}
428h2 {
429 font-size: 24px;
430 line-height: 36px;
431}
432h2 small {
433 font-size: 18px;
434}
435h3 {
436 line-height: 27px;
437 font-size: 18px;
438}
439h3 small {
440 font-size: 14px;
441}
442h4, h5, h6 {
443 line-height: 18px;
444}
445h4 {
446 font-size: 14px;
447}
448h4 small {
449 font-size: 12px;
450}
451h5 {
452 font-size: 12px;
453}
454h6 {
455 font-size: 11px;
456 color: #999999;
457 text-transform: uppercase;
458}
459/*
460 * lib/css/bootstrap/buttons.css
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530461 */.btn.danger,
462.alert-message.danger,
463.btn.danger:hover,
464.alert-message.danger:hover,
465.btn.error,
466.alert-message.error,
467.btn.error:hover,
468.alert-message.error:hover,
469.btn.success,
470.alert-message.success,
471.btn.success:hover,
472.alert-message.success:hover,
473.btn.info,
474.alert-message.info,
475.btn.info:hover,
476.alert-message.info:hover {
477 color: #ffffff;
478}
479.btn .close, .alert-message .close {
480 font-family: Arial, sans-serif;
481 line-height: 18px;
482}
483.btn.danger,
484.alert-message.danger,
485.btn.error,
486.alert-message.error {
487 background-color: #c43c35;
488 background-repeat: repeat-x;
489 background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
490 background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
491 background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
492 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
493 background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
494 background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
495 background-image: linear-gradient(top, #ee5f5b, #c43c35);
496 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
497 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
498 border-color: #c43c35 #c43c35 #882a25;
499 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
500}
501.btn.success, .alert-message.success {
502 background-color: #57a957;
503 background-repeat: repeat-x;
504 background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
505 background-image: -moz-linear-gradient(top, #62c462, #57a957);
506 background-image: -ms-linear-gradient(top, #62c462, #57a957);
507 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
508 background-image: -webkit-linear-gradient(top, #62c462, #57a957);
509 background-image: -o-linear-gradient(top, #62c462, #57a957);
510 background-image: linear-gradient(top, #62c462, #57a957);
511 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
512 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
513 border-color: #57a957 #57a957 #3d773d;
514 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
515}
516.btn.info, .alert-message.info {
517 background-color: #339bb9;
518 background-repeat: repeat-x;
519 background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
520 background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
521 background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
522 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
523 background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
524 background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
525 background-image: linear-gradient(top, #5bc0de, #339bb9);
526 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
527 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
528 border-color: #339bb9 #339bb9 #22697d;
529 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
530}
531.btn {
532 cursor: pointer;
533 display: inline-block;
534 background-color: #e6e6e6;
535 background-repeat: no-repeat;
536 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
537 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
538 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
539 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
540 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
541 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
542 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
543 padding: 5px 14px 6px;
544 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
545 color: #333;
546 font-size: 11px;
547 line-height: normal;
548 border: 1px solid #ccc;
549 border-bottom-color: #bbb;
550 -webkit-border-radius: 4px;
551 -moz-border-radius: 4px;
552 border-radius: 4px;
553 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
554 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
555 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
556 -webkit-transition: 0.1s linear all;
557 -moz-transition: 0.1s linear all;
558 -ms-transition: 0.1s linear all;
559 -o-transition: 0.1s linear all;
560 transition: 0.1s linear all;
561}
562.btn:hover {
563 background-position: 0 -15px;
564 color: #333;
565 text-decoration: none;
566}
567.btn:focus {
568 outline: 1px dotted #666;
569}
570.btn.primary {
571 color: #ffffff;
572 background-color: #0064cd;
573 background-repeat: repeat-x;
574 background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
575 background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
576 background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
577 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
578 background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
579 background-image: -o-linear-gradient(top, #049cdb, #0064cd);
580 background-image: linear-gradient(top, #049cdb, #0064cd);
581 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
582 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
583 border-color: #0064cd #0064cd #003f81;
584 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
585}
586.btn.active, .btn :active {
587 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
588 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
589 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
590}
591.btn.disabled {
592 cursor: default;
593 background-image: none;
594 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
595 filter: alpha(opacity=65);
596 -khtml-opacity: 0.65;
597 -moz-opacity: 0.65;
598 opacity: 0.65;
599 -webkit-box-shadow: none;
600 -moz-box-shadow: none;
601 box-shadow: none;
602}
603.btn[disabled] {
604 cursor: default;
605 background-image: none;
606 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
607 filter: alpha(opacity=65);
608 -khtml-opacity: 0.65;
609 -moz-opacity: 0.65;
610 opacity: 0.65;
611 -webkit-box-shadow: none;
612 -moz-box-shadow: none;
613 box-shadow: none;
614}
615.btn.large {
616 font-size: 15px;
617 line-height: normal;
618 padding: 9px 14px 9px;
619 -webkit-border-radius: 6px;
620 -moz-border-radius: 6px;
621 border-radius: 6px;
622}
623.btn.small {
624 padding: 5px 7px 5px;
625 font-size: 11px;
626}
627:root .alert-message, :root .btn {
628 border-radius: 0 \0;
629}
630button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
631 padding: 0;
632 border: 0;
633}
634
635/* CLose */
636
637.close {
638 float: right;
639 color: #000000;
640 font-size: 15px;
641 font-weight: bold;
642 line-height: 13.5px;
643 margin-bottom: -2px;
644 text-shadow: 0 1px 0 #ffffff;
645 filter: alpha(opacity=25);
646 -khtml-opacity: 0.25;
647 -moz-opacity: 0.25;
648 opacity: 0.25;
649 text-decoration: none;
650}
651.close:hover {
652 color: #000000;
653 text-decoration: none;
654 filter: alpha(opacity=40);
655 -khtml-opacity: 0.4;
656 -moz-opacity: 0.4;
657 opacity: 0.4;
658 cursor: pointer;
659 font-weight: bold;
660}
661/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530662 * lib/css/bootstrap/navbar.css
663 */.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530664 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530665 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530666}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530667.navbar-inner {
668 padding-left: 20px;
669 padding-right: 20px;
670 background-color: #2c2c2c;
671 background-image: -moz-linear-gradient(top, #333333, #222222);
672 background-image: -ms-linear-gradient(top, #333333, #222222);
673 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
674 background-image: -webkit-linear-gradient(top, #333333, #222222);
675 background-image: -o-linear-gradient(top, #333333, #222222);
676 background-image: linear-gradient(top, #333333, #222222);
677 background-repeat: repeat-x;
678 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
679 -webkit-border-radius: 4px;
680 -moz-border-radius: 4px;
681 border-radius: 4px;
682 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
683 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
684 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
685}
686.btn-navbar {
687 display: none;
688 float: right;
689 padding: 7px 10px;
690 margin-left: 5px;
691 margin-right: 5px;
692 background-color: #2c2c2c;
693 background-image: -moz-linear-gradient(top, #333333, #222222);
694 background-image: -ms-linear-gradient(top, #333333, #222222);
695 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
696 background-image: -webkit-linear-gradient(top, #333333, #222222);
697 background-image: -o-linear-gradient(top, #333333, #222222);
698 background-image: linear-gradient(top, #333333, #222222);
699 background-repeat: repeat-x;
700 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
701 border-color: #222222 #222222 #000000;
702 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
703 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
704 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
705 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
706 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
707}
708.btn-navbar:hover,
709.btn-navbar:active,
710.btn-navbar.active,
711.btn-navbar.disabled,
712.btn-navbar[disabled] {
713 background-color: #222222;
714}
715.btn-navbar:active, .btn-navbar.active {
716 background-color: #080808 \9;
717}
718.btn-navbar .icon-bar {
719 display: block;
720 width: 18px;
721 height: 2px;
722 background-color: #f5f5f5;
723 -webkit-border-radius: 1px;
724 -moz-border-radius: 1px;
725 border-radius: 1px;
726 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
727 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
728 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
729}
730.btn-navbar .icon-bar + .icon-bar {
731 margin-top: 3px;
732}
733.nav-collapse.collapse {
734 height: auto;
735}
736.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530737 text-decoration: none;
738}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530739.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530740 float: left;
741 display: block;
742 padding: 8px 20px 12px;
743 margin-left: -20px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530744 font-size: 20px;
745 font-weight: 200;
746 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530747 color: #ffffff;
748}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530749.navbar .navbar-text {
750 margin-bottom: 0;
751 line-height: 40px;
752 color: #999999;
753}
754.navbar .navbar-text a:hover {
755 color: #ffffff;
756 background-color: transparent;
757}
758.navbar .btn, .navbar .btn-group {
759 margin-top: 5px;
760}
761.navbar .btn-group .btn {
762 margin-top: 0;
763}
764.navbar-form {
765 margin-bottom: 0;
766 *zoom: 1;
767}
768.navbar-form:before, .navbar-form:after {
769 display: table;
770 content: "";
771}
772.navbar-form:after {
773 clear: both;
774}
775.navbar-form input, .navbar-form select {
776 display: inline-block;
777 margin-top: 5px;
778 margin-bottom: 0;
779}
780.navbar-form .radio, .navbar-form .checkbox {
781 margin-top: 5px;
782}
783.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
784 margin-top: 3px;
785}
786.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530787 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530788 float: left;
789 margin-top: 6px;
790 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530791}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530792.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530793 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530794 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
795 font-size: 13px;
796 font-weight: normal;
797 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530798 color: #ffffff;
799 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530800 background: #666;
801 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530802 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530803 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
804 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
805 box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530806 -webkit-transition: none;
807 -moz-transition: none;
808 -ms-transition: none;
809 -o-transition: none;
810 transition: none;
811}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530812.navbar-search .search-query :-moz-placeholder {
813 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530814}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530815.navbar-search .search-query::-webkit-input-placeholder {
816 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530817}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530818.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530819 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530820 background-color: #999999;
821 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530822}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530823.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530824 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530825 color: #333333;
826 text-shadow: 0 1px 0 #ffffff;
827 background-color: #ffffff;
828 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530829 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
830 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
831 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530832 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530833}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530834.navbar-fixed-top {
835 position: fixed;
836 top: 0;
837 right: 0;
838 left: 0;
839 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530840}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530841.navbar-fixed-top .navbar-inner {
842 padding-left: 0;
843 padding-right: 0;
844 -webkit-border-radius: 0;
845 -moz-border-radius: 0;
846 border-radius: 0;
847}
848.navbar .nav {
849 position: relative;
850 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530851 display: block;
852 float: left;
853 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530854}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530855.navbar .nav.pull-right {
856 float: right;
857}
858.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530859 display: block;
860 float: left;
861}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530862.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530863 float: none;
864 padding: 10px 10px 11px;
865 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530866 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530867 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530868 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530869}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530870.navbar .nav > li > a:hover {
871 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530872 color: #ffffff;
873 text-decoration: none;
874}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530875.navbar .nav .active > a, .navbar .nav .active > a:hover {
876 color: #ffffff;
877 text-decoration: none;
878 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530879 background-color: rgba(0, 0, 0, 0.5);
880}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530881.navbar .divider-vertical {
882 height: 40px;
883 width: 1px;
884 margin: 0 9px;
885 overflow: hidden;
886 background-color: #222222;
887 border-right: 1px solid #333333;
888}
889.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530890 margin-left: 10px;
891 margin-right: 0;
892}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530893.navbar .dropdown-menu {
894 margin-top: 1px;
895 -webkit-border-radius: 4px;
896 -moz-border-radius: 4px;
897 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530898}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530899.navbar .dropdown-menu:before {
900 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530901 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530902 border-left: 7px solid transparent;
903 border-right: 7px solid transparent;
904 border-bottom: 7px solid #ccc;
905 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530906 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530907 top: -7px;
908 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530909}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530910.navbar .dropdown-menu:after {
911 content: '';
912 display: inline-block;
913 border-left: 6px solid transparent;
914 border-right: 6px solid transparent;
915 border-bottom: 6px solid #ffffff;
916 position: absolute;
917 top: -6px;
918 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530919}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530920.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
921 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530922}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530923.navbar .nav .active .caret {
924 opacity: 1;
925 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530926}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530927.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
928 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530929}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530930.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530931 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530932}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530933.navbar .nav.pull-right .dropdown-menu {
934 left: auto;
935 right: 0;
936}
937.navbar .nav.pull-right .dropdown-menu:before {
938 left: auto;
939 right: 12px;
940}
941.navbar .nav.pull-right .dropdown-menu:after {
942 left: auto;
943 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530944}
945
946/*extra size menus for recent*/
947.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
948 width: 260px !important;
949 max-width: 260px !important;
950}
951
952/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530953.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530954 display: block;
955 float: right;
956 width: 20px;
957 margin-bottom: -5px;
958 margin-top: 10px;
959 visibility: hidden;
960}
961
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530962.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530963 padding: 0px 20px;
964}
965/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530966 * lib/css/bootstrap/dropdown.css
967 */.dropdown {
968 position: relative;
969}
970.dropdown-toggle {
971 *margin-bottom: -3px;
972}
973.dropdown-toggle:active, .open .dropdown-toggle {
974 outline: 0;
975}
976.caret {
977 display: inline-block;
978 width: 0;
979 height: 0;
980 text-indent: -99999px;
981 *text-indent: 0;
982 vertical-align: top;
983 border-left: 4px solid transparent;
984 border-right: 4px solid transparent;
985 border-top: 4px solid #000000;
986 opacity: 0.3;
987 filter: alpha(opacity=30);
988 content: "\2193";
989}
990.dropdown .caret {
991 margin-top: 8px;
992 margin-left: 2px;
993}
994.dropdown:hover .caret, .open.dropdown .caret {
995 opacity: 1;
996 filter: alpha(opacity=100);
997}
998.dropdown-menu {
999 position: absolute;
1000 top: 100%;
1001 left: 0;
1002 z-index: 1000;
1003 float: left;
1004 display: none;
1005 min-width: 160px;
1006 max-width: 220px;
1007 _width: 160px;
1008 padding: 4px 0;
1009 margin: 0;
1010 list-style: none;
1011 background-color: #ffffff;
1012 border-color: #ccc;
1013 border-color: rgba(0, 0, 0, 0.2);
1014 border-style: solid;
1015 border-width: 1px;
1016 -webkit-border-radius: 0 0 5px 5px;
1017 -moz-border-radius: 0 0 5px 5px;
1018 border-radius: 0 0 5px 5px;
1019 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1020 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1021 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1022 -webkit-background-clip: padding-box;
1023 -moz-background-clip: padding;
1024 background-clip: padding-box;
1025 *border-right-width: 2px;
1026 *border-bottom-width: 2px;
1027}
1028.dropdown-menu.bottom-up {
1029 top: auto;
1030 bottom: 100%;
1031 margin-bottom: 2px;
1032}
1033.dropdown-menu .divider {
1034 height: 1px;
1035 margin: 5px 1px;
1036 overflow: hidden;
1037 background-color: #e5e5e5;
1038 border-bottom: 1px solid #ffffff;
1039 *width: 100%;
1040 *margin: -5px 0 5px;
1041}
1042.dropdown-menu a {
1043 display: block;
1044 padding: 3px 15px;
1045 clear: both;
1046 font-weight: normal;
1047 line-height: 18px;
1048 color: #555555;
1049 white-space: nowrap;
1050}
1051.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
1052 color: #ffffff;
1053 text-decoration: none;
1054 background-color: #0088cc;
1055}
1056.dropdown.open {
1057 *z-index: 1000;
1058}
1059.dropdown.open .dropdown-toggle {
1060 color: #ffffff;
1061 background: #ccc;
1062 background: rgba(0, 0, 0, 0.3);
1063}
1064.dropdown.open .dropdown-menu {
1065 display: block;
1066}
1067/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301068 * erpnext/startup/startup.css
1069 */h1, h2, h3, h4, h5 {
1070 font-family: Tahoma, Arial, Verdana, sans-serif;
1071 font-weight: bold;
1072}
1073
1074body {
1075 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
1076 font-size: 12px;
1077}
1078
1079span, div, td, input, textarea, button, select {
1080 font-family: inherit;
1081}
1082
1083body {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301084}
1085
1086.erpnext-footer {
1087 margin: 3px auto;
1088 color: #888;
1089 text-align: center;
1090}
1091
1092.erpnext-footer a, .erpnext-footer a:hover, .erpnext-footer a:visited {
1093 color: #666;
1094}
1095
1096.module-icons {
1097 background: url(../images/module-icons.png) no-repeat top left;
1098 width:16px;
1099 height:16px;
1100}
1101
1102.module-icons-accounts{ background-position: 0 0; }
1103.module-icons-analysis{ background-position: 0 -66px; }
1104.module-icons-buying{ background-position: 0 -132px; }
1105.module-icons-home{ background-position: 0 -198px; }
1106.module-icons-hr{ background-position: 0 -264px; }
1107.module-icons-people{ background-position: 0 -330px; }
1108.module-icons-production{ background-position: 0 -396px; }
1109.module-icons-projects{ background-position: 0 -462px; }
1110.module-icons-selling{ background-position: 0 -528px; }
1111.module-icons-setup{ background-position: 0 -594px; }
1112.module-icons-stock{ background-position: 0 -660px; }
1113.module-icons-support{ background-position: 0 -726px; }
1114/*
1115 * erpnext/website/css/website.css
1116 */#body_div {
1117 width: 900px;
1118 margin: auto;
1119}
1120
1121.layout_wrapper {
1122 padding: 20px;
1123}
1124
1125h1 {
1126 margin-bottom: 15px;
1127}
1128
Rushabh Mehtaaa848be2012-02-17 12:06:33 +05301129h2 {
1130 margin-bottom: 11px;
1131}
1132
1133h3 {
1134 margin-bottom: 7px;
1135}
1136
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301137pre {
1138 background-color: #F8F8F8;
1139 border: 1px solid #CCCCCC;
1140 border-radius: 3px 3px 3px 3px;
1141 font-size: 13px;
1142 line-height: 19px;
1143 overflow: auto;
1144 padding: 6px 10px;
1145 margin-bottom: 9px;
1146}
1147
1148footer {
1149 width: 900px;
1150 margin: auto;
1151}
1152header .topbar .container {
1153 width: 900px;
1154 margin: auto;
1155}
1156
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301157.web-content input[type="text"], .web-content input[type="password"], .web-content select {
1158 min-width: 180px;
1159}
1160
Rushabh Mehta13531b72012-02-20 12:35:23 +05301161.web-head-section {
1162 margin-bottom: 20px
1163}
1164
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301165.web-main-section {
1166 width: 65%;
1167 float: left;
1168 margin-bottom: 20px;
1169}
1170
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301171.web-side-section {
1172 width: 30%;
1173 float: right;
1174 margin-bottom: 20px;
1175 margin-right: 15px;
1176 color: #606060;
1177 overflow-x: hidden;
1178}
1179
1180.web-page-status {
1181 padding: 7px;
1182 color: #777;
1183 clear: both;
1184 text-align: right;
1185}
1186
1187.web-page-status a,
1188.web-page-status a:hover,
1189.web-page-status a:visited {
1190 padding: 2px;
1191 background-color: #777;
1192 color: #FFF;
1193 text-decoration: none;
1194}
1195
1196.web-page-status a:hover {
1197 background-color: #444;
1198}
1199
1200footer {
1201 color: #777;
1202}
1203
1204.web-footer {
1205 color: inherit;
1206 text-align: center;
1207 margin: 10px;
1208 line-height: 1.7;
1209}
1210
1211.web-footer div, .web-footer a {
1212 font-size: 11px;
1213}
1214
1215.web-footer-menu {
1216 margin-bottom: 7px;
1217}
1218footer a, footer a:visited {
1219 color: #777;
1220}
1221
1222footer a:hover {
1223 background-color: #777;
1224 color: #fff;
1225}
1226
1227.web-footer-menu ul {
1228 list-style: none;
1229 margin: 0px;
1230 padding: 0px;
1231}
1232
1233.web-footer-menu ul li {
1234 display: inline;
1235 padding: 2px 15px;
1236 border-right: 1px solid #999;
1237}
1238
1239.web-footer-menu ul li:last-child {
1240 border-right: 0px solid #777 !important;
1241}