blob: 40fadb11c69f72c5f5f69e56481650bc8f3eaae6 [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;
Rushabh Mehta983a1712012-03-21 13:35:34 +053013 font-size: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053014 color: #000;
Rushabh Mehta3f29b852012-02-20 15:40:29 +053015 background-color: #e2e2e2;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053016}
17
Rushabh Mehtac8abe5b2012-04-15 22:31:32 +053018/* font settings */
19
20h1, h2, h3, h4, h5 {
21 font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", sans-serif;
22 font-weight: normal;
23 margin-top: 0.2em;
24}
25
26body {
27 font-family: "Helvetica Neue", Helvetica, "Helvetica Neue", sans-serif;
28 font-size: 13px;
29}
30
31span, div, td, input, textarea, button, select {
32 font-family: inherit;
33}
34
35
Rushabh Mehtaafaac602012-02-14 11:44:13 +053036pre { margin: 0px; padding: 0px; }
37
38button { margin: 2px; margin-left: 0px; }
39
40label {
41 padding-top: 15px;
42 color: #404040;
43}
44
45select, input, textarea {
Rushabh Mehtab9878d02012-03-12 16:12:09 +053046 border: 1px solid #ccc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053047 -moz-border-radius: 4px;
48 -webkit-border-radius: 4px;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +053049 font-size: inherit;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053050 padding: 4px;
Rushabh Mehtab9878d02012-03-12 16:12:09 +053051 color: #444;
52 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
53 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
54 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
Rushabh Mehtaafaac602012-02-14 11:44:13 +053055}
56
57textarea {
58 font-family: inherit;
59 height: 120px;
60 width: 90%;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +053061 font-size: inherit;
Rushabh Mehtaafaac602012-02-14 11:44:13 +053062 white-space: normal;
63}
64
65table { padding: 0px; border-collapse: 'collapse'}
66
67td {
68 padding:0px;
69 margin: 0px;
70 vertical-align: top;
71}
72
73p {
74 margin: 0px 0px 9px 0px;
75 line-height: 1.5em;
76}
77
78li {
79 line-height: 1.5em;
80}
81
Rushabh Mehtaaa848be2012-02-17 12:06:33 +053082hr {
83 margin: 18px 0;
84 border: 0;
85 border-top: 1px solid #e5e5e5;
86 border-bottom: 1px solid #ffffff;
87}
88
Rushabh Mehtad0251332012-02-21 17:26:50 +053089/* links */
90
Rushabh Mehtaafaac602012-02-14 11:44:13 +053091a:active { outline:none; }
92
Rushabh Mehtad0251332012-02-21 17:26:50 +053093a {
94 color: #0088cc;
95 text-decoration: none;
96}
97a:hover {
98 color: #005580;
99 text-decoration: underline;
100}
101
102.link_type {
103 padding:2px;
104 color: #0088cc;
105 cursor: pointer;
106}
107
108.link_type:hover {
109 color: #005580;
110 text-decoration: underline;
111}
112
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530113:focus { -moz-outline-style:none; }
114
115table.simpletable { border-collapse: collapse; margin-bottom: 10px;}
116table.simpletable td {border: 1pt solid #000; vertical-align: top; padding: 2px; }
117
118div.fix_ff_cursor { overflow: auto; }
119
120/* --- Layout --- */
121
122div.comment { color: #444; }
123
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +0530124.small {
125 font-size: 11px;
126}
127
128.help {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530129 margin-bottom: 3px;
Rushabh Mehtaa665c1f2012-03-21 11:47:58 +0530130 color: #888;
131}
132
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530133div#body_div {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530134 display: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530135 padding-right: 7px;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530136 width: 900px;
137 margin: auto;
138 margin-top: 56px;
139}
140
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530141.content {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530142 width: 900px;
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530143}
144
145.background-fade-in {
146 -webkit-transition: background 1s ease-in; /* property duration timing-function delay */
147 -moz-transition: background 1s ease-in;
148 -o-transition: background 1s ease-in;
149 transition: background 1s ease-in;
150}
151
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530152footer {
Rushabh Mehtab6f80882012-03-23 14:19:49 +0530153 width: 900px;
154 margin: auto;
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530155}
156header .container {
157 width: 900px;
158 margin: auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530159}
160
Rushabh Mehta2438de42012-03-15 16:43:46 +0530161@media (max-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530162 div#body_div, header .container, .content, #opened-page-selector, footer {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530163 width: 900px;
164 }
165}
166
167@media (min-width: 1200px) {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530168 div#body_div, header .container, .content, #opened-page-selector, footer {
169 width: 1100px;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530170 }
171}
172
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530173div.no_script {
174 display: none;
175}
176
177div.loading_div {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530178 background-color: #FFFFCC;
179 z-index: 1999;
180 right: 5px;
181 width: 90px;
182 display: none;
183 text-align: center;
184 padding: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530185 border: 1px solid #FF4;
186}
187
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530188div.std-footer {
Rushabh Mehta0f0b1f52012-04-11 17:26:03 +0530189 margin: 13px -15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530190 border-top: 1px solid #AAA;
191 padding: 13px;
192}
193
194div.std-footer-item {
195 margin: 0px 13px 13px 0px;
196}
197
198.shadow {
199 -moz-box-shadow: 0px 2px 2px #888;
200 -webkit-box-shadow: 0px 2px 2px #888;
201 box-shadow: 0px 2px 2px #888;
202}
203
204.round {
205 -webkit-border-radius: 5px;
206 -moz-border-radius: 5px;
207 border-radius: 5px;
208}
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530209
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530210.layout_wrapper, .layout-wrapper {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530211 -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
212 -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
213 box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530214 background-color: #fff;
215 padding: 15px;
Rushabh Mehtaf7f7f632012-04-11 15:18:24 +0530216 -webkit-border-radius: 5px;
217 -moz-border-radius: 5px;
218 border-radius: 5px;
219 margin-bottom: 30px;
220 overflow: hidden;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530221}
222
Rushabh Mehta850c9282012-04-13 19:04:55 +0530223.layout-wrapper-appframe {
224 padding: 0px;
225}
226
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530227.layout-wrapper-background {
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530228 background-color: #fafafa !important;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530229 padding: 0px;
230}
231
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530232.layout-main-section {
Anand Doshi40ee8d62012-02-24 19:21:47 +0530233 width: 71%;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530234 float: left;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530235 padding: 15px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530236 background-color: #FFF;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530237 min-height: 600px;
Rushabh Mehtac2a08182012-04-12 10:18:45 +0530238 -moz-box-shadow: 2px 0px 1px #ddd;
239 -webkit-box-shadow: 2px 0px 1px #ddd;
240 box-shadow: 2px 0px 1px #ddd;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530241}
242
243.layout-side-section {
Rushabh Mehtac5471dd2012-02-22 12:07:42 +0530244 width: 22%;
Anand Doshi40ee8d62012-02-24 19:21:47 +0530245 /*float: right;*/
Rushabh Mehtad48417c2012-03-19 18:42:13 +0530246 color: #606060;
Rushabh Mehta3f29b852012-02-20 15:40:29 +0530247 overflow-x: hidden;
Rushabh Mehta09a897a2012-02-20 18:30:52 +0530248 padding: 15px;
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530249 min-height: 600px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530250}
251
252/* from bootstrap */
253.container {
254 margin-left: auto;
255 margin-right: auto;
256 zoom: 1;
257}
258.container:before, .container:after {
259 display: table;
260 content: "";
261 zoom: 1;
262}
263.container:after {
264 clear: both;
265}
266
Anand Doshi40ee8d62012-02-24 19:21:47 +0530267.well {
268 min-height: 20px;
269 padding: 19px;
270 margin-bottom: 20px;
271 background-color: #f5f5f5;
272 border: 1px solid #eee;
273 border: 1px solid rgba(0, 0, 0, 0.05);
274 -webkit-border-radius: 4px;
275 -moz-border-radius: 4px;
276 border-radius: 4px;
277 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
278 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
279 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
280}
281
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530282.avatar-small {
283 display: inline-block;
Rushabh Mehta2438de42012-03-15 16:43:46 +0530284 width: 24px;
285 height: 20px;
286 vertical-align: middle;
287 overflow: hidden;
288 margin: 0px 3px;
Rushabh Mehtadf33cb32012-03-01 13:44:09 +0530289}
290.avatar-small img {
Rushabh Mehta2438de42012-03-15 16:43:46 +0530291 width: 24px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530292}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530293
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530294/*
295 * lib/css/legacy/messages.css
296 */
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530297
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530298/* FLOATING MESSAGE */
299
300.btn-img { cursor: pointer; }
301
302div.fetching { color: #888; text-align:right; }
303
304div.notice {
305 postion: absolute;
306 background-color: #000;
307 -moz-border-radius: 5px; -webkit-border-radius: 5px;
308 opacity: 0.6;
309 right: 0;
310 top: 0;
311 margin-top: 8px;
312 z-index: -1;
313 padding: 8px;
314}
315
316/** help **/
317
318.info-box {
319 background-color: #F8F8F8;
320 border: 1px solid #CCCCCC;
321 border-radius: 3px 3px 3px 3px;
322 line-height: 1.6em;
323 overflow: auto;
324 padding: 6px 10px;
325 margin-bottom: 9px;
326}
327
328.help_box, .help-box {
329 background-color:#FFC;
330 font-size: 13px;
331 color: #864;
332 padding: 7px;
333 margin: 11px 0px;
334 border: 1px solid #EEB;
335}
336
337.help_box_big {
338 background-color:#FFC;
339 color: #864;
340 padding: 7px;
341 margin: 7px 0px;
342 border: 1px solid #EEB;
343 text-align: center;
344 font-size: 14px;
345}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530346
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530347/*
348 * lib/css/legacy/dialog.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530349 */
350/***** Dialogs *******/
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530351
352div.dialog_wrapper {
353 position: absolute;
354 width: 440px;
355 display: none;
356 z-index: 90;
357 background-color: #FFF;
Rushabh Mehta49086492012-04-11 18:02:23 +0530358 box-shadow:1px 1px 8px #444;
359 -moz-box-shadow: 1px 1px 8px #444;
360 -webkit-box-shadow: 1px 1px 8px #444;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530361
362 border-radius: 5px;
363 -moz-border-radius: 5px;
Rushabh Mehta49086492012-04-11 18:02:23 +0530364 -webkit-border-radius: 5px;
365
366 overflow: hidden;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530367}
368
369div.dialog_head {
370 height: 22px;
371 padding: 4px;
372 background-color: #222;
373 color: #FFF;
374}
375
376div.dialog_body {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +0530377 padding: 8px 8px 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530378 border-radius: 5px;
379 -moz-border-radius: 5px;
380 -webkit-border-radius: 5px;
381}
382
383div.dialog_back {
384 position: fixed;
385 display: none;
386 top: 0px;
387 left: 0px;
388 bottom: 0px;
389 right: 0px;
Rushabh Mehta49086492012-04-11 18:02:23 +0530390 background-color: #aaa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530391 opacity: 0.6;
392 z-index: 50;
393 text-align: center;
394}
395
396div.dialog_message {
397 display: none;
398 position: absolute;
399 width: 250px;
400 font-size: 12px;
401 z-index: 91;
402 background-color:#FFF;
403 padding: 12px;
404 border: 1px solid #444;
405}
406
407div.dialog_row {
408 padding: 8px 8px 0px 8px;
409}
410
411div.dialog_row table {
412 width: 100%;
413}
414
415div.dialog_row table td {
416}
417
418div.dialog_row input[type="text"], div.dialog_row input[type="password"], div.dialog_row textarea, div.dialog_row select {
419 width: 80%;
420 font-size: 14px;
421}
422
423div.dialog_row table td textarea {
424 width: 80%;
425 height: 200px;
426 font-size: 12px;
427}
428
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530429
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530430/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530431 * lib/css/bootstrap/headings.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530432 */
433/* heading from bootstrap */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530434
435h1,
436h2,
437h3,
438h4,
439h5,
440h6 {
441 margin: 0;
442 font-weight: bold;
443 color: #333333;
444 text-rendering: optimizelegibility;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530445}
446h1 small,
447h2 small,
448h3 small,
449h4 small,
450h5 small,
451h6 small {
452 font-weight: normal;
453 color: #999999;
454}
455h1 {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530456 font-size: 280%;
457 line-height: 120%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530458}
459h1 small {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530460 font-size: 150%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530461}
462h2 {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530463 font-size: 200%;
464 line-height: 120%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530465}
466h2 small {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530467 font-size: 150%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530468}
469h3 {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530470 font-size: 210%;
471 font-size: 150%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530472}
473h3 small {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530474 font-size: 130%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530475}
476h4, h5, h6 {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530477 font-size: 150%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530478}
479h4 {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530480 font-size: 113%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530481}
482h4 small {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530483 font-size: 100%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530484}
485h5 {
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +0530486 font-size: 100%;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530487}
488h6 {
489 font-size: 11px;
490 color: #999999;
491 text-transform: uppercase;
492}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530493
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530494/*
495 * lib/css/bootstrap/buttons.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530496 */
497.close {
Rushabh Mehta9b1afe12012-03-20 14:37:44 +0530498 font-family: Helvetica, Sans;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530499 float: right;
500 font-size: 20px;
501 font-weight: bold;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530502 line-height: 18px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530503 color: #000000;
504 text-shadow: 0 1px 0 #ffffff;
505 opacity: 0.2;
506 filter: alpha(opacity=20);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530507}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530508.close:hover {
509 color: #000000;
510 text-decoration: none;
511 opacity: 0.4;
512 filter: alpha(opacity=40);
513 cursor: pointer;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530514}
515.btn {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530516 display: inline-block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530517 padding: 4px 10px 4px;
518 font-size: 13px;
519 line-height: 18px;
520 color: #333333;
521 text-align: center;
522 text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
523 background-color: #fafafa;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530524 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
525 background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
526 background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
527 background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
528 background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
529 background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530530 background-repeat: no-repeat;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530531 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530532 border: 1px solid #ccc;
533 border-bottom-color: #bbb;
534 -webkit-border-radius: 4px;
535 -moz-border-radius: 4px;
536 border-radius: 4px;
537 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
538 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
539 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 +0530540 cursor: pointer;
541 *margin-left: .3em;
542}
543.btn:first-child {
544 *margin-left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530545}
546.btn:hover {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530547 color: #333333;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530548 text-decoration: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530549 background-color: #e6e6e6;
550 background-position: 0 -15px;
551 -webkit-transition: background-position 0.1s linear;
552 -moz-transition: background-position 0.1s linear;
553 -ms-transition: background-position 0.1s linear;
554 -o-transition: background-position 0.1s linear;
555 transition: background-position 0.1s linear;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530556}
557.btn:focus {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530558 outline: thin dotted;
559 outline: 5px auto -webkit-focus-ring-color;
560 outline-offset: -2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530561}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530562.btn.active, .btn:active {
563 background-image: none;
564 -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
565 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
566 box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
567 background-color: #e6e6e6;
568 background-color: #d9d9d9 \9;
569 color: rgba(0, 0, 0, 0.5);
570 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530571}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530572.btn.disabled, .btn[disabled] {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530573 cursor: default;
574 background-image: none;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530575 background-color: #e6e6e6;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530576 opacity: 0.65;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530577 filter: alpha(opacity=65);
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530578 -webkit-box-shadow: none;
579 -moz-box-shadow: none;
580 box-shadow: none;
581}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530582.btn-large {
583 padding: 9px 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530584 font-size: 15px;
585 line-height: normal;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530586 -webkit-border-radius: 5px;
587 -moz-border-radius: 5px;
588 border-radius: 5px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530589}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530590.btn-large .icon {
591 margin-top: 1px;
592}
593.btn-small {
594 padding: 5px 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530595 font-size: 11px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530596 line-height: 16px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530597}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530598.btn-small .icon {
599 margin-top: -1px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530600}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530601.btn-primary,
602.btn-primary:hover,
603.btn-warning,
604.btn-warning:hover,
605.btn-danger,
606.btn-danger:hover,
607.btn-success,
608.btn-success:hover,
609.btn-info,
610.btn-info:hover {
611 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
612 color: #ffffff;
613}
614.btn-primary.active,
615.btn-warning.active,
616.btn-danger.active,
617.btn-success.active,
618.btn-info.active {
619 color: rgba(255, 255, 255, 0.75);
620}
621.btn-primary {
622 background-color: #006dcc;
623 background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
624 background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
625 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
626 background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
627 background-image: -o-linear-gradient(top, #0088cc, #0044cc);
628 background-image: linear-gradient(top, #0088cc, #0044cc);
629 background-repeat: repeat-x;
630 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
631 border-color: #0044cc #0044cc #002a80;
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-primary:hover,
636.btn-primary:active,
637.btn-primary.active,
638.btn-primary.disabled,
639.btn-primary[disabled] {
640 background-color: #0044cc;
641}
642.btn-primary:active, .btn-primary.active {
643 background-color: #003399 \9;
644}
645.btn-warning {
646 background-color: #faa732;
647 background-image: -moz-linear-gradient(top, #fbb450, #f89406);
648 background-image: -ms-linear-gradient(top, #fbb450, #f89406);
649 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
650 background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
651 background-image: -o-linear-gradient(top, #fbb450, #f89406);
652 background-image: linear-gradient(top, #fbb450, #f89406);
653 background-repeat: repeat-x;
654 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
655 border-color: #f89406 #f89406 #ad6704;
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-warning:hover,
660.btn-warning:active,
661.btn-warning.active,
662.btn-warning.disabled,
663.btn-warning[disabled] {
664 background-color: #f89406;
665}
666.btn-warning:active, .btn-warning.active {
667 background-color: #c67605 \9;
668}
669.btn-danger {
670 background-color: #da4f49;
671 background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
672 background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
673 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
674 background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
675 background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
676 background-image: linear-gradient(top, #ee5f5b, #bd362f);
677 background-repeat: repeat-x;
678 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
679 border-color: #bd362f #bd362f #802420;
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-danger:hover,
684.btn-danger:active,
685.btn-danger.active,
686.btn-danger.disabled,
687.btn-danger[disabled] {
688 background-color: #bd362f;
689}
690.btn-danger:active, .btn-danger.active {
691 background-color: #942a25 \9;
692}
693.btn-success {
694 background-color: #5bb75b;
695 background-image: -moz-linear-gradient(top, #62c462, #51a351);
696 background-image: -ms-linear-gradient(top, #62c462, #51a351);
697 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
698 background-image: -webkit-linear-gradient(top, #62c462, #51a351);
699 background-image: -o-linear-gradient(top, #62c462, #51a351);
700 background-image: linear-gradient(top, #62c462, #51a351);
701 background-repeat: repeat-x;
702 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
703 border-color: #51a351 #51a351 #387038;
704 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
705 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
706}
707.btn-success:hover,
708.btn-success:active,
709.btn-success.active,
710.btn-success.disabled,
711.btn-success[disabled] {
712 background-color: #51a351;
713}
714.btn-success:active, .btn-success.active {
715 background-color: #408140 \9;
716}
717.btn-info {
718 background-color: #49afcd;
719 background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
720 background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
721 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
722 background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
723 background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
724 background-image: linear-gradient(top, #5bc0de, #2f96b4);
725 background-repeat: repeat-x;
726 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
727 border-color: #2f96b4 #2f96b4 #1f6377;
728 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
729 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
730}
731.btn-info:hover,
732.btn-info:active,
733.btn-info.active,
734.btn-info.disabled,
735.btn-info[disabled] {
736 background-color: #2f96b4;
737}
738.btn-info:active, .btn-info.active {
739 background-color: #24748c \9;
740}
741button.btn, input[type="submit"].btn {
742 *padding-top: 2px;
743 *padding-bottom: 2px;
744}
745button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530746 padding: 0;
747 border: 0;
748}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530749button.btn.large, input[type="submit"].btn.large {
750 *padding-top: 7px;
751 *padding-bottom: 7px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530752}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530753button.btn.small, input[type="submit"].btn.small {
754 *padding-top: 3px;
755 *padding-bottom: 3px;
756}
757.btn-group {
758 position: relative;
759 *zoom: 1;
760 *margin-left: .3em;
761}
762.btn-group:before, .btn-group:after {
763 display: table;
764 content: "";
765}
766.btn-group:after {
767 clear: both;
768}
769.btn-group:first-child {
770 *margin-left: 0;
771}
772.btn-group + .btn-group {
773 margin-left: 5px;
774}
775.btn-toolbar {
776 margin-top: 9px;
777 margin-bottom: 9px;
778}
779.btn-toolbar .btn-group {
780 display: inline-block;
781 *display: inline;
782 /* IE7 inline-block hack */
783
784 *zoom: 1;
785}
786.btn-group .btn {
787 position: relative;
788 float: left;
789 margin-left: -1px;
790 -webkit-border-radius: 0;
791 -moz-border-radius: 0;
792 border-radius: 0;
793}
794.btn-group .btn:first-child {
795 margin-left: 0;
796 -webkit-border-top-left-radius: 4px;
797 -moz-border-radius-topleft: 4px;
798 border-top-left-radius: 4px;
799 -webkit-border-bottom-left-radius: 4px;
800 -moz-border-radius-bottomleft: 4px;
801 border-bottom-left-radius: 4px;
802}
803.btn-group .btn:last-child, .btn-group .dropdown-toggle {
804 -webkit-border-top-right-radius: 4px;
805 -moz-border-radius-topright: 4px;
806 border-top-right-radius: 4px;
807 -webkit-border-bottom-right-radius: 4px;
808 -moz-border-radius-bottomright: 4px;
809 border-bottom-right-radius: 4px;
810}
811.btn-group .btn.large:first-child {
812 margin-left: 0;
813 -webkit-border-top-left-radius: 6px;
814 -moz-border-radius-topleft: 6px;
815 border-top-left-radius: 6px;
816 -webkit-border-bottom-left-radius: 6px;
817 -moz-border-radius-bottomleft: 6px;
818 border-bottom-left-radius: 6px;
819}
820.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
821 -webkit-border-top-right-radius: 6px;
822 -moz-border-radius-topright: 6px;
823 border-top-right-radius: 6px;
824 -webkit-border-bottom-right-radius: 6px;
825 -moz-border-radius-bottomright: 6px;
826 border-bottom-right-radius: 6px;
827}
828.btn-group .btn:hover,
829.btn-group .btn:focus,
830.btn-group .btn:active,
831.btn-group .btn.active {
832 z-index: 2;
833}
834.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
835 outline: 0;
836}
837.btn-group .dropdown-toggle {
838 padding-left: 8px;
839 padding-right: 8px;
840 -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);
841 -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);
842 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);
843 *padding-top: 5px;
844 *padding-bottom: 5px;
845}
846.btn-group.open {
847 *z-index: 1000;
848}
849.btn-group.open .dropdown-menu {
850 display: block;
851 margin-top: 1px;
852 -webkit-border-radius: 5px;
853 -moz-border-radius: 5px;
854 border-radius: 5px;
855}
856.btn-group.open .dropdown-toggle {
857 background-image: none;
858 -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
859 -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
860 box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
861}
862.btn .caret {
863 margin-top: 7px;
864 margin-left: 0;
865}
866.btn:hover .caret, .open.btn-group .caret {
867 opacity: 1;
868 filter: alpha(opacity=100);
869}
870.btn-primary .caret,
871.btn-danger .caret,
872.btn-info .caret,
873.btn-success .caret {
874 border-top-color: #ffffff;
875 opacity: 0.75;
876 filter: alpha(opacity=75);
877}
878.btn-small .caret {
879 margin-top: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530880}
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530881
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530882/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +0530883 * lib/css/bootstrap/navbar.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +0530884 */
885.nav {
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530886 margin-left: 0;
887 margin-bottom: 18px;
888 list-style: none;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530889}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530890.nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530891 display: block;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530892}
893.nav > li > a:hover {
894 text-decoration: none;
895 background-color: #eeeeee;
896}
897.nav-list {
898 padding-left: 14px;
899 padding-right: 14px;
900 margin-bottom: 0;
901}
902.nav-list > li > a, .nav-list .nav-header {
903 display: block;
904 padding: 3px 15px;
905 margin-left: -15px;
906 margin-right: -15px;
907 text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
908}
909.nav-list .nav-header {
910 font-size: 11px;
911 font-weight: bold;
912 line-height: 18px;
913 color: #999999;
914 text-transform: uppercase;
915}
916.nav-list > li + .nav-header {
917 margin-top: 9px;
918}
919.nav-list .active > a, .nav-list .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530920 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530921 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
922 background-color: #0088cc;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530923}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530924.nav-list [class^="icon-"] {
925 margin-right: 2px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530926}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530927.nav-tabs, .nav-pills {
928 *zoom: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530929}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530930.nav-tabs:before,
931.nav-pills:before,
932.nav-tabs:after,
933.nav-pills:after {
934 display: table;
935 content: "";
936}
937.nav-tabs:after, .nav-pills:after {
938 clear: both;
939}
940.nav-tabs > li, .nav-pills > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530941 float: left;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530942}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530943.nav-tabs > li > a, .nav-pills > li > a {
944 padding-right: 12px;
945 padding-left: 12px;
946 margin-right: 2px;
947 line-height: 14px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530948}
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530949.nav-tabs {
950 border-bottom: 1px solid #ddd;
951}
952.nav-tabs > li {
953 margin-bottom: -1px;
954}
955.nav-tabs > li > a {
956 padding-top: 9px;
957 padding-bottom: 9px;
958 border: 1px solid transparent;
959 -webkit-border-radius: 4px 4px 0 0;
960 -moz-border-radius: 4px 4px 0 0;
961 border-radius: 4px 4px 0 0;
962}
963.nav-tabs > li > a:hover {
964 border-color: #eeeeee #eeeeee #dddddd;
965}
966.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
967 color: #555555;
968 background-color: #ffffff;
969 border: 1px solid #ddd;
970 border-bottom-color: transparent;
971 cursor: default;
972}
973.nav-pills > li > a {
974 padding-top: 8px;
975 padding-bottom: 8px;
976 margin-top: 2px;
977 margin-bottom: 2px;
978 -webkit-border-radius: 5px;
979 -moz-border-radius: 5px;
980 border-radius: 5px;
981}
982.nav-pills .active > a, .nav-pills .active > a:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +0530983 color: #ffffff;
Rushabh Mehta6e156c72012-02-21 11:19:24 +0530984 background-color: #0088cc;
985}
986.nav-stacked > li {
987 float: none;
988}
989.nav-stacked > li > a {
990 margin-right: 0;
991}
992.nav-tabs.nav-stacked {
993 border-bottom: 0;
994}
995.nav-tabs.nav-stacked > li > a {
996 border: 1px solid #ddd;
997 -webkit-border-radius: 0;
998 -moz-border-radius: 0;
999 border-radius: 0;
1000}
1001.nav-tabs.nav-stacked > li:first-child > a {
1002 -webkit-border-radius: 4px 4px 0 0;
1003 -moz-border-radius: 4px 4px 0 0;
1004 border-radius: 4px 4px 0 0;
1005}
1006.nav-tabs.nav-stacked > li:last-child > a {
1007 -webkit-border-radius: 0 0 4px 4px;
1008 -moz-border-radius: 0 0 4px 4px;
1009 border-radius: 0 0 4px 4px;
1010}
1011.nav-tabs.nav-stacked > li > a:hover {
1012 border-color: #ddd;
1013 z-index: 2;
1014}
1015.nav-pills.nav-stacked > li > a {
1016 margin-bottom: 3px;
1017}
1018.nav-pills.nav-stacked > li:last-child > a {
1019 margin-bottom: 1px;
1020}
1021.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
1022 margin-top: 1px;
1023 border-width: 1px;
1024}
1025.nav-pills .dropdown-menu {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301026 -webkit-border-radius: 4px;
1027 -moz-border-radius: 4px;
1028 border-radius: 4px;
Rushabh Mehta6e156c72012-02-21 11:19:24 +05301029}
1030.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
1031 border-top-color: #0088cc;
1032 margin-top: 6px;
1033}
1034.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
1035 border-top-color: #005580;
1036}
1037.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
1038 border-top-color: #333333;
1039}
1040.nav > .dropdown.active > a:hover {
1041 color: #000000;
1042 cursor: pointer;
1043}
1044.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
1045 color: #ffffff;
1046 background-color: #999999;
1047 border-color: #999999;
1048}
1049.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
1050 border-top-color: #ffffff;
1051 opacity: 1;
1052 filter: alpha(opacity=100);
1053}
1054
1055.navbar {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301056 overflow: visible;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301057 margin-bottom: 18px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301058}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301059.navbar-inner {
1060 padding-left: 20px;
1061 padding-right: 20px;
1062 background-color: #2c2c2c;
1063 background-image: -moz-linear-gradient(top, #333333, #222222);
1064 background-image: -ms-linear-gradient(top, #333333, #222222);
1065 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1066 background-image: -webkit-linear-gradient(top, #333333, #222222);
1067 background-image: -o-linear-gradient(top, #333333, #222222);
1068 background-image: linear-gradient(top, #333333, #222222);
1069 background-repeat: repeat-x;
1070 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1071 -webkit-border-radius: 4px;
1072 -moz-border-radius: 4px;
1073 border-radius: 4px;
1074 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1075 -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1076 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
1077}
1078.btn-navbar {
1079 display: none;
1080 float: right;
1081 padding: 7px 10px;
1082 margin-left: 5px;
1083 margin-right: 5px;
1084 background-color: #2c2c2c;
1085 background-image: -moz-linear-gradient(top, #333333, #222222);
1086 background-image: -ms-linear-gradient(top, #333333, #222222);
1087 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
1088 background-image: -webkit-linear-gradient(top, #333333, #222222);
1089 background-image: -o-linear-gradient(top, #333333, #222222);
1090 background-image: linear-gradient(top, #333333, #222222);
1091 background-repeat: repeat-x;
1092 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
1093 border-color: #222222 #222222 #000000;
1094 border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1095 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1096 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1097 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1098 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
1099}
1100.btn-navbar:hover,
1101.btn-navbar:active,
1102.btn-navbar.active,
1103.btn-navbar.disabled,
1104.btn-navbar[disabled] {
1105 background-color: #222222;
1106}
1107.btn-navbar:active, .btn-navbar.active {
1108 background-color: #080808 \9;
1109}
1110.btn-navbar .icon-bar {
1111 display: block;
1112 width: 18px;
1113 height: 2px;
1114 background-color: #f5f5f5;
1115 -webkit-border-radius: 1px;
1116 -moz-border-radius: 1px;
1117 border-radius: 1px;
1118 -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1119 -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1120 box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
1121}
1122.btn-navbar .icon-bar + .icon-bar {
1123 margin-top: 3px;
1124}
1125.nav-collapse.collapse {
1126 height: auto;
1127}
1128.navbar .brand:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301129 text-decoration: none;
1130}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301131.navbar .brand {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301132 float: left;
1133 display: block;
1134 padding: 8px 20px 12px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301135 font-size: 20px;
1136 font-weight: 200;
1137 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301138 color: #ffffff;
1139}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301140.navbar .navbar-text {
1141 margin-bottom: 0;
1142 line-height: 40px;
1143 color: #999999;
1144}
1145.navbar .navbar-text a:hover {
1146 color: #ffffff;
1147 background-color: transparent;
1148}
1149.navbar .btn, .navbar .btn-group {
1150 margin-top: 5px;
1151}
1152.navbar .btn-group .btn {
1153 margin-top: 0;
1154}
1155.navbar-form {
1156 margin-bottom: 0;
1157 *zoom: 1;
1158}
1159.navbar-form:before, .navbar-form:after {
1160 display: table;
1161 content: "";
1162}
1163.navbar-form:after {
1164 clear: both;
1165}
1166.navbar-form input, .navbar-form select {
1167 display: inline-block;
1168 margin-top: 5px;
1169 margin-bottom: 0;
1170}
1171.navbar-form .radio, .navbar-form .checkbox {
1172 margin-top: 5px;
1173}
1174.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
1175 margin-top: 3px;
1176}
1177.navbar-search {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301178 position: relative;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301179 float: left;
1180 margin-top: 6px;
1181 margin-bottom: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301182}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301183.navbar-search .search-query {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301184 padding: 4px 9px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301185 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
1186 font-size: 13px;
1187 font-weight: normal;
1188 line-height: 1;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301189 color: #ffffff;
1190 color: rgba(255, 255, 255, 0.75);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301191 background: #666;
1192 background: rgba(255, 255, 255, 0.3);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301193 border: 1px solid #111;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301194 -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1195 -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
1196 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 +05301197 -webkit-transition: none;
1198 -moz-transition: none;
1199 -ms-transition: none;
1200 -o-transition: none;
1201 transition: none;
1202}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301203.navbar-search .search-query :-moz-placeholder {
1204 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301205}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301206.navbar-search .search-query::-webkit-input-placeholder {
1207 color: #eeeeee;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301208}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301209.navbar-search .search-query:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301210 color: #ffffff;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301211 background-color: #999999;
1212 background-color: rgba(255, 255, 255, 0.5);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301213}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301214.navbar-search .search-query:focus, .navbar-search .search-query.focused {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301215 padding: 5px 10px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301216 color: #333333;
1217 text-shadow: 0 1px 0 #ffffff;
1218 background-color: #ffffff;
1219 border: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301220 -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1221 -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
1222 box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301223 outline: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301224}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301225.navbar-fixed-top {
1226 position: fixed;
1227 top: 0;
1228 right: 0;
1229 left: 0;
1230 z-index: 1030;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301231}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301232.navbar-fixed-top .navbar-inner {
1233 padding-left: 0;
1234 padding-right: 0;
1235 -webkit-border-radius: 0;
1236 -moz-border-radius: 0;
1237 border-radius: 0;
1238}
1239.navbar .nav {
1240 position: relative;
1241 left: 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301242 display: block;
1243 float: left;
1244 margin: 0 10px 0 0;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301245}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301246.navbar .nav.pull-right {
1247 float: right;
1248}
1249.navbar .nav > li {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301250 display: block;
1251 float: left;
1252}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301253.navbar .nav > li > a {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301254 float: none;
1255 padding: 10px 10px 11px;
1256 line-height: 19px;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301257 color: #999999;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301258 text-decoration: none;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301259 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301260}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301261.navbar .nav > li > a:hover {
1262 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301263 color: #ffffff;
1264 text-decoration: none;
1265}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301266.navbar .nav .active > a, .navbar .nav .active > a:hover {
1267 color: #ffffff;
1268 text-decoration: none;
1269 background-color: #222222;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301270 background-color: rgba(0, 0, 0, 0.5);
1271}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301272.navbar .divider-vertical {
1273 height: 40px;
1274 width: 1px;
1275 margin: 0 9px;
1276 overflow: hidden;
1277 background-color: #222222;
1278 border-right: 1px solid #333333;
1279}
1280.navbar .nav.pull-right {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301281 margin-left: 10px;
1282 margin-right: 0;
1283}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301284.navbar .dropdown-menu {
1285 margin-top: 1px;
1286 -webkit-border-radius: 4px;
1287 -moz-border-radius: 4px;
1288 border-radius: 4px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301289}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301290.navbar .dropdown-menu:before {
1291 content: '';
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301292 display: inline-block;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301293 border-left: 7px solid transparent;
1294 border-right: 7px solid transparent;
1295 border-bottom: 7px solid #ccc;
1296 border-bottom-color: rgba(0, 0, 0, 0.2);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301297 position: absolute;
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301298 top: -7px;
1299 left: 9px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301300}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301301.navbar .dropdown-menu:after {
1302 content: '';
1303 display: inline-block;
1304 border-left: 6px solid transparent;
1305 border-right: 6px solid transparent;
1306 border-bottom: 6px solid #ffffff;
1307 position: absolute;
1308 top: -6px;
1309 left: 10px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301310}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301311.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
1312 border-top-color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301313}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301314.navbar .nav .active .caret {
1315 opacity: 1;
1316 filter: alpha(opacity=100);
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301317}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301318.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
1319 background-color: transparent;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301320}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301321.navbar .nav .active > .dropdown-toggle:hover {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301322 color: #ffffff;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301323}
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301324.navbar .nav.pull-right .dropdown-menu {
1325 left: auto;
1326 right: 0;
1327}
1328.navbar .nav.pull-right .dropdown-menu:before {
1329 left: auto;
1330 right: 12px;
1331}
1332.navbar .nav.pull-right .dropdown-menu:after {
1333 left: auto;
1334 right: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301335}
1336
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301337/* ajax spinner */
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301338.navbar #spinner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301339 display: block;
1340 float: right;
1341 width: 20px;
1342 margin-bottom: -5px;
1343 margin-top: 10px;
1344 visibility: hidden;
1345}
1346
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301347.navbar-inner {
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301348 padding: 0px 20px;
1349}
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301350
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301351
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301352/*
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301353 * lib/css/bootstrap/dropdown.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301354 */
1355.dropdown {
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301356 position: relative;
1357}
1358.dropdown-toggle {
1359 *margin-bottom: -3px;
1360}
1361.dropdown-toggle:active, .open .dropdown-toggle {
1362 outline: 0;
1363}
1364.caret {
1365 display: inline-block;
1366 width: 0;
1367 height: 0;
1368 text-indent: -99999px;
1369 *text-indent: 0;
1370 vertical-align: top;
1371 border-left: 4px solid transparent;
1372 border-right: 4px solid transparent;
1373 border-top: 4px solid #000000;
1374 opacity: 0.3;
1375 filter: alpha(opacity=30);
1376 content: "\2193";
1377}
1378.dropdown .caret {
1379 margin-top: 8px;
1380 margin-left: 2px;
1381}
1382.dropdown:hover .caret, .open.dropdown .caret {
1383 opacity: 1;
1384 filter: alpha(opacity=100);
1385}
1386.dropdown-menu {
1387 position: absolute;
1388 top: 100%;
1389 left: 0;
1390 z-index: 1000;
1391 float: left;
1392 display: none;
1393 min-width: 160px;
1394 max-width: 220px;
1395 _width: 160px;
1396 padding: 4px 0;
1397 margin: 0;
1398 list-style: none;
1399 background-color: #ffffff;
1400 border-color: #ccc;
1401 border-color: rgba(0, 0, 0, 0.2);
1402 border-style: solid;
1403 border-width: 1px;
1404 -webkit-border-radius: 0 0 5px 5px;
1405 -moz-border-radius: 0 0 5px 5px;
1406 border-radius: 0 0 5px 5px;
1407 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1408 -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1409 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1410 -webkit-background-clip: padding-box;
1411 -moz-background-clip: padding;
1412 background-clip: padding-box;
1413 *border-right-width: 2px;
1414 *border-bottom-width: 2px;
1415}
1416.dropdown-menu.bottom-up {
1417 top: auto;
1418 bottom: 100%;
1419 margin-bottom: 2px;
1420}
1421.dropdown-menu .divider {
1422 height: 1px;
1423 margin: 5px 1px;
1424 overflow: hidden;
1425 background-color: #e5e5e5;
1426 border-bottom: 1px solid #ffffff;
1427 *width: 100%;
1428 *margin: -5px 0 5px;
1429}
1430.dropdown-menu a {
1431 display: block;
1432 padding: 3px 15px;
1433 clear: both;
1434 font-weight: normal;
1435 line-height: 18px;
1436 color: #555555;
1437 white-space: nowrap;
1438}
1439.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
1440 color: #ffffff;
1441 text-decoration: none;
1442 background-color: #0088cc;
1443}
1444.dropdown.open {
1445 *z-index: 1000;
1446}
1447.dropdown.open .dropdown-toggle {
1448 color: #ffffff;
1449 background: #ccc;
1450 background: rgba(0, 0, 0, 0.3);
1451}
1452.dropdown.open .dropdown-menu {
1453 display: block;
1454}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301455
Rushabh Mehta4dc2f432012-02-21 10:30:43 +05301456/*
Rushabh Mehtad0251332012-02-21 17:26:50 +05301457 * lib/css/bootstrap/tooltip.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301458 */
1459.tooltip {
Rushabh Mehtad0251332012-02-21 17:26:50 +05301460 position: absolute;
1461 z-index: 1020;
1462 display: block;
1463 visibility: visible;
1464 padding: 5px;
1465 font-size: 11px;
1466 opacity: 0;
1467 filter: alpha(opacity=0);
1468}
1469.tooltip.in {
1470 opacity: 0.8;
1471 filter: alpha(opacity=80);
1472}
1473.tooltip.top {
1474 margin-top: -2px;
1475}
1476.tooltip.right {
1477 margin-left: 2px;
1478}
1479.tooltip.bottom {
1480 margin-top: 2px;
1481}
1482.tooltip.left {
1483 margin-left: -2px;
1484}
1485.tooltip.top .tooltip-arrow {
1486 bottom: 0;
1487 left: 50%;
1488 margin-left: -5px;
1489 border-left: 5px solid transparent;
1490 border-right: 5px solid transparent;
1491 border-top: 5px solid #000000;
1492}
1493.tooltip.left .tooltip-arrow {
1494 top: 50%;
1495 right: 0;
1496 margin-top: -5px;
1497 border-top: 5px solid transparent;
1498 border-bottom: 5px solid transparent;
1499 border-left: 5px solid #000000;
1500}
1501.tooltip.bottom .tooltip-arrow {
1502 top: 0;
1503 left: 50%;
1504 margin-left: -5px;
1505 border-left: 5px solid transparent;
1506 border-right: 5px solid transparent;
1507 border-bottom: 5px solid #000000;
1508}
1509.tooltip.right .tooltip-arrow {
1510 top: 50%;
1511 left: 0;
1512 margin-top: -5px;
1513 border-top: 5px solid transparent;
1514 border-bottom: 5px solid transparent;
1515 border-right: 5px solid #000000;
1516}
1517.tooltip-inner {
1518 max-width: 200px;
1519 padding: 3px 8px;
1520 color: #ffffff;
1521 text-align: center;
1522 text-decoration: none;
1523 background-color: #000000;
1524 -webkit-border-radius: 4px;
1525 -moz-border-radius: 4px;
1526 border-radius: 4px;
1527}
1528.tooltip-arrow {
1529 position: absolute;
1530 width: 0;
1531 height: 0;
1532}
1533.popover {
1534 position: absolute;
1535 top: 0;
1536 left: 0;
1537 z-index: 1010;
1538 display: none;
1539 padding: 5px;
1540}
1541.popover.top {
1542 margin-top: -5px;
1543}
1544.popover.right {
1545 margin-left: 5px;
1546}
1547.popover.bottom {
1548 margin-top: 5px;
1549}
1550.popover.left {
1551 margin-left: -5px;
1552}
1553.popover.top .arrow {
1554 bottom: 0;
1555 left: 50%;
1556 margin-left: -5px;
1557 border-left: 5px solid transparent;
1558 border-right: 5px solid transparent;
1559 border-top: 5px solid #000000;
1560}
1561.popover.right .arrow {
1562 top: 50%;
1563 left: 0;
1564 margin-top: -5px;
1565 border-top: 5px solid transparent;
1566 border-bottom: 5px solid transparent;
1567 border-right: 5px solid #000000;
1568}
1569.popover.bottom .arrow {
1570 top: 0;
1571 left: 50%;
1572 margin-left: -5px;
1573 border-left: 5px solid transparent;
1574 border-right: 5px solid transparent;
1575 border-bottom: 5px solid #000000;
1576}
1577.popover.left .arrow {
1578 top: 50%;
1579 right: 0;
1580 margin-top: -5px;
1581 border-top: 5px solid transparent;
1582 border-bottom: 5px solid transparent;
1583 border-left: 5px solid #000000;
1584}
1585.popover .arrow {
1586 position: absolute;
1587 width: 0;
1588 height: 0;
1589}
1590.popover-inner {
1591 padding: 3px;
1592 width: 280px;
1593 overflow: hidden;
1594 background: #000000;
1595 background: rgba(0, 0, 0, 0.8);
1596 -webkit-border-radius: 6px;
1597 -moz-border-radius: 6px;
1598 border-radius: 6px;
1599 -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1600 -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1601 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
1602}
1603.popover-title {
1604 padding: 9px 15px;
1605 line-height: 1;
1606 background-color: #f5f5f5;
1607 border-bottom: 1px solid #eee;
1608 -webkit-border-radius: 3px 3px 0 0;
1609 -moz-border-radius: 3px 3px 0 0;
1610 border-radius: 3px 3px 0 0;
1611}
1612.popover-content {
1613 padding: 14px;
1614 background-color: #ffffff;
1615 -webkit-border-radius: 0 0 3px 3px;
1616 -moz-border-radius: 0 0 3px 3px;
1617 border-radius: 0 0 3px 3px;
1618 -webkit-background-clip: padding-box;
1619 -moz-background-clip: padding-box;
1620 background-clip: padding-box;
1621}
1622.popover-content p, .popover-content ul, .popover-content ol {
1623 margin-bottom: 0;
1624}
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301625
Rushabh Mehtad0251332012-02-21 17:26:50 +05301626/*
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301627 * lib/css/ui/fonts.css
1628 */
1629@font-face {
1630 font-family: 'Pontano Sans';
1631 font-style: normal;
1632 font-weight: 800;
1633 src: url('../lib/css/fonts/pontanosans.woff') format('woff');
1634}
1635
1636@font-face {
1637 font-family: 'Droid Sans';
1638 font-style: normal;
1639 font-weight: normal;
1640 src: local('Droid Sans'), local('DroidSans'), url('../lib/css/fonts/droidsans.woff') format('woff');
1641}
1642
1643@font-face {
1644 font-family: 'PT Sans';
1645 font-style: normal;
1646 font-weight: normal;
1647 src: local('PT Sans'), local('PTSans-Regular'), url('../lib/css/fonts/ptsans.woff') format('woff');
1648}
1649
1650@font-face {
1651 font-family: 'Open Sans';
1652 font-style: normal;
1653 font-weight: 400;
1654 src: local('Open Sans'), local('OpenSans'), url('../lib/css/fonts/opensans.woff') format('woff');
1655}
Rushabh Mehtab43f9492012-04-08 20:33:51 +05301656
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301657@font-face {
1658 font-family: 'Lato';
1659 font-style: normal;
1660 font-weight: 400;
1661 src: local('Lato Regular'), local('Lato-Regular'), url('../lib/css/fonts/lato.woff') format('woff');
1662}
1663
Rushabh Mehtab43f9492012-04-08 20:33:51 +05301664@font-face {
1665 font-family: 'Cabin';
1666 font-style: normal;
1667 font-weight: 400;
1668 src: local('Cabin Regular'), local('Cabin-Regular'), url('../lib/css/fonts/cabin.woff') format('woff');
1669}
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301670
Rushabh Mehtaf7f7f632012-04-11 15:18:24 +05301671@font-face {
1672 font-family: 'Pacifico';
1673 font-style: normal;
1674 font-weight: normal;
1675 src: local('Pacifico Regular'), local('Pacifico-Regular'), url('../lib/css/fonts/pacifico.woff') format('woff');
1676}
1677
1678
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301679
1680/*
1681 * lib/css/ui/list.css
1682 */
1683.hide {
1684 display: none;
1685}
1686
1687.list-filters {
1688 margin: 7px 0px;
1689}
1690
1691.wnlist .img-load {
1692 display: none;
1693 float: left;
1694 margin-bottom: 8px;
1695}
1696
1697/* list-row */
1698div.list-row {
1699 border-bottom: 1px solid #eee;
1700 padding: 5px 0px;
1701}
1702div.list-row:hover {
1703 background-color: #eef
1704}
1705
1706div.list-row .label {
1707 margin-right: 4px;
1708}
1709
1710div.list-row table {
1711 table-layout: fixed;
1712 border-collapse: collapse;
1713 width: 100%;
1714}
1715
1716div.list-row table td {
1717 overflow: hidden;
Anand Doshic9456c12012-03-28 17:48:30 +05301718 /*padding-right: 3px;*/
1719 padding: 0px 3px;
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301720 vertical-align: middle;
1721 height: 24px;
1722 max-height: 24px;
Anand Doshic9456c12012-03-28 17:48:30 +05301723 word-wrap: break-word;
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301724}
1725
1726div.paging-button {
1727 text-align: center;
1728 padding: 11px 0px;
1729}
1730
1731div.show_filters {
1732 display: none;
1733}
1734
1735div.filter_list {
1736 padding: 13px;
1737}
1738
1739div.show_filters.well {
1740 margin-top: 11px;
1741 margin-bottom: 11px;
1742}
1743
1744div.filter_list .run_btn {
1745 text-align: right;
1746}
1747
1748div.filter_list .add_filter {
1749 margin: 3px 0px;
1750}
1751
1752div.list_filter {
1753 margin: 7px 0px;
1754}
1755
1756div.list_filter input, div.list_filter select {
1757 width: 130px;
1758 margin-right: 7px;
1759}
1760
1761/* bar */
1762
1763span.bar-outer {
1764 display: inline-block;
1765 margin: 0px 7px;
1766 margin-top: 3px;
1767 background-color: #fff;
1768 border: 1px solid #aaa;
1769 height: 10px;
1770}
1771
1772span.bar-inner {
1773 display: inline-block;
1774 background-color: #bdf;
1775 height: 100%;
1776 margin-bottom: 2px;
1777 float: left;
1778}
1779span.bar-complete {
1780 background-color: #009900;
1781}
1782span.bar-empty {
1783 background-color: #990000;
1784}
1785
1786
1787/* stats */
1788
1789div.stat-wrapper {
1790 margin-bottom: 19px;
1791}
1792
1793div.stat-grid {
1794 border: 2px solid #bbb;
1795 background-color: white;
1796 border-radius: 5px;
1797 -moz-border-radius: 5px;
1798 -webkit-border-radius: 5px;
1799 overflow: hidden;
1800}
1801
1802div.stat-label {
1803 position: relative;
1804 padding: 3px;
1805 text-align: center;
1806}
1807div.stat-label, div.stat-label a {
1808 z-index: 5;
1809}
1810
1811div.stat-item {
1812 position: relative;
1813 border-bottom: 1px solid #ddd;
1814}
1815div.stat-item:last-child {
1816 border-bottom: 0px solid #ddd;
1817}
1818
1819div.stat-bar {
1820 position: absolute;
1821 left: 0px;
1822 background-color: #def;
1823 height: 100%;
1824 z-index: 0;
1825}
1826
1827
1828
1829
1830
1831/*
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301832 * erpnext/startup/startup.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301833 */
1834h1, h2, h3, h4, h5 {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301835 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehtab43f9492012-04-08 20:33:51 +05301836 font-weight: normal;
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +05301837 margin-top: 0.2em;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301838}
1839
1840body {
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301841 font-family: "Open Sans", Helvetica, "Helvetica Neue", sans-serif;
Rushabh Mehta983a1712012-03-21 13:35:34 +05301842 font-size: 13px;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301843}
1844
1845span, div, td, input, textarea, button, select {
1846 font-family: inherit;
1847}
1848
1849body {
Rushabh Mehta7af1c882012-03-22 11:59:46 +05301850 background: url(../images/redbeech.jpg) repeat;
Rushabh Mehtab43f9492012-04-08 20:33:51 +05301851 color: #616161;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301852}
1853
Rushabh Mehta983a1712012-03-21 13:35:34 +05301854.small {
1855 font-size: 11.5px;
1856}
1857
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301858.erpnext-footer {
Rushabh Mehta4c1e9e72012-03-01 13:30:34 +05301859 margin: 11px auto;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301860 text-align: center;
1861}
1862
Anand Doshidb628762012-02-24 17:56:00 +05301863.navbar-new-comments {
Anand Doshic3023be2012-02-20 16:31:55 +05301864 margin: -3px 0px;
1865 padding: 2px;
Anand Doshic3023be2012-02-20 16:31:55 +05301866 min-width: 20px;
1867 text-align: center;
1868 display: inline-block;
1869 border-radius: 2px;
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301870 color: #999999;
1871 background-color: #333131;
1872}
1873
1874.navbar-new-comments:hover,
1875.navbar-new-comments:active,
1876.navbar-new-comments:focus {
1877 color: #fff;
1878}
1879
1880
1881.navbar-new-comments-true {
1882 color: #fff;
1883 background-color: #B00D07;
1884}
1885
1886.navbar-icon-home {
1887 vertical-align: middle;
1888 opacity:0.4;
1889 Filter:alpha(opacity=40); /* For IE8 and earlier */
1890}
1891
1892.navbar-icon-home:hover,
1893.navbar-icon-home:focus,
Anand Doshiac144122012-02-27 19:16:24 +05301894.navbar-icon-home:active,
1895.navbar-icon-home-hover{
Anand Doshi5b1beeb2012-02-27 17:17:48 +05301896 opacity:1;
1897 Filter:alpha(opacity=100); /* For IE8 and earlier */
1898}
1899
1900/*extra size menus for recent*/
1901.dropdown-menu#toolbar-recent, .dropdown-menu#toolbar-options, .dropdown-menu#toolbar-help{
1902 min-width: 160px !important;
1903 max-width: 260px !important;
Anand Doshic3023be2012-02-20 16:31:55 +05301904}
1905
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301906
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301907/*
1908 * erpnext/website/css/website.css
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301909 */
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +05301910div#body_div, header .container, .content, #opened-page-selector, footer {
1911 width: 900px;
1912}
1913
Rushabh Mehta519f70b2012-03-09 16:44:21 +05301914.layout_wrapper {
Rushabh Mehtab43f9492012-04-08 20:33:51 +05301915 padding: 27px;
Rushabh Mehtaaa848be2012-02-17 12:06:33 +05301916}
1917
Rushabh Mehtab6f80882012-03-23 14:19:49 +05301918p, li {
1919 line-height: 1.6em;
1920}
1921
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301922pre {
1923 background-color: #F8F8F8;
1924 border: 1px solid #CCCCCC;
1925 border-radius: 3px 3px 3px 3px;
1926 font-size: 13px;
1927 line-height: 19px;
1928 overflow: auto;
1929 padding: 6px 10px;
1930 margin-bottom: 9px;
1931}
1932
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301933.web-content input[type="text"], .web-content input[type="password"], .web-content select {
1934 min-width: 180px;
1935}
1936
Rushabh Mehta13531b72012-02-20 12:35:23 +05301937.web-head-section {
1938 margin-bottom: 20px
1939}
1940
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301941.web-main-section {
1942 width: 65%;
1943 float: left;
1944 margin-bottom: 20px;
1945}
1946
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301947.web-side-section {
1948 width: 30%;
1949 float: right;
1950 margin-bottom: 20px;
1951 margin-right: 15px;
1952 color: #606060;
1953 overflow-x: hidden;
Rushabh Mehtab43f9492012-04-08 20:33:51 +05301954 font-size: 90%;
Rushabh Mehtaafaac602012-02-14 11:44:13 +05301955}
1956
1957.web-page-status {
1958 padding: 7px;
1959 color: #777;
1960 clear: both;
1961 text-align: right;
1962}
1963
1964.web-page-status a,
1965.web-page-status a:hover,
1966.web-page-status a:visited {
1967 padding: 2px;
1968 background-color: #777;
1969 color: #FFF;
1970 text-decoration: none;
1971}
1972
1973.web-page-status a:hover {
1974 background-color: #444;
1975}
1976
1977footer {
1978 color: #777;
1979}
1980
1981.web-footer {
1982 color: inherit;
1983 text-align: center;
1984 margin: 10px;
1985 line-height: 1.7;
1986}
1987
1988.web-footer div, .web-footer a {
1989 font-size: 11px;
1990}
1991
1992.web-footer-menu {
1993 margin-bottom: 7px;
1994}
1995footer a, footer a:visited {
1996 color: #777;
1997}
1998
1999footer a:hover {
2000 background-color: #777;
2001 color: #fff;
2002}
2003
2004.web-footer-menu ul {
2005 list-style: none;
2006 margin: 0px;
2007 padding: 0px;
2008}
2009
2010.web-footer-menu ul li {
2011 display: inline;
2012 padding: 2px 15px;
2013 border-right: 1px solid #999;
2014}
2015
2016.web-footer-menu ul li:last-child {
2017 border-right: 0px solid #777 !important;
Rushabh Mehta519f70b2012-03-09 16:44:21 +05302018}
Rushabh Mehtad2cec5b2012-04-10 11:51:08 +05302019
2020/* slide view */
2021
2022.next-slide {
2023 margin: 0px -27px 100px -27px;
2024 background: #ffffff; /* Old browsers */
2025 background: -moz-linear-gradient(top, #eeeeee 0%, #fff 100%); /* FF3.6+ */
2026 background: -webkit-linear-gradient(top, #eeeeee 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
2027 background: -o-linear-gradient(top, #eeeeee 0%, #fff 100%); /* Opera 11.10+ */
2028 background: -ms-linear-gradient(top, #eeeeee 0%, #fff 100%); /* IE10+ */
2029 background: linear-gradient(top, #eeeeee 0%, #fff 100%); /* W3C */
2030 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
2031 height: 36px;
2032}
2033
2034.slide-shadow {
2035 background: #eeeeee; /* Old browsers */
2036 background: -moz-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* FF3.6+ */
2037 background: -webkit-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
2038 background: -o-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* Opera 11.10+ */
2039 background: -ms-linear-gradient(top, #bababa 0%,#eeeeee 100%); /* IE10+ */
2040 background: linear-gradient(top, #bababa 0%,#eeeeee 100%); /* W3C */
2041 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
2042 height: 3px;
2043 margin: 100px -27px 0px -27px;
2044 border-top: 1px solid #bababa;
2045}
2046
2047.two-column {
2048 width: 40%;
2049 float: left;
2050 padding: 5%;
2051}
2052
2053.clear {
2054 clear: both;
2055}
2056
2057/* */