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