blob: 58433859756cf637df787a51d645b10e3db7b392 [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
116footer {
117 width: 900px;
118 margin: auto;
119}
120header .container {
121 width: 900px;
122 margin: auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530123}
124
125div.no_script {
126 display: none;
127}
128
129div.loading_div {
130 position: absolute;
131 background-color: #FFFFCC;
132 z-index: 1999;
133 right: 5px;
134 width: 90px;
135 display: none;
136 text-align: center;
137 padding: 2px;
138 font-size: 12px;
139 border: 1px solid #FF4;
140}
141
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530142div.std-footer {
143 margin: 13px 0px;
144 border-top: 1px solid #AAA;
145 padding: 13px;
146}
147
148div.std-footer-item {
149 margin: 0px 13px 13px 0px;
150}
151
152.shadow {
153 -moz-box-shadow: 0px 2px 2px #888;
154 -webkit-box-shadow: 0px 2px 2px #888;
155 box-shadow: 0px 2px 2px #888;
156}
157
158.round {
159 -webkit-border-radius: 5px;
160 -moz-border-radius: 5px;
161 border-radius: 5px;
162}
163.gradient {
164 background: #ededed; /* Old browsers */
165 background: -moz-linear-gradient(top, #ededed 0%, #d1d1d1 47%, #b7b7b7 100%); /* FF3.6+ */
166 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(47%,#d1d1d1), color-stop(100%,#b7b7b7)); /* Chrome,Safari4+ */
167 background: -webkit-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Chrome10+,Safari5.1+ */
168 background: -o-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* Opera11.10+ */
169 background: -ms-linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* IE10+ */
170 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#b7b7b7',GradientType=0 ); /* IE6-9 */
171 background: linear-gradient(top, #ededed 0%,#d1d1d1 47%,#b7b7b7 100%); /* W3C */
172}
173
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530174.layout_wrapper, .layout-wrapper {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530175 -moz-box-shadow: 1px 1px 8px #555;
176 -webkit-box-shadow: 1px 1px 8px #555;
177 box-shadow: 1px 1px 8px #555;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530178 background-color: #fff;
179 padding: 15px;
180}
181
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530182.layout-wrapper-background {
183 background-color: #f2f2f2 !important;
184 padding: 0px;
185}
186
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530187.layout-main-section {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530188 width: 71%;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530189 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530190 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530191 background-color: #FFF;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530192 min-height: 450px;
Rushabh Mehtafdea9662012-02-27 18:03:54 +0530193 -moz-box-shadow: 7px 0px 6px -2px #ddd;
194 -webkit-box-shadow: 7px 0px 6px -2px #ddd;
195 box-shadow: 7px 0px 6px -2px #ddd;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530196}
197
198.layout-side-section {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530199 width: 22%;
Anand Doshi40ee8d62012-02-24 19:21:47 +0530200 /*float: right;*/
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530201 color: #606060;
202 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530203 padding: 15px;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530204 min-height: 450px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530205}
206
207/* from bootstrap */
208.container {
209 margin-left: auto;
210 margin-right: auto;
211 zoom: 1;
212}
213.container:before, .container:after {
214 display: table;
215 content: "";
216 zoom: 1;
217}
218.container:after {
219 clear: both;
220}
221
Anand Doshi40ee8d62012-02-24 19:21:47 +0530222.well {
223 min-height: 20px;
224 padding: 19px;
225 margin-bottom: 20px;
226 background-color: #f5f5f5;
227 border: 1px solid #eee;
228 border: 1px solid rgba(0, 0, 0, 0.05);
229 -webkit-border-radius: 4px;
230 -moz-border-radius: 4px;
231 border-radius: 4px;
232 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
233 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
234 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
235}
236
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530237.avatar-small {
238 display: inline-block;
239 min-width: 29px;
240}
241.avatar-small img {
242 height: 24px;
243 margin-bottom: -7px;
244 max-width: 24px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530245}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530246
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530247/*
248 * lib/css/legacy/messages.css
249 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530250
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530251/* FLOATING MESSAGE */
252
253.btn-img { cursor: pointer; }
254
255div.fetching { color: #888; text-align:right; }
256
257div.notice {
258 postion: absolute;
259 background-color: #000;
260 -moz-border-radius: 5px; -webkit-border-radius: 5px;
261 opacity: 0.6;
262 right: 0;
263 top: 0;
264 margin-top: 8px;
265 z-index: -1;
266 padding: 8px;
267}
268
269/** help **/
270
271.info-box {
272 background-color: #F8F8F8;
273 border: 1px solid #CCCCCC;
274 border-radius: 3px 3px 3px 3px;
275 line-height: 1.6em;
276 overflow: auto;
277 padding: 6px 10px;
278 margin-bottom: 9px;
279}
280
281.help_box, .help-box {
282 background-color:#FFC;
283 font-size: 13px;
284 color: #864;
285 padding: 7px;
286 margin: 11px 0px;
287 border: 1px solid #EEB;
288}
289
290.help_box_big {
291 background-color:#FFC;
292 color: #864;
293 padding: 7px;
294 margin: 7px 0px;
295 border: 1px solid #EEB;
296 text-align: center;
297 font-size: 14px;
298}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530299
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530300/*
301 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530302 */
303/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530304
305div.dialog_wrapper {
306 position: absolute;
307 width: 440px;
308 display: none;
309 z-index: 90;
310 background-color: #FFF;
311 border: 3px solid #222;
312 box-shadow:1px 1px 5px #777;
313 -moz-box-shadow: 1px 1px 5px #777;
314 -webkit-box-shadow: 1px 1px 5px #777;
315
316 border-radius: 5px;
317 -moz-border-radius: 5px;
318 -webkit-border-radius: 5px;
319}
320
321div.dialog_head {
322 height: 22px;
323 padding: 4px;
324 background-color: #222;
325 color: #FFF;
326}
327
328div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530329 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530330 border-radius: 5px;
331 -moz-border-radius: 5px;
332 -webkit-border-radius: 5px;
333}
334
335div.dialog_back {
336 position: fixed;
337 display: none;
338 top: 0px;
339 left: 0px;
340 bottom: 0px;
341 right: 0px;
342 background-color: #EEE;
343 opacity: 0.6;
344 z-index: 50;
345 text-align: center;
346}
347
348div.dialog_message {
349 display: none;
350 position: absolute;
351 width: 250px;
352 font-size: 12px;
353 z-index: 91;
354 background-color:#FFF;
355 padding: 12px;
356 border: 1px solid #444;
357}
358
359div.dialog_row {
360 padding: 8px 8px 0px 8px;
361}
362
363div.dialog_row table {
364 width: 100%;
365}
366
367div.dialog_row table td {
368}
369
370div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
371 width: 80%;
372 font-size: 14px;
373}
374
375div.dialog_row table td textarea {
376 width: 80%;
377 height: 200px;
378 font-size: 12px;
379}
380
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530381
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530382/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530383 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530384 */
385/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530386
387h1,
388h2,
389h3,
390h4,
391h5,
392h6 {
393 margin: 0;
394 font-weight: bold;
395 color: #333333;
396 text-rendering: optimizelegibility;
397 margin-bottom: 0.3em;
398}
399h1 small,
400h2 small,
401h3 small,
402h4 small,
403h5 small,
404h6 small {
405 font-weight: normal;
406 color: #999999;
407}
408h1 {
409 font-size: 30px;
410 line-height: 36px;
411}
412h1 small {
413 font-size: 18px;
414}
415h2 {
416 font-size: 24px;
417 line-height: 36px;
418}
419h2 small {
420 font-size: 18px;
421}
422h3 {
423 line-height: 27px;
424 font-size: 18px;
425}
426h3 small {
427 font-size: 14px;
428}
429h4, h5, h6 {
430 line-height: 18px;
431}
432h4 {
433 font-size: 14px;
434}
435h4 small {
436 font-size: 12px;
437}
438h5 {
439 font-size: 12px;
440}
441h6 {
442 font-size: 11px;
443 color: #999999;
444 text-transform: uppercase;
445}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530446
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530447/*
448 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530449 */
450.close {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530451 float: right;
452 font-size: 20px;
453 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530454 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530455 color: #000000;
456 text-shadow: 0 1px 0 #ffffff;
457 opacity: 0.2;
458 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530459}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530460.close:hover {
461 color: #000000;
462 text-decoration: none;
463 opacity: 0.4;
464 filter: alpha(opacity=40);
465 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530466}
467.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530468 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530469 padding: 4px 10px 4px;
470 font-size: 13px;
471 line-height: 18px;
472 color: #333333;
473 text-align: center;
474 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
475 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530476 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
477 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
478 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
479 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
480 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
481 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530482 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530483 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530484 border: 1px solid #ccc;
485 border-bottom-color: #bbb;
486 -webkit-border-radius: 4px;
487 -moz-border-radius: 4px;
488 border-radius: 4px;
489 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
490 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
491 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 +0530492 cursor: pointer;
493 *margin-left: .3em;
494}
495.btn:first-child {
496 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530497}
498.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530499 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530500 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530501 background-color: #e6e6e6;
502 background-position: 0 -15px;
503 -webkit-transition: background-position 0.1s linear;
504 -moz-transition: background-position 0.1s linear;
505 -ms-transition: background-position 0.1s linear;
506 -o-transition: background-position 0.1s linear;
507 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530508}
509.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530510 outline: thin dotted;
511 outline: 5px auto -webkit-focus-ring-color;
512 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530513}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530514.btn.active, .btn:active {
515 background-image: none;
516 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
517 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
518 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
519 background-color: #e6e6e6;
520 background-color: #d9d9d9 \9;
521 color: rgba(0, 0, 0, 0.5);
522 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530523}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530524.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530525 cursor: default;
526 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530527 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530528 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530529 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530530 -webkit-box-shadow: none;
531 -moz-box-shadow: none;
532 box-shadow: none;
533}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530534.btn-large {
535 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530536 font-size: 15px;
537 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530538 -webkit-border-radius: 5px;
539 -moz-border-radius: 5px;
540 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530541}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530542.btn-large .icon {
543 margin-top: 1px;
544}
545.btn-small {
546 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530547 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530548 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530549}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530550.btn-small .icon {
551 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530552}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530553.btn-primary,
554.btn-primary:hover,
555.btn-warning,
556.btn-warning:hover,
557.btn-danger,
558.btn-danger:hover,
559.btn-success,
560.btn-success:hover,
561.btn-info,
562.btn-info:hover {
563 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
564 color: #ffffff;
565}
566.btn-primary.active,
567.btn-warning.active,
568.btn-danger.active,
569.btn-success.active,
570.btn-info.active {
571 color: rgba(255, 255, 255, 0.75);
572}
573.btn-primary {
574 background-color: #006dcc;
575 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
576 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
577 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
578 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
579 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
580 background-image: linear-gradient(top, #0088cc, #0044cc);
581 background-repeat: repeat-x;
582 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
583 border-color: #0044cc #0044cc #002a80;
584 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
585 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
586}
587.btn-primary:hover,
588.btn-primary:active,
589.btn-primary.active,
590.btn-primary.disabled,
591.btn-primary[disabled] {
592 background-color: #0044cc;
593}
594.btn-primary:active, .btn-primary.active {
595 background-color: #003399 \9;
596}
597.btn-warning {
598 background-color: #faa732;
599 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
600 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
601 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
602 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
603 background-image: -o-linear-gradient(top, #fbb450, #f89406);
604 background-image: linear-gradient(top, #fbb450, #f89406);
605 background-repeat: repeat-x;
606 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
607 border-color: #f89406 #f89406 #ad6704;
608 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
609 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
610}
611.btn-warning:hover,
612.btn-warning:active,
613.btn-warning.active,
614.btn-warning.disabled,
615.btn-warning[disabled] {
616 background-color: #f89406;
617}
618.btn-warning:active, .btn-warning.active {
619 background-color: #c67605 \9;
620}
621.btn-danger {
622 background-color: #da4f49;
623 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
624 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
625 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
626 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
627 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
628 background-image: linear-gradient(top, #ee5f5b, #bd362f);
629 background-repeat: repeat-x;
630 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
631 border-color: #bd362f #bd362f #802420;
632 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
633 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
634}
635.btn-danger:hover,
636.btn-danger:active,
637.btn-danger.active,
638.btn-danger.disabled,
639.btn-danger[disabled] {
640 background-color: #bd362f;
641}
642.btn-danger:active, .btn-danger.active {
643 background-color: #942a25 \9;
644}
645.btn-success {
646 background-color: #5bb75b;
647 background-image: -moz-linear-gradient(top, #62c462, #51a351);
648 background-image: -ms-linear-gradient(top, #62c462, #51a351);
649 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
650 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
651 background-image: -o-linear-gradient(top, #62c462, #51a351);
652 background-image: linear-gradient(top, #62c462, #51a351);
653 background-repeat: repeat-x;
654 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
655 border-color: #51a351 #51a351 #387038;
656 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
657 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
658}
659.btn-success:hover,
660.btn-success:active,
661.btn-success.active,
662.btn-success.disabled,
663.btn-success[disabled] {
664 background-color: #51a351;
665}
666.btn-success:active, .btn-success.active {
667 background-color: #408140 \9;
668}
669.btn-info {
670 background-color: #49afcd;
671 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
672 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
673 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
674 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
675 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
676 background-image: linear-gradient(top, #5bc0de, #2f96b4);
677 background-repeat: repeat-x;
678 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
679 border-color: #2f96b4 #2f96b4 #1f6377;
680 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
681 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
682}
683.btn-info:hover,
684.btn-info:active,
685.btn-info.active,
686.btn-info.disabled,
687.btn-info[disabled] {
688 background-color: #2f96b4;
689}
690.btn-info:active, .btn-info.active {
691 background-color: #24748c \9;
692}
693button.btn, input[type="submit"].btn {
694 *padding-top: 2px;
695 *padding-bottom: 2px;
696}
697button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530698 padding: 0;
699 border: 0;
700}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530701button.btn.large, input[type="submit"].btn.large {
702 *padding-top: 7px;
703 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530704}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530705button.btn.small, input[type="submit"].btn.small {
706 *padding-top: 3px;
707 *padding-bottom: 3px;
708}
709.btn-group {
710 position: relative;
711 *zoom: 1;
712 *margin-left: .3em;
713}
714.btn-group:before, .btn-group:after {
715 display: table;
716 content: "";
717}
718.btn-group:after {
719 clear: both;
720}
721.btn-group:first-child {
722 *margin-left: 0;
723}
724.btn-group + .btn-group {
725 margin-left: 5px;
726}
727.btn-toolbar {
728 margin-top: 9px;
729 margin-bottom: 9px;
730}
731.btn-toolbar .btn-group {
732 display: inline-block;
733 *display: inline;
734 /* IE7 inline-block hack */
735
736 *zoom: 1;
737}
738.btn-group .btn {
739 position: relative;
740 float: left;
741 margin-left: -1px;
742 -webkit-border-radius: 0;
743 -moz-border-radius: 0;
744 border-radius: 0;
745}
746.btn-group .btn:first-child {
747 margin-left: 0;
748 -webkit-border-top-left-radius: 4px;
749 -moz-border-radius-topleft: 4px;
750 border-top-left-radius: 4px;
751 -webkit-border-bottom-left-radius: 4px;
752 -moz-border-radius-bottomleft: 4px;
753 border-bottom-left-radius: 4px;
754}
755.btn-group .btn:last-child, .btn-group .dropdown-toggle {
756 -webkit-border-top-right-radius: 4px;
757 -moz-border-radius-topright: 4px;
758 border-top-right-radius: 4px;
759 -webkit-border-bottom-right-radius: 4px;
760 -moz-border-radius-bottomright: 4px;
761 border-bottom-right-radius: 4px;
762}
763.btn-group .btn.large:first-child {
764 margin-left: 0;
765 -webkit-border-top-left-radius: 6px;
766 -moz-border-radius-topleft: 6px;
767 border-top-left-radius: 6px;
768 -webkit-border-bottom-left-radius: 6px;
769 -moz-border-radius-bottomleft: 6px;
770 border-bottom-left-radius: 6px;
771}
772.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
773 -webkit-border-top-right-radius: 6px;
774 -moz-border-radius-topright: 6px;
775 border-top-right-radius: 6px;
776 -webkit-border-bottom-right-radius: 6px;
777 -moz-border-radius-bottomright: 6px;
778 border-bottom-right-radius: 6px;
779}
780.btn-group .btn:hover,
781.btn-group .btn:focus,
782.btn-group .btn:active,
783.btn-group .btn.active {
784 z-index: 2;
785}
786.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
787 outline: 0;
788}
789.btn-group .dropdown-toggle {
790 padding-left: 8px;
791 padding-right: 8px;
792 -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);
793 -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);
794 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);
795 *padding-top: 5px;
796 *padding-bottom: 5px;
797}
798.btn-group.open {
799 *z-index: 1000;
800}
801.btn-group.open .dropdown-menu {
802 display: block;
803 margin-top: 1px;
804 -webkit-border-radius: 5px;
805 -moz-border-radius: 5px;
806 border-radius: 5px;
807}
808.btn-group.open .dropdown-toggle {
809 background-image: none;
810 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
811 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
812 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
813}
814.btn .caret {
815 margin-top: 7px;
816 margin-left: 0;
817}
818.btn:hover .caret, .open.btn-group .caret {
819 opacity: 1;
820 filter: alpha(opacity=100);
821}
822.btn-primary .caret,
823.btn-danger .caret,
824.btn-info .caret,
825.btn-success .caret {
826 border-top-color: #ffffff;
827 opacity: 0.75;
828 filter: alpha(opacity=75);
829}
830.btn-small .caret {
831 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530832}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530833
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530834/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530835 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530836 */
837.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530838 margin-left: 0;
839 margin-bottom: 18px;
840 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530841}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530842.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530843 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530844}
845.nav > li > a:hover {
846 text-decoration: none;
847 background-color: #eeeeee;
848}
849.nav-list {
850 padding-left: 14px;
851 padding-right: 14px;
852 margin-bottom: 0;
853}
854.nav-list > li > a, .nav-list .nav-header {
855 display: block;
856 padding: 3px 15px;
857 margin-left: -15px;
858 margin-right: -15px;
859 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
860}
861.nav-list .nav-header {
862 font-size: 11px;
863 font-weight: bold;
864 line-height: 18px;
865 color: #999999;
866 text-transform: uppercase;
867}
868.nav-list > li + .nav-header {
869 margin-top: 9px;
870}
871.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530872 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530873 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
874 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530875}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530876.nav-list [class^="icon-"] {
877 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530878}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530879.nav-tabs, .nav-pills {
880 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530881}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530882.nav-tabs:before,
883.nav-pills:before,
884.nav-tabs:after,
885.nav-pills:after {
886 display: table;
887 content: "";
888}
889.nav-tabs:after, .nav-pills:after {
890 clear: both;
891}
892.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530893 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530894}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530895.nav-tabs > li > a, .nav-pills > li > a {
896 padding-right: 12px;
897 padding-left: 12px;
898 margin-right: 2px;
899 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530900}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530901.nav-tabs {
902 border-bottom: 1px solid #ddd;
903}
904.nav-tabs > li {
905 margin-bottom: -1px;
906}
907.nav-tabs > li > a {
908 padding-top: 9px;
909 padding-bottom: 9px;
910 border: 1px solid transparent;
911 -webkit-border-radius: 4px 4px 0 0;
912 -moz-border-radius: 4px 4px 0 0;
913 border-radius: 4px 4px 0 0;
914}
915.nav-tabs > li > a:hover {
916 border-color: #eeeeee #eeeeee #dddddd;
917}
918.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
919 color: #555555;
920 background-color: #ffffff;
921 border: 1px solid #ddd;
922 border-bottom-color: transparent;
923 cursor: default;
924}
925.nav-pills > li > a {
926 padding-top: 8px;
927 padding-bottom: 8px;
928 margin-top: 2px;
929 margin-bottom: 2px;
930 -webkit-border-radius: 5px;
931 -moz-border-radius: 5px;
932 border-radius: 5px;
933}
934.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530935 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530936 background-color: #0088cc;
937}
938.nav-stacked > li {
939 float: none;
940}
941.nav-stacked > li > a {
942 margin-right: 0;
943}
944.nav-tabs.nav-stacked {
945 border-bottom: 0;
946}
947.nav-tabs.nav-stacked > li > a {
948 border: 1px solid #ddd;
949 -webkit-border-radius: 0;
950 -moz-border-radius: 0;
951 border-radius: 0;
952}
953.nav-tabs.nav-stacked > li:first-child > a {
954 -webkit-border-radius: 4px 4px 0 0;
955 -moz-border-radius: 4px 4px 0 0;
956 border-radius: 4px 4px 0 0;
957}
958.nav-tabs.nav-stacked > li:last-child > a {
959 -webkit-border-radius: 0 0 4px 4px;
960 -moz-border-radius: 0 0 4px 4px;
961 border-radius: 0 0 4px 4px;
962}
963.nav-tabs.nav-stacked > li > a:hover {
964 border-color: #ddd;
965 z-index: 2;
966}
967.nav-pills.nav-stacked > li > a {
968 margin-bottom: 3px;
969}
970.nav-pills.nav-stacked > li:last-child > a {
971 margin-bottom: 1px;
972}
973.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
974 margin-top: 1px;
975 border-width: 1px;
976}
977.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530978 -webkit-border-radius: 4px;
979 -moz-border-radius: 4px;
980 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530981}
982.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
983 border-top-color: #0088cc;
984 margin-top: 6px;
985}
986.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
987 border-top-color: #005580;
988}
989.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
990 border-top-color: #333333;
991}
992.nav > .dropdown.active > a:hover {
993 color: #000000;
994 cursor: pointer;
995}
996.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
997 color: #ffffff;
998 background-color: #999999;
999 border-color: #999999;
1000}
1001.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
1002 border-top-color: #ffffff;
1003 opacity: 1;
1004 filter: alpha(opacity=100);
1005}
1006
1007.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301008 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301009 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301010}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301011.navbar-inner {
1012 padding-left: 20px;
1013 padding-right: 20px;
1014 background-color: #2c2c2c;
1015 background-image: -moz-linear-gradient(top, #333333, #222222);
1016 background-image: -ms-linear-gradient(top, #333333, #222222);
1017 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1018 background-image: -webkit-linear-gradient(top, #333333, #222222);
1019 background-image: -o-linear-gradient(top, #333333, #222222);
1020 background-image: linear-gradient(top, #333333, #222222);
1021 background-repeat: repeat-x;
1022 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1023 -webkit-border-radius: 4px;
1024 -moz-border-radius: 4px;
1025 border-radius: 4px;
1026 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1027 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1028 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1029}
1030.btn-navbar {
1031 display: none;
1032 float: right;
1033 padding: 7px 10px;
1034 margin-left: 5px;
1035 margin-right: 5px;
1036 background-color: #2c2c2c;
1037 background-image: -moz-linear-gradient(top, #333333, #222222);
1038 background-image: -ms-linear-gradient(top, #333333, #222222);
1039 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1040 background-image: -webkit-linear-gradient(top, #333333, #222222);
1041 background-image: -o-linear-gradient(top, #333333, #222222);
1042 background-image: linear-gradient(top, #333333, #222222);
1043 background-repeat: repeat-x;
1044 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1045 border-color: #222222 #222222 #000000;
1046 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1047 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1048 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1049 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1050 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1051}
1052.btn-navbar:hover,
1053.btn-navbar:active,
1054.btn-navbar.active,
1055.btn-navbar.disabled,
1056.btn-navbar[disabled] {
1057 background-color: #222222;
1058}
1059.btn-navbar:active, .btn-navbar.active {
1060 background-color: #080808 \9;
1061}
1062.btn-navbar .icon-bar {
1063 display: block;
1064 width: 18px;
1065 height: 2px;
1066 background-color: #f5f5f5;
1067 -webkit-border-radius: 1px;
1068 -moz-border-radius: 1px;
1069 border-radius: 1px;
1070 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1071 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1072 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1073}
1074.btn-navbar .icon-bar + .icon-bar {
1075 margin-top: 3px;
1076}
1077.nav-collapse.collapse {
1078 height: auto;
1079}
1080.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301081 text-decoration: none;
1082}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301083.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301084 float: left;
1085 display: block;
1086 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301087 font-size: 20px;
1088 font-weight: 200;
1089 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301090 color: #ffffff;
1091}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301092.navbar .navbar-text {
1093 margin-bottom: 0;
1094 line-height: 40px;
1095 color: #999999;
1096}
1097.navbar .navbar-text a:hover {
1098 color: #ffffff;
1099 background-color: transparent;
1100}
1101.navbar .btn, .navbar .btn-group {
1102 margin-top: 5px;
1103}
1104.navbar .btn-group .btn {
1105 margin-top: 0;
1106}
1107.navbar-form {
1108 margin-bottom: 0;
1109 *zoom: 1;
1110}
1111.navbar-form:before, .navbar-form:after {
1112 display: table;
1113 content: "";
1114}
1115.navbar-form:after {
1116 clear: both;
1117}
1118.navbar-form input, .navbar-form select {
1119 display: inline-block;
1120 margin-top: 5px;
1121 margin-bottom: 0;
1122}
1123.navbar-form .radio, .navbar-form .checkbox {
1124 margin-top: 5px;
1125}
1126.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
1127 margin-top: 3px;
1128}
1129.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301130 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301131 float: left;
1132 margin-top: 6px;
1133 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301134}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301135.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301136 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301137 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1138 font-size: 13px;
1139 font-weight: normal;
1140 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301141 color: #ffffff;
1142 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301143 background: #666;
1144 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301145 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301146 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1147 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1148 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 +05301149 -webkit-transition: none;
1150 -moz-transition: none;
1151 -ms-transition: none;
1152 -o-transition: none;
1153 transition: none;
1154}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301155.navbar-search .search-query :-moz-placeholder {
1156 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301157}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301158.navbar-search .search-query::-webkit-input-placeholder {
1159 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301160}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301161.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301162 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301163 background-color: #999999;
1164 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301165}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301166.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301167 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301168 color: #333333;
1169 text-shadow: 0 1px 0 #ffffff;
1170 background-color: #ffffff;
1171 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301172 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1173 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1174 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301175 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301176}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301177.navbar-fixed-top {
1178 position: fixed;
1179 top: 0;
1180 right: 0;
1181 left: 0;
1182 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301183}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301184.navbar-fixed-top .navbar-inner {
1185 padding-left: 0;
1186 padding-right: 0;
1187 -webkit-border-radius: 0;
1188 -moz-border-radius: 0;
1189 border-radius: 0;
1190}
1191.navbar .nav {
1192 position: relative;
1193 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301194 display: block;
1195 float: left;
1196 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301197}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301198.navbar .nav.pull-right {
1199 float: right;
1200}
1201.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301202 display: block;
1203 float: left;
1204}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301205.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301206 float: none;
1207 padding: 10px 10px 11px;
1208 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301209 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301210 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301211 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301212}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301213.navbar .nav > li > a:hover {
1214 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301215 color: #ffffff;
1216 text-decoration: none;
1217}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301218.navbar .nav .active > a, .navbar .nav .active > a:hover {
1219 color: #ffffff;
1220 text-decoration: none;
1221 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301222 background-color: rgba(0, 0, 0, 0.5);
1223}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301224.navbar .divider-vertical {
1225 height: 40px;
1226 width: 1px;
1227 margin: 0 9px;
1228 overflow: hidden;
1229 background-color: #222222;
1230 border-right: 1px solid #333333;
1231}
1232.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301233 margin-left: 10px;
1234 margin-right: 0;
1235}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301236.navbar .dropdown-menu {
1237 margin-top: 1px;
1238 -webkit-border-radius: 4px;
1239 -moz-border-radius: 4px;
1240 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301241}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301242.navbar .dropdown-menu:before {
1243 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301244 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301245 border-left: 7px solid transparent;
1246 border-right: 7px solid transparent;
1247 border-bottom: 7px solid #ccc;
1248 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301249 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301250 top: -7px;
1251 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301252}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301253.navbar .dropdown-menu:after {
1254 content: '';
1255 display: inline-block;
1256 border-left: 6px solid transparent;
1257 border-right: 6px solid transparent;
1258 border-bottom: 6px solid #ffffff;
1259 position: absolute;
1260 top: -6px;
1261 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301262}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301263.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
1264 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301265}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301266.navbar .nav .active .caret {
1267 opacity: 1;
1268 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301269}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301270.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
1271 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301272}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301273.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301274 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301275}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301276.navbar .nav.pull-right .dropdown-menu {
1277 left: auto;
1278 right: 0;
1279}
1280.navbar .nav.pull-right .dropdown-menu:before {
1281 left: auto;
1282 right: 12px;
1283}
1284.navbar .nav.pull-right .dropdown-menu:after {
1285 left: auto;
1286 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301287}
1288
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301289/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301290.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301291 display: block;
1292 float: right;
1293 width: 20px;
1294 margin-bottom: -5px;
1295 margin-top: 10px;
1296 visibility: hidden;
1297}
1298
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301299.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301300 padding: 0px 20px;
1301}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301302
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301303
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301304/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301305 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301306 */
1307.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301308 position: relative;
1309}
1310.dropdown-toggle {
1311 *margin-bottom: -3px;
1312}
1313.dropdown-toggle:active, .open .dropdown-toggle {
1314 outline: 0;
1315}
1316.caret {
1317 display: inline-block;
1318 width: 0;
1319 height: 0;
1320 text-indent: -99999px;
1321 *text-indent: 0;
1322 vertical-align: top;
1323 border-left: 4px solid transparent;
1324 border-right: 4px solid transparent;
1325 border-top: 4px solid #000000;
1326 opacity: 0.3;
1327 filter: alpha(opacity=30);
1328 content: "\2193";
1329}
1330.dropdown .caret {
1331 margin-top: 8px;
1332 margin-left: 2px;
1333}
1334.dropdown:hover .caret, .open.dropdown .caret {
1335 opacity: 1;
1336 filter: alpha(opacity=100);
1337}
1338.dropdown-menu {
1339 position: absolute;
1340 top: 100%;
1341 left: 0;
1342 z-index: 1000;
1343 float: left;
1344 display: none;
1345 min-width: 160px;
1346 max-width: 220px;
1347 _width: 160px;
1348 padding: 4px 0;
1349 margin: 0;
1350 list-style: none;
1351 background-color: #ffffff;
1352 border-color: #ccc;
1353 border-color: rgba(0, 0, 0, 0.2);
1354 border-style: solid;
1355 border-width: 1px;
1356 -webkit-border-radius: 0 0 5px 5px;
1357 -moz-border-radius: 0 0 5px 5px;
1358 border-radius: 0 0 5px 5px;
1359 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1360 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1361 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1362 -webkit-background-clip: padding-box;
1363 -moz-background-clip: padding;
1364 background-clip: padding-box;
1365 *border-right-width: 2px;
1366 *border-bottom-width: 2px;
1367}
1368.dropdown-menu.bottom-up {
1369 top: auto;
1370 bottom: 100%;
1371 margin-bottom: 2px;
1372}
1373.dropdown-menu .divider {
1374 height: 1px;
1375 margin: 5px 1px;
1376 overflow: hidden;
1377 background-color: #e5e5e5;
1378 border-bottom: 1px solid #ffffff;
1379 *width: 100%;
1380 *margin: -5px 0 5px;
1381}
1382.dropdown-menu a {
1383 display: block;
1384 padding: 3px 15px;
1385 clear: both;
1386 font-weight: normal;
1387 line-height: 18px;
1388 color: #555555;
1389 white-space: nowrap;
1390}
1391.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
1392 color: #ffffff;
1393 text-decoration: none;
1394 background-color: #0088cc;
1395}
1396.dropdown.open {
1397 *z-index: 1000;
1398}
1399.dropdown.open .dropdown-toggle {
1400 color: #ffffff;
1401 background: #ccc;
1402 background: rgba(0, 0, 0, 0.3);
1403}
1404.dropdown.open .dropdown-menu {
1405 display: block;
1406}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301407
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301408/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05301409 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301410 */
1411.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05301412 position: absolute;
1413 z-index: 1020;
1414 display: block;
1415 visibility: visible;
1416 padding: 5px;
1417 font-size: 11px;
1418 opacity: 0;
1419 filter: alpha(opacity=0);
1420}
1421.tooltip.in {
1422 opacity: 0.8;
1423 filter: alpha(opacity=80);
1424}
1425.tooltip.top {
1426 margin-top: -2px;
1427}
1428.tooltip.right {
1429 margin-left: 2px;
1430}
1431.tooltip.bottom {
1432 margin-top: 2px;
1433}
1434.tooltip.left {
1435 margin-left: -2px;
1436}
1437.tooltip.top .tooltip-arrow {
1438 bottom: 0;
1439 left: 50%;
1440 margin-left: -5px;
1441 border-left: 5px solid transparent;
1442 border-right: 5px solid transparent;
1443 border-top: 5px solid #000000;
1444}
1445.tooltip.left .tooltip-arrow {
1446 top: 50%;
1447 right: 0;
1448 margin-top: -5px;
1449 border-top: 5px solid transparent;
1450 border-bottom: 5px solid transparent;
1451 border-left: 5px solid #000000;
1452}
1453.tooltip.bottom .tooltip-arrow {
1454 top: 0;
1455 left: 50%;
1456 margin-left: -5px;
1457 border-left: 5px solid transparent;
1458 border-right: 5px solid transparent;
1459 border-bottom: 5px solid #000000;
1460}
1461.tooltip.right .tooltip-arrow {
1462 top: 50%;
1463 left: 0;
1464 margin-top: -5px;
1465 border-top: 5px solid transparent;
1466 border-bottom: 5px solid transparent;
1467 border-right: 5px solid #000000;
1468}
1469.tooltip-inner {
1470 max-width: 200px;
1471 padding: 3px 8px;
1472 color: #ffffff;
1473 text-align: center;
1474 text-decoration: none;
1475 background-color: #000000;
1476 -webkit-border-radius: 4px;
1477 -moz-border-radius: 4px;
1478 border-radius: 4px;
1479}
1480.tooltip-arrow {
1481 position: absolute;
1482 width: 0;
1483 height: 0;
1484}
1485.popover {
1486 position: absolute;
1487 top: 0;
1488 left: 0;
1489 z-index: 1010;
1490 display: none;
1491 padding: 5px;
1492}
1493.popover.top {
1494 margin-top: -5px;
1495}
1496.popover.right {
1497 margin-left: 5px;
1498}
1499.popover.bottom {
1500 margin-top: 5px;
1501}
1502.popover.left {
1503 margin-left: -5px;
1504}
1505.popover.top .arrow {
1506 bottom: 0;
1507 left: 50%;
1508 margin-left: -5px;
1509 border-left: 5px solid transparent;
1510 border-right: 5px solid transparent;
1511 border-top: 5px solid #000000;
1512}
1513.popover.right .arrow {
1514 top: 50%;
1515 left: 0;
1516 margin-top: -5px;
1517 border-top: 5px solid transparent;
1518 border-bottom: 5px solid transparent;
1519 border-right: 5px solid #000000;
1520}
1521.popover.bottom .arrow {
1522 top: 0;
1523 left: 50%;
1524 margin-left: -5px;
1525 border-left: 5px solid transparent;
1526 border-right: 5px solid transparent;
1527 border-bottom: 5px solid #000000;
1528}
1529.popover.left .arrow {
1530 top: 50%;
1531 right: 0;
1532 margin-top: -5px;
1533 border-top: 5px solid transparent;
1534 border-bottom: 5px solid transparent;
1535 border-left: 5px solid #000000;
1536}
1537.popover .arrow {
1538 position: absolute;
1539 width: 0;
1540 height: 0;
1541}
1542.popover-inner {
1543 padding: 3px;
1544 width: 280px;
1545 overflow: hidden;
1546 background: #000000;
1547 background: rgba(0, 0, 0, 0.8);
1548 -webkit-border-radius: 6px;
1549 -moz-border-radius: 6px;
1550 border-radius: 6px;
1551 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1552 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1553 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1554}
1555.popover-title {
1556 padding: 9px 15px;
1557 line-height: 1;
1558 background-color: #f5f5f5;
1559 border-bottom: 1px solid #eee;
1560 -webkit-border-radius: 3px 3px 0 0;
1561 -moz-border-radius: 3px 3px 0 0;
1562 border-radius: 3px 3px 0 0;
1563}
1564.popover-content {
1565 padding: 14px;
1566 background-color: #ffffff;
1567 -webkit-border-radius: 0 0 3px 3px;
1568 -moz-border-radius: 0 0 3px 3px;
1569 border-radius: 0 0 3px 3px;
1570 -webkit-background-clip: padding-box;
1571 -moz-background-clip: padding-box;
1572 background-clip: padding-box;
1573}
1574.popover-content p, .popover-content ul, .popover-content ol {
1575 margin-bottom: 0;
1576}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301577
Rushabh Mehtad0251332012-02-21 17:26:50 +05301578/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301579 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301580 */
1581h1, h2, h3, h4, h5 {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301582 font-family: Tahoma, Arial, Verdana, sans-serif;
1583 font-weight: bold;
1584}
1585
1586body {
1587 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
1588 font-size: 12px;
1589}
1590
1591span, div, td, input, textarea, button, select {
1592 font-family: inherit;
1593}
1594
1595body {
Rushabh Mehta5d267a42012-03-01 18:53:06 +05301596 background: url(../images/stripedbg.png) repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301597}
1598
1599.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05301600 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301601 text-align: center;
1602}
1603
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301604.module-icons {
1605 background: url(../images/module-icons.png) no-repeat top left;
1606 width:16px;
1607 height:16px;
1608}
1609
1610.module-icons-accounts{ background-position: 0 0; }
1611.module-icons-analysis{ background-position: 0 -66px; }
1612.module-icons-buying{ background-position: 0 -132px; }
1613.module-icons-home{ background-position: 0 -198px; }
1614.module-icons-hr{ background-position: 0 -264px; }
1615.module-icons-people{ background-position: 0 -330px; }
1616.module-icons-production{ background-position: 0 -396px; }
1617.module-icons-projects{ background-position: 0 -462px; }
1618.module-icons-selling{ background-position: 0 -528px; }
1619.module-icons-setup{ background-position: 0 -594px; }
1620.module-icons-stock{ background-position: 0 -660px; }
1621.module-icons-support{ background-position: 0 -726px; }
Anand Doshic3023be2012-02-20 16:31:55 +05301622
Anand Doshidb628762012-02-24 17:56:00 +05301623.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05301624 margin: -3px 0px;
1625 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05301626 min-width: 20px;
1627 text-align: center;
1628 display: inline-block;
1629 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301630 color: #999999;
1631 background-color: #333131;
1632}
1633
1634.navbar-new-comments:hover,
1635.navbar-new-comments:active,
1636.navbar-new-comments:focus {
1637 color: #fff;
1638}
1639
1640
1641.navbar-new-comments-true {
1642 color: #fff;
1643 background-color: #B00D07;
1644}
1645
1646.navbar-icon-home {
1647 vertical-align: middle;
1648 opacity:0.4;
1649 Filter:alpha(opacity=40); /* For IE8 and earlier */
1650}
1651
1652.navbar-icon-home:hover,
1653.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05301654.navbar-icon-home:active,
1655.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301656 opacity:1;
1657 Filter:alpha(opacity=100); /* For IE8 and earlier */
1658}
1659
1660/*extra size menus for recent*/
1661.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
1662 min-width: 160px !important;
1663 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05301664}
1665
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301666
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301667/*
1668 * erpnext/website/css/website.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301669 */
1670.layout_wrapper {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301671 padding: 20px;
1672}
1673
1674h1 {
1675 margin-bottom: 15px;
1676}
1677
Rushabh Mehtaaa848be2012-02-17 12:06:33 +05301678h2 {
1679 margin-bottom: 11px;
1680}
1681
1682h3 {
1683 margin-bottom: 7px;
1684}
1685
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301686pre {
1687 background-color: #F8F8F8;
1688 border: 1px solid #CCCCCC;
1689 border-radius: 3px 3px 3px 3px;
1690 font-size: 13px;
1691 line-height: 19px;
1692 overflow: auto;
1693 padding: 6px 10px;
1694 margin-bottom: 9px;
1695}
1696
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301697.web-content input[type="text"], .web-content input[type="password"], .web-content select {
1698 min-width: 180px;
1699}
1700
Rushabh Mehta13531b72012-02-20 12:35:23 +05301701.web-head-section {
1702 margin-bottom: 20px
1703}
1704
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301705.web-main-section {
1706 width: 65%;
1707 float: left;
1708 margin-bottom: 20px;
1709}
1710
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301711.web-side-section {
1712 width: 30%;
1713 float: right;
1714 margin-bottom: 20px;
1715 margin-right: 15px;
1716 color: #606060;
1717 overflow-x: hidden;
1718}
1719
1720.web-page-status {
1721 padding: 7px;
1722 color: #777;
1723 clear: both;
1724 text-align: right;
1725}
1726
1727.web-page-status a,
1728.web-page-status a:hover,
1729.web-page-status a:visited {
1730 padding: 2px;
1731 background-color: #777;
1732 color: #FFF;
1733 text-decoration: none;
1734}
1735
1736.web-page-status a:hover {
1737 background-color: #444;
1738}
1739
1740footer {
1741 color: #777;
1742}
1743
1744.web-footer {
1745 color: inherit;
1746 text-align: center;
1747 margin: 10px;
1748 line-height: 1.7;
1749}
1750
1751.web-footer div, .web-footer a {
1752 font-size: 11px;
1753}
1754
1755.web-footer-menu {
1756 margin-bottom: 7px;
1757}
1758footer a, footer a:visited {
1759 color: #777;
1760}
1761
1762footer a:hover {
1763 background-color: #777;
1764 color: #fff;
1765}
1766
1767.web-footer-menu ul {
1768 list-style: none;
1769 margin: 0px;
1770 padding: 0px;
1771}
1772
1773.web-footer-menu ul li {
1774 display: inline;
1775 padding: 2px 15px;
1776 border-right: 1px solid #999;
1777}
1778
1779.web-footer-menu ul li:last-child {
1780 border-right: 0px solid #777 !important;
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301781}