blob: 05cb60c4ce7f161f15a315eee7c6f3d72183ae2b [file] [log] [blame]
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301
2/*
3 * lib/css/legacy/body.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05304 */
5html {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05306 margin: 0px;
7 padding: 0px;
8}
9
10body {
11 margin: 0px;
12 padding: 0px;
13 font-family: Arial, Helvetica, Sans;
14 font-size: 12px;
15 color: #000;
Rushabh Mehta3f29b852012-02-20 15:40:29 +053016 background-color: #e2e2e2;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053017}
18
Rushabh Mehtaafaac602012-02-14 11:44:13 +053019pre { margin: 0px; padding: 0px; }
20
21button { margin: 2px; margin-left: 0px; }
22
23label {
24 padding-top: 15px;
25 color: #404040;
26}
27
28select, input, textarea {
Rushabh Mehtab9878d02012-03-12 16:12:09 +053029 border: 1px solid #ccc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053030 -moz-border-radius: 4px;
31 -webkit-border-radius: 4px;
32 font-size: 13px;
33 padding: 4px;
Rushabh Mehtab9878d02012-03-12 16:12:09 +053034 color: #444;
35 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
37 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
Rushabh Mehtaafaac602012-02-14 11:44:13 +053038}
39
40textarea {
41 font-family: inherit;
42 height: 120px;
43 width: 90%;
44 font-size: 12px;
45 white-space: normal;
46}
47
48table { padding: 0px; border-collapse: 'collapse'}
49
50td {
51 padding:0px;
52 margin: 0px;
53 vertical-align: top;
54}
55
56p {
57 margin: 0px 0px 9px 0px;
58 line-height: 1.5em;
59}
60
61li {
62 line-height: 1.5em;
63}
64
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053065hr {
66 margin: 18px 0;
67 border: 0;
68 border-top: 1px solid #e5e5e5;
69 border-bottom: 1px solid #ffffff;
70}
71
Rushabh Mehtad0251332012-02-21 17:26:50 +053072/* links */
73
Rushabh Mehtaafaac602012-02-14 11:44:13 +053074a:active { outline:none; }
75
Rushabh Mehtad0251332012-02-21 17:26:50 +053076a {
77 color: #0088cc;
78 text-decoration: none;
79}
80a:hover {
81 color: #005580;
82 text-decoration: underline;
83}
84
85.link_type {
86 padding:2px;
87 color: #0088cc;
88 cursor: pointer;
89}
90
91.link_type:hover {
92 color: #005580;
93 text-decoration: underline;
94}
95
Rushabh Mehtaafaac602012-02-14 11:44:13 +053096:focus { -moz-outline-style:none; }
97
98table.simpletable { border-collapse: collapse; margin-bottom: 10px;}
99table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; }
100
101div.fix_ff_cursor { overflow: auto; }
102
103/* --- Layout --- */
104
105div.comment { color: #444; }
106
107div#body_div {
108 position: relative;
109 display: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530110 padding-right: 7px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530111 width: 900px;
112 margin: auto;
113 margin-top: 56px;
114}
115
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530116.content {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530117 width: 900px;
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530118 margin-bottom: 30px;
119 position: absolute;
120 -webkit-transition:all 0.5s ease-in-out;
121 -moz-transition:all 0.5s ease-in-out;
122 -o-transition:all 0.5s ease-in-out;
123 -ms-transition:all 0.5s ease-in-out;
124 transition:all 0.5s ease-in-out;
125}
126
127.background-fade-in {
128 -webkit-transition: background 1s ease-in; /* property duration timing-function delay */
129 -moz-transition: background 1s ease-in;
130 -o-transition: background 1s ease-in;
131 transition: background 1s ease-in;
132}
133
134/* selector for open pages */
135#opened-page-selector {
136 width: 900px;
137 height: 900px;
138 position: absolute;
139 z-index: 100;
140 opacity: 0;
141 background-color: #bdf;
142}
143
144#opened-page-selector.active {
145 opacity: 0.6;
146 cursor: pointer;
147}
148
149.popover-container {
150 height: 400px;
151}
152
153footer {
154 position: absolute;
155 bottom: 0px;
156 width: 100%;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530157}
158header .container {
159 width: 900px;
160 margin: auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530161}
162
Rushabh Mehta2438de42012-03-15 16:43:46 +0530163@media (max-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530164 div#body_div, header .container, .content, #opened-page-selector, footer {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530165 width: 900px;
166 }
167}
168
169@media (min-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530170 div#body_div, header .container, .content, #opened-page-selector, footer {
171 width: 1100px;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530172 }
173}
174
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530175div.no_script {
176 display: none;
177}
178
179div.loading_div {
180 position: absolute;
181 background-color: #FFFFCC;
182 z-index: 1999;
183 right: 5px;
184 width: 90px;
185 display: none;
186 text-align: center;
187 padding: 2px;
188 font-size: 12px;
189 border: 1px solid #FF4;
190}
191
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530192div.std-footer {
193 margin: 13px 0px;
194 border-top: 1px solid #AAA;
195 padding: 13px;
196}
197
198div.std-footer-item {
199 margin: 0px 13px 13px 0px;
200}
201
202.shadow {
203 -moz-box-shadow: 0px 2px 2px #888;
204 -webkit-box-shadow: 0px 2px 2px #888;
205 box-shadow: 0px 2px 2px #888;
206}
207
208.round {
209 -webkit-border-radius: 5px;
210 -moz-border-radius: 5px;
211 border-radius: 5px;
212}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530213
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530214.layout_wrapper, .layout-wrapper {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530215 -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
216 -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
217 box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530218 background-color: #fff;
219 padding: 15px;
220}
221
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530222.layout-wrapper-background {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530223 background-color: #fafafa !important;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530224 padding: 0px;
225}
226
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530227.layout-main-section {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530228 width: 71%;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530229 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530230 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530231 background-color: #FFF;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530232 min-height: 450px;
Rushabh Mehtafdea9662012-02-27 18:03:54 +0530233 -moz-box-shadow: 7px 0px 6px -2px #ddd;
234 -webkit-box-shadow: 7px 0px 6px -2px #ddd;
235 box-shadow: 7px 0px 6px -2px #ddd;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530236}
237
238.layout-side-section {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530239 width: 22%;
Anand Doshi40ee8d62012-02-24 19:21:47 +0530240 /*float: right;*/
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530241 color: #606060;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530242 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530243 padding: 15px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530244 min-height: 450px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530245}
246
247/* from bootstrap */
248.container {
249 margin-left: auto;
250 margin-right: auto;
251 zoom: 1;
252}
253.container:before, .container:after {
254 display: table;
255 content: "";
256 zoom: 1;
257}
258.container:after {
259 clear: both;
260}
261
Anand Doshi40ee8d62012-02-24 19:21:47 +0530262.well {
263 min-height: 20px;
264 padding: 19px;
265 margin-bottom: 20px;
266 background-color: #f5f5f5;
267 border: 1px solid #eee;
268 border: 1px solid rgba(0, 0, 0, 0.05);
269 -webkit-border-radius: 4px;
270 -moz-border-radius: 4px;
271 border-radius: 4px;
272 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
273 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
274 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
275}
276
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530277.avatar-small {
278 display: inline-block;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530279 width: 24px;
280 height: 20px;
281 vertical-align: middle;
282 overflow: hidden;
283 margin: 0px 3px;
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530284}
285.avatar-small img {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530286 width: 24px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530287}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530288
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530289/*
290 * lib/css/legacy/messages.css
291 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530292
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530293/* FLOATING MESSAGE */
294
295.btn-img { cursor: pointer; }
296
297div.fetching { color: #888; text-align:right; }
298
299div.notice {
300 postion: absolute;
301 background-color: #000;
302 -moz-border-radius: 5px; -webkit-border-radius: 5px;
303 opacity: 0.6;
304 right: 0;
305 top: 0;
306 margin-top: 8px;
307 z-index: -1;
308 padding: 8px;
309}
310
311/** help **/
312
313.info-box {
314 background-color: #F8F8F8;
315 border: 1px solid #CCCCCC;
316 border-radius: 3px 3px 3px 3px;
317 line-height: 1.6em;
318 overflow: auto;
319 padding: 6px 10px;
320 margin-bottom: 9px;
321}
322
323.help_box, .help-box {
324 background-color:#FFC;
325 font-size: 13px;
326 color: #864;
327 padding: 7px;
328 margin: 11px 0px;
329 border: 1px solid #EEB;
330}
331
332.help_box_big {
333 background-color:#FFC;
334 color: #864;
335 padding: 7px;
336 margin: 7px 0px;
337 border: 1px solid #EEB;
338 text-align: center;
339 font-size: 14px;
340}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530341
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530342/*
343 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530344 */
345/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530346
347div.dialog_wrapper {
348 position: absolute;
349 width: 440px;
350 display: none;
351 z-index: 90;
352 background-color: #FFF;
353 border: 3px solid #222;
354 box-shadow:1px 1px 5px #777;
355 -moz-box-shadow: 1px 1px 5px #777;
356 -webkit-box-shadow: 1px 1px 5px #777;
357
358 border-radius: 5px;
359 -moz-border-radius: 5px;
360 -webkit-border-radius: 5px;
361}
362
363div.dialog_head {
364 height: 22px;
365 padding: 4px;
366 background-color: #222;
367 color: #FFF;
368}
369
370div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530371 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530372 border-radius: 5px;
373 -moz-border-radius: 5px;
374 -webkit-border-radius: 5px;
375}
376
377div.dialog_back {
378 position: fixed;
379 display: none;
380 top: 0px;
381 left: 0px;
382 bottom: 0px;
383 right: 0px;
384 background-color: #EEE;
385 opacity: 0.6;
386 z-index: 50;
387 text-align: center;
388}
389
390div.dialog_message {
391 display: none;
392 position: absolute;
393 width: 250px;
394 font-size: 12px;
395 z-index: 91;
396 background-color:#FFF;
397 padding: 12px;
398 border: 1px solid #444;
399}
400
401div.dialog_row {
402 padding: 8px 8px 0px 8px;
403}
404
405div.dialog_row table {
406 width: 100%;
407}
408
409div.dialog_row table td {
410}
411
412div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
413 width: 80%;
414 font-size: 14px;
415}
416
417div.dialog_row table td textarea {
418 width: 80%;
419 height: 200px;
420 font-size: 12px;
421}
422
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530423
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530424/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530425 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530426 */
427/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530428
429h1,
430h2,
431h3,
432h4,
433h5,
434h6 {
435 margin: 0;
436 font-weight: bold;
437 color: #333333;
438 text-rendering: optimizelegibility;
439 margin-bottom: 0.3em;
440}
441h1 small,
442h2 small,
443h3 small,
444h4 small,
445h5 small,
446h6 small {
447 font-weight: normal;
448 color: #999999;
449}
450h1 {
451 font-size: 30px;
452 line-height: 36px;
453}
454h1 small {
455 font-size: 18px;
456}
457h2 {
458 font-size: 24px;
459 line-height: 36px;
460}
461h2 small {
462 font-size: 18px;
463}
464h3 {
465 line-height: 27px;
466 font-size: 18px;
467}
468h3 small {
469 font-size: 14px;
470}
471h4, h5, h6 {
472 line-height: 18px;
473}
474h4 {
475 font-size: 14px;
476}
477h4 small {
478 font-size: 12px;
479}
480h5 {
481 font-size: 12px;
482}
483h6 {
484 font-size: 11px;
485 color: #999999;
486 text-transform: uppercase;
487}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530488
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530489/*
490 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530491 */
492.close {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530493 float: right;
494 font-size: 20px;
495 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530496 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530497 color: #000000;
498 text-shadow: 0 1px 0 #ffffff;
499 opacity: 0.2;
500 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530501}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530502.close:hover {
503 color: #000000;
504 text-decoration: none;
505 opacity: 0.4;
506 filter: alpha(opacity=40);
507 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530508}
509.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530510 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530511 padding: 4px 10px 4px;
512 font-size: 13px;
513 line-height: 18px;
514 color: #333333;
515 text-align: center;
516 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
517 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530518 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
519 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
520 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
521 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
522 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
523 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530524 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530525 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530526 border: 1px solid #ccc;
527 border-bottom-color: #bbb;
528 -webkit-border-radius: 4px;
529 -moz-border-radius: 4px;
530 border-radius: 4px;
531 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
532 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
533 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530534 cursor: pointer;
535 *margin-left: .3em;
536}
537.btn:first-child {
538 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530539}
540.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530541 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530542 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530543 background-color: #e6e6e6;
544 background-position: 0 -15px;
545 -webkit-transition: background-position 0.1s linear;
546 -moz-transition: background-position 0.1s linear;
547 -ms-transition: background-position 0.1s linear;
548 -o-transition: background-position 0.1s linear;
549 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530550}
551.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530552 outline: thin dotted;
553 outline: 5px auto -webkit-focus-ring-color;
554 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530555}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530556.btn.active, .btn:active {
557 background-image: none;
558 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
559 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
560 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
561 background-color: #e6e6e6;
562 background-color: #d9d9d9 \9;
563 color: rgba(0, 0, 0, 0.5);
564 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530565}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530566.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530567 cursor: default;
568 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530569 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530570 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530571 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530572 -webkit-box-shadow: none;
573 -moz-box-shadow: none;
574 box-shadow: none;
575}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530576.btn-large {
577 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530578 font-size: 15px;
579 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530580 -webkit-border-radius: 5px;
581 -moz-border-radius: 5px;
582 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530583}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530584.btn-large .icon {
585 margin-top: 1px;
586}
587.btn-small {
588 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530589 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530590 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530591}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530592.btn-small .icon {
593 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530594}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530595.btn-primary,
596.btn-primary:hover,
597.btn-warning,
598.btn-warning:hover,
599.btn-danger,
600.btn-danger:hover,
601.btn-success,
602.btn-success:hover,
603.btn-info,
604.btn-info:hover {
605 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
606 color: #ffffff;
607}
608.btn-primary.active,
609.btn-warning.active,
610.btn-danger.active,
611.btn-success.active,
612.btn-info.active {
613 color: rgba(255, 255, 255, 0.75);
614}
615.btn-primary {
616 background-color: #006dcc;
617 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
618 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
619 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
620 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
621 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
622 background-image: linear-gradient(top, #0088cc, #0044cc);
623 background-repeat: repeat-x;
624 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
625 border-color: #0044cc #0044cc #002a80;
626 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
627 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
628}
629.btn-primary:hover,
630.btn-primary:active,
631.btn-primary.active,
632.btn-primary.disabled,
633.btn-primary[disabled] {
634 background-color: #0044cc;
635}
636.btn-primary:active, .btn-primary.active {
637 background-color: #003399 \9;
638}
639.btn-warning {
640 background-color: #faa732;
641 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
642 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
643 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
644 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
645 background-image: -o-linear-gradient(top, #fbb450, #f89406);
646 background-image: linear-gradient(top, #fbb450, #f89406);
647 background-repeat: repeat-x;
648 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
649 border-color: #f89406 #f89406 #ad6704;
650 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
651 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
652}
653.btn-warning:hover,
654.btn-warning:active,
655.btn-warning.active,
656.btn-warning.disabled,
657.btn-warning[disabled] {
658 background-color: #f89406;
659}
660.btn-warning:active, .btn-warning.active {
661 background-color: #c67605 \9;
662}
663.btn-danger {
664 background-color: #da4f49;
665 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
666 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
667 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
668 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
669 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
670 background-image: linear-gradient(top, #ee5f5b, #bd362f);
671 background-repeat: repeat-x;
672 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
673 border-color: #bd362f #bd362f #802420;
674 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
675 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
676}
677.btn-danger:hover,
678.btn-danger:active,
679.btn-danger.active,
680.btn-danger.disabled,
681.btn-danger[disabled] {
682 background-color: #bd362f;
683}
684.btn-danger:active, .btn-danger.active {
685 background-color: #942a25 \9;
686}
687.btn-success {
688 background-color: #5bb75b;
689 background-image: -moz-linear-gradient(top, #62c462, #51a351);
690 background-image: -ms-linear-gradient(top, #62c462, #51a351);
691 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
692 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
693 background-image: -o-linear-gradient(top, #62c462, #51a351);
694 background-image: linear-gradient(top, #62c462, #51a351);
695 background-repeat: repeat-x;
696 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
697 border-color: #51a351 #51a351 #387038;
698 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
699 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
700}
701.btn-success:hover,
702.btn-success:active,
703.btn-success.active,
704.btn-success.disabled,
705.btn-success[disabled] {
706 background-color: #51a351;
707}
708.btn-success:active, .btn-success.active {
709 background-color: #408140 \9;
710}
711.btn-info {
712 background-color: #49afcd;
713 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
714 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
715 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
716 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
717 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
718 background-image: linear-gradient(top, #5bc0de, #2f96b4);
719 background-repeat: repeat-x;
720 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
721 border-color: #2f96b4 #2f96b4 #1f6377;
722 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
723 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
724}
725.btn-info:hover,
726.btn-info:active,
727.btn-info.active,
728.btn-info.disabled,
729.btn-info[disabled] {
730 background-color: #2f96b4;
731}
732.btn-info:active, .btn-info.active {
733 background-color: #24748c \9;
734}
735button.btn, input[type="submit"].btn {
736 *padding-top: 2px;
737 *padding-bottom: 2px;
738}
739button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530740 padding: 0;
741 border: 0;
742}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530743button.btn.large, input[type="submit"].btn.large {
744 *padding-top: 7px;
745 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530746}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530747button.btn.small, input[type="submit"].btn.small {
748 *padding-top: 3px;
749 *padding-bottom: 3px;
750}
751.btn-group {
752 position: relative;
753 *zoom: 1;
754 *margin-left: .3em;
755}
756.btn-group:before, .btn-group:after {
757 display: table;
758 content: "";
759}
760.btn-group:after {
761 clear: both;
762}
763.btn-group:first-child {
764 *margin-left: 0;
765}
766.btn-group + .btn-group {
767 margin-left: 5px;
768}
769.btn-toolbar {
770 margin-top: 9px;
771 margin-bottom: 9px;
772}
773.btn-toolbar .btn-group {
774 display: inline-block;
775 *display: inline;
776 /* IE7 inline-block hack */
777
778 *zoom: 1;
779}
780.btn-group .btn {
781 position: relative;
782 float: left;
783 margin-left: -1px;
784 -webkit-border-radius: 0;
785 -moz-border-radius: 0;
786 border-radius: 0;
787}
788.btn-group .btn:first-child {
789 margin-left: 0;
790 -webkit-border-top-left-radius: 4px;
791 -moz-border-radius-topleft: 4px;
792 border-top-left-radius: 4px;
793 -webkit-border-bottom-left-radius: 4px;
794 -moz-border-radius-bottomleft: 4px;
795 border-bottom-left-radius: 4px;
796}
797.btn-group .btn:last-child, .btn-group .dropdown-toggle {
798 -webkit-border-top-right-radius: 4px;
799 -moz-border-radius-topright: 4px;
800 border-top-right-radius: 4px;
801 -webkit-border-bottom-right-radius: 4px;
802 -moz-border-radius-bottomright: 4px;
803 border-bottom-right-radius: 4px;
804}
805.btn-group .btn.large:first-child {
806 margin-left: 0;
807 -webkit-border-top-left-radius: 6px;
808 -moz-border-radius-topleft: 6px;
809 border-top-left-radius: 6px;
810 -webkit-border-bottom-left-radius: 6px;
811 -moz-border-radius-bottomleft: 6px;
812 border-bottom-left-radius: 6px;
813}
814.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
815 -webkit-border-top-right-radius: 6px;
816 -moz-border-radius-topright: 6px;
817 border-top-right-radius: 6px;
818 -webkit-border-bottom-right-radius: 6px;
819 -moz-border-radius-bottomright: 6px;
820 border-bottom-right-radius: 6px;
821}
822.btn-group .btn:hover,
823.btn-group .btn:focus,
824.btn-group .btn:active,
825.btn-group .btn.active {
826 z-index: 2;
827}
828.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
829 outline: 0;
830}
831.btn-group .dropdown-toggle {
832 padding-left: 8px;
833 padding-right: 8px;
834 -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
835 -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
836 box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
837 *padding-top: 5px;
838 *padding-bottom: 5px;
839}
840.btn-group.open {
841 *z-index: 1000;
842}
843.btn-group.open .dropdown-menu {
844 display: block;
845 margin-top: 1px;
846 -webkit-border-radius: 5px;
847 -moz-border-radius: 5px;
848 border-radius: 5px;
849}
850.btn-group.open .dropdown-toggle {
851 background-image: none;
852 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
853 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
854 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
855}
856.btn .caret {
857 margin-top: 7px;
858 margin-left: 0;
859}
860.btn:hover .caret, .open.btn-group .caret {
861 opacity: 1;
862 filter: alpha(opacity=100);
863}
864.btn-primary .caret,
865.btn-danger .caret,
866.btn-info .caret,
867.btn-success .caret {
868 border-top-color: #ffffff;
869 opacity: 0.75;
870 filter: alpha(opacity=75);
871}
872.btn-small .caret {
873 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530874}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530875
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530876/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530877 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530878 */
879.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530880 margin-left: 0;
881 margin-bottom: 18px;
882 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530883}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530884.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530885 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530886}
887.nav > li > a:hover {
888 text-decoration: none;
889 background-color: #eeeeee;
890}
891.nav-list {
892 padding-left: 14px;
893 padding-right: 14px;
894 margin-bottom: 0;
895}
896.nav-list > li > a, .nav-list .nav-header {
897 display: block;
898 padding: 3px 15px;
899 margin-left: -15px;
900 margin-right: -15px;
901 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
902}
903.nav-list .nav-header {
904 font-size: 11px;
905 font-weight: bold;
906 line-height: 18px;
907 color: #999999;
908 text-transform: uppercase;
909}
910.nav-list > li + .nav-header {
911 margin-top: 9px;
912}
913.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530914 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530915 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
916 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530917}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530918.nav-list [class^="icon-"] {
919 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530920}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530921.nav-tabs, .nav-pills {
922 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530923}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530924.nav-tabs:before,
925.nav-pills:before,
926.nav-tabs:after,
927.nav-pills:after {
928 display: table;
929 content: "";
930}
931.nav-tabs:after, .nav-pills:after {
932 clear: both;
933}
934.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530935 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530936}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530937.nav-tabs > li > a, .nav-pills > li > a {
938 padding-right: 12px;
939 padding-left: 12px;
940 margin-right: 2px;
941 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530942}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530943.nav-tabs {
944 border-bottom: 1px solid #ddd;
945}
946.nav-tabs > li {
947 margin-bottom: -1px;
948}
949.nav-tabs > li > a {
950 padding-top: 9px;
951 padding-bottom: 9px;
952 border: 1px solid transparent;
953 -webkit-border-radius: 4px 4px 0 0;
954 -moz-border-radius: 4px 4px 0 0;
955 border-radius: 4px 4px 0 0;
956}
957.nav-tabs > li > a:hover {
958 border-color: #eeeeee #eeeeee #dddddd;
959}
960.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
961 color: #555555;
962 background-color: #ffffff;
963 border: 1px solid #ddd;
964 border-bottom-color: transparent;
965 cursor: default;
966}
967.nav-pills > li > a {
968 padding-top: 8px;
969 padding-bottom: 8px;
970 margin-top: 2px;
971 margin-bottom: 2px;
972 -webkit-border-radius: 5px;
973 -moz-border-radius: 5px;
974 border-radius: 5px;
975}
976.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530977 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530978 background-color: #0088cc;
979}
980.nav-stacked > li {
981 float: none;
982}
983.nav-stacked > li > a {
984 margin-right: 0;
985}
986.nav-tabs.nav-stacked {
987 border-bottom: 0;
988}
989.nav-tabs.nav-stacked > li > a {
990 border: 1px solid #ddd;
991 -webkit-border-radius: 0;
992 -moz-border-radius: 0;
993 border-radius: 0;
994}
995.nav-tabs.nav-stacked > li:first-child > a {
996 -webkit-border-radius: 4px 4px 0 0;
997 -moz-border-radius: 4px 4px 0 0;
998 border-radius: 4px 4px 0 0;
999}
1000.nav-tabs.nav-stacked > li:last-child > a {
1001 -webkit-border-radius: 0 0 4px 4px;
1002 -moz-border-radius: 0 0 4px 4px;
1003 border-radius: 0 0 4px 4px;
1004}
1005.nav-tabs.nav-stacked > li > a:hover {
1006 border-color: #ddd;
1007 z-index: 2;
1008}
1009.nav-pills.nav-stacked > li > a {
1010 margin-bottom: 3px;
1011}
1012.nav-pills.nav-stacked > li:last-child > a {
1013 margin-bottom: 1px;
1014}
1015.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
1016 margin-top: 1px;
1017 border-width: 1px;
1018}
1019.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301020 -webkit-border-radius: 4px;
1021 -moz-border-radius: 4px;
1022 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301023}
1024.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
1025 border-top-color: #0088cc;
1026 margin-top: 6px;
1027}
1028.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
1029 border-top-color: #005580;
1030}
1031.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
1032 border-top-color: #333333;
1033}
1034.nav > .dropdown.active > a:hover {
1035 color: #000000;
1036 cursor: pointer;
1037}
1038.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
1039 color: #ffffff;
1040 background-color: #999999;
1041 border-color: #999999;
1042}
1043.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
1044 border-top-color: #ffffff;
1045 opacity: 1;
1046 filter: alpha(opacity=100);
1047}
1048
1049.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301050 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301051 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301052}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301053.navbar-inner {
1054 padding-left: 20px;
1055 padding-right: 20px;
1056 background-color: #2c2c2c;
1057 background-image: -moz-linear-gradient(top, #333333, #222222);
1058 background-image: -ms-linear-gradient(top, #333333, #222222);
1059 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1060 background-image: -webkit-linear-gradient(top, #333333, #222222);
1061 background-image: -o-linear-gradient(top, #333333, #222222);
1062 background-image: linear-gradient(top, #333333, #222222);
1063 background-repeat: repeat-x;
1064 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1065 -webkit-border-radius: 4px;
1066 -moz-border-radius: 4px;
1067 border-radius: 4px;
1068 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1069 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1070 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1071}
1072.btn-navbar {
1073 display: none;
1074 float: right;
1075 padding: 7px 10px;
1076 margin-left: 5px;
1077 margin-right: 5px;
1078 background-color: #2c2c2c;
1079 background-image: -moz-linear-gradient(top, #333333, #222222);
1080 background-image: -ms-linear-gradient(top, #333333, #222222);
1081 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1082 background-image: -webkit-linear-gradient(top, #333333, #222222);
1083 background-image: -o-linear-gradient(top, #333333, #222222);
1084 background-image: linear-gradient(top, #333333, #222222);
1085 background-repeat: repeat-x;
1086 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1087 border-color: #222222 #222222 #000000;
1088 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1089 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1090 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1091 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1092 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1093}
1094.btn-navbar:hover,
1095.btn-navbar:active,
1096.btn-navbar.active,
1097.btn-navbar.disabled,
1098.btn-navbar[disabled] {
1099 background-color: #222222;
1100}
1101.btn-navbar:active, .btn-navbar.active {
1102 background-color: #080808 \9;
1103}
1104.btn-navbar .icon-bar {
1105 display: block;
1106 width: 18px;
1107 height: 2px;
1108 background-color: #f5f5f5;
1109 -webkit-border-radius: 1px;
1110 -moz-border-radius: 1px;
1111 border-radius: 1px;
1112 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1113 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1114 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1115}
1116.btn-navbar .icon-bar + .icon-bar {
1117 margin-top: 3px;
1118}
1119.nav-collapse.collapse {
1120 height: auto;
1121}
1122.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301123 text-decoration: none;
1124}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301125.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301126 float: left;
1127 display: block;
1128 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301129 font-size: 20px;
1130 font-weight: 200;
1131 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301132 color: #ffffff;
1133}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301134.navbar .navbar-text {
1135 margin-bottom: 0;
1136 line-height: 40px;
1137 color: #999999;
1138}
1139.navbar .navbar-text a:hover {
1140 color: #ffffff;
1141 background-color: transparent;
1142}
1143.navbar .btn, .navbar .btn-group {
1144 margin-top: 5px;
1145}
1146.navbar .btn-group .btn {
1147 margin-top: 0;
1148}
1149.navbar-form {
1150 margin-bottom: 0;
1151 *zoom: 1;
1152}
1153.navbar-form:before, .navbar-form:after {
1154 display: table;
1155 content: "";
1156}
1157.navbar-form:after {
1158 clear: both;
1159}
1160.navbar-form input, .navbar-form select {
1161 display: inline-block;
1162 margin-top: 5px;
1163 margin-bottom: 0;
1164}
1165.navbar-form .radio, .navbar-form .checkbox {
1166 margin-top: 5px;
1167}
1168.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
1169 margin-top: 3px;
1170}
1171.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301172 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301173 float: left;
1174 margin-top: 6px;
1175 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301176}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301177.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301178 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301179 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1180 font-size: 13px;
1181 font-weight: normal;
1182 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301183 color: #ffffff;
1184 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301185 background: #666;
1186 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301187 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301188 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1189 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1190 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 +05301191 -webkit-transition: none;
1192 -moz-transition: none;
1193 -ms-transition: none;
1194 -o-transition: none;
1195 transition: none;
1196}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301197.navbar-search .search-query :-moz-placeholder {
1198 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301199}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301200.navbar-search .search-query::-webkit-input-placeholder {
1201 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301202}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301203.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301204 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301205 background-color: #999999;
1206 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301207}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301208.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301209 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301210 color: #333333;
1211 text-shadow: 0 1px 0 #ffffff;
1212 background-color: #ffffff;
1213 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301214 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1215 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1216 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301217 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301218}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301219.navbar-fixed-top {
1220 position: fixed;
1221 top: 0;
1222 right: 0;
1223 left: 0;
1224 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301225}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301226.navbar-fixed-top .navbar-inner {
1227 padding-left: 0;
1228 padding-right: 0;
1229 -webkit-border-radius: 0;
1230 -moz-border-radius: 0;
1231 border-radius: 0;
1232}
1233.navbar .nav {
1234 position: relative;
1235 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301236 display: block;
1237 float: left;
1238 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301239}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301240.navbar .nav.pull-right {
1241 float: right;
1242}
1243.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301244 display: block;
1245 float: left;
1246}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301247.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301248 float: none;
1249 padding: 10px 10px 11px;
1250 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301251 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301252 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301253 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301254}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301255.navbar .nav > li > a:hover {
1256 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301257 color: #ffffff;
1258 text-decoration: none;
1259}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301260.navbar .nav .active > a, .navbar .nav .active > a:hover {
1261 color: #ffffff;
1262 text-decoration: none;
1263 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301264 background-color: rgba(0, 0, 0, 0.5);
1265}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301266.navbar .divider-vertical {
1267 height: 40px;
1268 width: 1px;
1269 margin: 0 9px;
1270 overflow: hidden;
1271 background-color: #222222;
1272 border-right: 1px solid #333333;
1273}
1274.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301275 margin-left: 10px;
1276 margin-right: 0;
1277}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301278.navbar .dropdown-menu {
1279 margin-top: 1px;
1280 -webkit-border-radius: 4px;
1281 -moz-border-radius: 4px;
1282 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301283}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301284.navbar .dropdown-menu:before {
1285 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301286 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301287 border-left: 7px solid transparent;
1288 border-right: 7px solid transparent;
1289 border-bottom: 7px solid #ccc;
1290 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301291 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301292 top: -7px;
1293 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301294}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301295.navbar .dropdown-menu:after {
1296 content: '';
1297 display: inline-block;
1298 border-left: 6px solid transparent;
1299 border-right: 6px solid transparent;
1300 border-bottom: 6px solid #ffffff;
1301 position: absolute;
1302 top: -6px;
1303 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301304}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301305.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
1306 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301307}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301308.navbar .nav .active .caret {
1309 opacity: 1;
1310 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301311}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301312.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
1313 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301314}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301315.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301316 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301317}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301318.navbar .nav.pull-right .dropdown-menu {
1319 left: auto;
1320 right: 0;
1321}
1322.navbar .nav.pull-right .dropdown-menu:before {
1323 left: auto;
1324 right: 12px;
1325}
1326.navbar .nav.pull-right .dropdown-menu:after {
1327 left: auto;
1328 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301329}
1330
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301331/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301332.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301333 display: block;
1334 float: right;
1335 width: 20px;
1336 margin-bottom: -5px;
1337 margin-top: 10px;
1338 visibility: hidden;
1339}
1340
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301341.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301342 padding: 0px 20px;
1343}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301344
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301345
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301346/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301347 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301348 */
1349.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301350 position: relative;
1351}
1352.dropdown-toggle {
1353 *margin-bottom: -3px;
1354}
1355.dropdown-toggle:active, .open .dropdown-toggle {
1356 outline: 0;
1357}
1358.caret {
1359 display: inline-block;
1360 width: 0;
1361 height: 0;
1362 text-indent: -99999px;
1363 *text-indent: 0;
1364 vertical-align: top;
1365 border-left: 4px solid transparent;
1366 border-right: 4px solid transparent;
1367 border-top: 4px solid #000000;
1368 opacity: 0.3;
1369 filter: alpha(opacity=30);
1370 content: "\2193";
1371}
1372.dropdown .caret {
1373 margin-top: 8px;
1374 margin-left: 2px;
1375}
1376.dropdown:hover .caret, .open.dropdown .caret {
1377 opacity: 1;
1378 filter: alpha(opacity=100);
1379}
1380.dropdown-menu {
1381 position: absolute;
1382 top: 100%;
1383 left: 0;
1384 z-index: 1000;
1385 float: left;
1386 display: none;
1387 min-width: 160px;
1388 max-width: 220px;
1389 _width: 160px;
1390 padding: 4px 0;
1391 margin: 0;
1392 list-style: none;
1393 background-color: #ffffff;
1394 border-color: #ccc;
1395 border-color: rgba(0, 0, 0, 0.2);
1396 border-style: solid;
1397 border-width: 1px;
1398 -webkit-border-radius: 0 0 5px 5px;
1399 -moz-border-radius: 0 0 5px 5px;
1400 border-radius: 0 0 5px 5px;
1401 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1402 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1403 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1404 -webkit-background-clip: padding-box;
1405 -moz-background-clip: padding;
1406 background-clip: padding-box;
1407 *border-right-width: 2px;
1408 *border-bottom-width: 2px;
1409}
1410.dropdown-menu.bottom-up {
1411 top: auto;
1412 bottom: 100%;
1413 margin-bottom: 2px;
1414}
1415.dropdown-menu .divider {
1416 height: 1px;
1417 margin: 5px 1px;
1418 overflow: hidden;
1419 background-color: #e5e5e5;
1420 border-bottom: 1px solid #ffffff;
1421 *width: 100%;
1422 *margin: -5px 0 5px;
1423}
1424.dropdown-menu a {
1425 display: block;
1426 padding: 3px 15px;
1427 clear: both;
1428 font-weight: normal;
1429 line-height: 18px;
1430 color: #555555;
1431 white-space: nowrap;
1432}
1433.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
1434 color: #ffffff;
1435 text-decoration: none;
1436 background-color: #0088cc;
1437}
1438.dropdown.open {
1439 *z-index: 1000;
1440}
1441.dropdown.open .dropdown-toggle {
1442 color: #ffffff;
1443 background: #ccc;
1444 background: rgba(0, 0, 0, 0.3);
1445}
1446.dropdown.open .dropdown-menu {
1447 display: block;
1448}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301449
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301450/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05301451 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301452 */
1453.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05301454 position: absolute;
1455 z-index: 1020;
1456 display: block;
1457 visibility: visible;
1458 padding: 5px;
1459 font-size: 11px;
1460 opacity: 0;
1461 filter: alpha(opacity=0);
1462}
1463.tooltip.in {
1464 opacity: 0.8;
1465 filter: alpha(opacity=80);
1466}
1467.tooltip.top {
1468 margin-top: -2px;
1469}
1470.tooltip.right {
1471 margin-left: 2px;
1472}
1473.tooltip.bottom {
1474 margin-top: 2px;
1475}
1476.tooltip.left {
1477 margin-left: -2px;
1478}
1479.tooltip.top .tooltip-arrow {
1480 bottom: 0;
1481 left: 50%;
1482 margin-left: -5px;
1483 border-left: 5px solid transparent;
1484 border-right: 5px solid transparent;
1485 border-top: 5px solid #000000;
1486}
1487.tooltip.left .tooltip-arrow {
1488 top: 50%;
1489 right: 0;
1490 margin-top: -5px;
1491 border-top: 5px solid transparent;
1492 border-bottom: 5px solid transparent;
1493 border-left: 5px solid #000000;
1494}
1495.tooltip.bottom .tooltip-arrow {
1496 top: 0;
1497 left: 50%;
1498 margin-left: -5px;
1499 border-left: 5px solid transparent;
1500 border-right: 5px solid transparent;
1501 border-bottom: 5px solid #000000;
1502}
1503.tooltip.right .tooltip-arrow {
1504 top: 50%;
1505 left: 0;
1506 margin-top: -5px;
1507 border-top: 5px solid transparent;
1508 border-bottom: 5px solid transparent;
1509 border-right: 5px solid #000000;
1510}
1511.tooltip-inner {
1512 max-width: 200px;
1513 padding: 3px 8px;
1514 color: #ffffff;
1515 text-align: center;
1516 text-decoration: none;
1517 background-color: #000000;
1518 -webkit-border-radius: 4px;
1519 -moz-border-radius: 4px;
1520 border-radius: 4px;
1521}
1522.tooltip-arrow {
1523 position: absolute;
1524 width: 0;
1525 height: 0;
1526}
1527.popover {
1528 position: absolute;
1529 top: 0;
1530 left: 0;
1531 z-index: 1010;
1532 display: none;
1533 padding: 5px;
1534}
1535.popover.top {
1536 margin-top: -5px;
1537}
1538.popover.right {
1539 margin-left: 5px;
1540}
1541.popover.bottom {
1542 margin-top: 5px;
1543}
1544.popover.left {
1545 margin-left: -5px;
1546}
1547.popover.top .arrow {
1548 bottom: 0;
1549 left: 50%;
1550 margin-left: -5px;
1551 border-left: 5px solid transparent;
1552 border-right: 5px solid transparent;
1553 border-top: 5px solid #000000;
1554}
1555.popover.right .arrow {
1556 top: 50%;
1557 left: 0;
1558 margin-top: -5px;
1559 border-top: 5px solid transparent;
1560 border-bottom: 5px solid transparent;
1561 border-right: 5px solid #000000;
1562}
1563.popover.bottom .arrow {
1564 top: 0;
1565 left: 50%;
1566 margin-left: -5px;
1567 border-left: 5px solid transparent;
1568 border-right: 5px solid transparent;
1569 border-bottom: 5px solid #000000;
1570}
1571.popover.left .arrow {
1572 top: 50%;
1573 right: 0;
1574 margin-top: -5px;
1575 border-top: 5px solid transparent;
1576 border-bottom: 5px solid transparent;
1577 border-left: 5px solid #000000;
1578}
1579.popover .arrow {
1580 position: absolute;
1581 width: 0;
1582 height: 0;
1583}
1584.popover-inner {
1585 padding: 3px;
1586 width: 280px;
1587 overflow: hidden;
1588 background: #000000;
1589 background: rgba(0, 0, 0, 0.8);
1590 -webkit-border-radius: 6px;
1591 -moz-border-radius: 6px;
1592 border-radius: 6px;
1593 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1594 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1595 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1596}
1597.popover-title {
1598 padding: 9px 15px;
1599 line-height: 1;
1600 background-color: #f5f5f5;
1601 border-bottom: 1px solid #eee;
1602 -webkit-border-radius: 3px 3px 0 0;
1603 -moz-border-radius: 3px 3px 0 0;
1604 border-radius: 3px 3px 0 0;
1605}
1606.popover-content {
1607 padding: 14px;
1608 background-color: #ffffff;
1609 -webkit-border-radius: 0 0 3px 3px;
1610 -moz-border-radius: 0 0 3px 3px;
1611 border-radius: 0 0 3px 3px;
1612 -webkit-background-clip: padding-box;
1613 -moz-background-clip: padding-box;
1614 background-clip: padding-box;
1615}
1616.popover-content p, .popover-content ul, .popover-content ol {
1617 margin-bottom: 0;
1618}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301619
Rushabh Mehtad0251332012-02-21 17:26:50 +05301620/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301621 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301622 */
1623h1, h2, h3, h4, h5 {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301624 font-family: Tahoma, Arial, Verdana, sans-serif;
1625 font-weight: bold;
1626}
1627
1628body {
1629 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
1630 font-size: 12px;
1631}
1632
1633span, div, td, input, textarea, button, select {
1634 font-family: inherit;
1635}
1636
1637body {
Rushabh Mehta5d267a42012-03-01 18:53:06 +05301638 background: url(../images/stripedbg.png) repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301639}
1640
1641.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05301642 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301643 text-align: center;
1644}
1645
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301646.module-icons {
1647 background: url(../images/module-icons.png) no-repeat top left;
1648 width:16px;
1649 height:16px;
1650}
1651
1652.module-icons-accounts{ background-position: 0 0; }
1653.module-icons-analysis{ background-position: 0 -66px; }
1654.module-icons-buying{ background-position: 0 -132px; }
1655.module-icons-home{ background-position: 0 -198px; }
1656.module-icons-hr{ background-position: 0 -264px; }
1657.module-icons-people{ background-position: 0 -330px; }
1658.module-icons-production{ background-position: 0 -396px; }
1659.module-icons-projects{ background-position: 0 -462px; }
1660.module-icons-selling{ background-position: 0 -528px; }
1661.module-icons-setup{ background-position: 0 -594px; }
1662.module-icons-stock{ background-position: 0 -660px; }
1663.module-icons-support{ background-position: 0 -726px; }
Anand Doshic3023be2012-02-20 16:31:55 +05301664
Anand Doshidb628762012-02-24 17:56:00 +05301665.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05301666 margin: -3px 0px;
1667 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05301668 min-width: 20px;
1669 text-align: center;
1670 display: inline-block;
1671 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301672 color: #999999;
1673 background-color: #333131;
1674}
1675
1676.navbar-new-comments:hover,
1677.navbar-new-comments:active,
1678.navbar-new-comments:focus {
1679 color: #fff;
1680}
1681
1682
1683.navbar-new-comments-true {
1684 color: #fff;
1685 background-color: #B00D07;
1686}
1687
1688.navbar-icon-home {
1689 vertical-align: middle;
1690 opacity:0.4;
1691 Filter:alpha(opacity=40); /* For IE8 and earlier */
1692}
1693
1694.navbar-icon-home:hover,
1695.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05301696.navbar-icon-home:active,
1697.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301698 opacity:1;
1699 Filter:alpha(opacity=100); /* For IE8 and earlier */
1700}
1701
1702/*extra size menus for recent*/
1703.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
1704 min-width: 160px !important;
1705 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05301706}
1707
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301708
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301709/*
1710 * erpnext/website/css/website.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301711 */
1712.layout_wrapper {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301713 padding: 20px;
1714}
1715
1716h1 {
1717 margin-bottom: 15px;
1718}
1719
Rushabh Mehtaaa848be2012-02-17 12:06:33 +05301720h2 {
1721 margin-bottom: 11px;
1722}
1723
1724h3 {
1725 margin-bottom: 7px;
1726}
1727
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301728pre {
1729 background-color: #F8F8F8;
1730 border: 1px solid #CCCCCC;
1731 border-radius: 3px 3px 3px 3px;
1732 font-size: 13px;
1733 line-height: 19px;
1734 overflow: auto;
1735 padding: 6px 10px;
1736 margin-bottom: 9px;
1737}
1738
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301739.web-content input[type="text"], .web-content input[type="password"], .web-content select {
1740 min-width: 180px;
1741}
1742
Rushabh Mehta13531b72012-02-20 12:35:23 +05301743.web-head-section {
1744 margin-bottom: 20px
1745}
1746
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301747.web-main-section {
1748 width: 65%;
1749 float: left;
1750 margin-bottom: 20px;
1751}
1752
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301753.web-side-section {
1754 width: 30%;
1755 float: right;
1756 margin-bottom: 20px;
1757 margin-right: 15px;
1758 color: #606060;
1759 overflow-x: hidden;
1760}
1761
1762.web-page-status {
1763 padding: 7px;
1764 color: #777;
1765 clear: both;
1766 text-align: right;
1767}
1768
1769.web-page-status a,
1770.web-page-status a:hover,
1771.web-page-status a:visited {
1772 padding: 2px;
1773 background-color: #777;
1774 color: #FFF;
1775 text-decoration: none;
1776}
1777
1778.web-page-status a:hover {
1779 background-color: #444;
1780}
1781
1782footer {
1783 color: #777;
1784}
1785
1786.web-footer {
1787 color: inherit;
1788 text-align: center;
1789 margin: 10px;
1790 line-height: 1.7;
1791}
1792
1793.web-footer div, .web-footer a {
1794 font-size: 11px;
1795}
1796
1797.web-footer-menu {
1798 margin-bottom: 7px;
1799}
1800footer a, footer a:visited {
1801 color: #777;
1802}
1803
1804footer a:hover {
1805 background-color: #777;
1806 color: #fff;
1807}
1808
1809.web-footer-menu ul {
1810 list-style: none;
1811 margin: 0px;
1812 padding: 0px;
1813}
1814
1815.web-footer-menu ul li {
1816 display: inline;
1817 padding: 2px 15px;
1818 border-right: 1px solid #999;
1819}
1820
1821.web-footer-menu ul li:last-child {
1822 border-right: 0px solid #777 !important;
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301823}