source: other-projects/nz-flag-design/trunk/main-form/lib-slider/css/jqm-demos.css@ 29530

Last change on this file since 29530 was 29530, checked in by davidb, 9 years ago

First cut at overview web pages to nz-flag-design project

  • Property svn:executable set to *
File size: 24.0 KB
Line 
1/* JQM Demos CSS */
2.jqm-demos strong { font-weight: bold; }
3.jqm-demos img { max-width: 100%; }
4
5/* Page */
6body, .jqm-demos {
7 /*background-color: #fefefe;*/
8}
9
10/* Header */
11.jqm-header {
12 background: #fff;
13 border-top: 3px solid #6ABA2F;
14 border-bottom: 1px solid #e0e0e0;
15 color: #777;
16 text-shadow: 0 1px 0 #fff;
17 -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
18 -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
19 box-shadow: 0 0 5px rgba(0,0,0,.15);
20}
21.jqm-header.ui-header-fixed:not(.ui-fixed-hidden) {
22 border-top-width: 4px;
23 padding-top: 0;
24}
25
26/* Logo */
27.jqm-header h1.jqm-logo {
28 font-size: 1em;
29 margin: .6em 3.375em;
30}
31.jqm-header .jqm-logo a {
32 display: inline-block;
33 text-decoration: none;
34 min-height: 40px;
35}
36.jqm-header .jqm-logo img {
37 display: block;
38 width: 140px;
39 height: auto;
40}
41.jqm-demos-home .jqm-header .jqm-logo img {
42 display: inline-block;
43}
44
45/* Header buttons */
46.jqm-header > .ui-btn {
47 width: 31px;
48 height: 31px;
49 -webkit-border-radius: 0;
50 border-radius: 0;
51}
52.jqm-header > .ui-btn,
53.jqm-header.ui-header-fixed.ui-fixed-hidden > .ui-btn-icon-notext {
54 top: 1.1em;
55}
56.jqm-header .jqm-navmenu-link {
57 left: 15px;
58}
59.jqm-header .jqm-search-link {
60 right: 15px;
61}
62.jqm-header > .ui-btn,
63.jqm-header > .ui-btn .ui-btn-inner {
64 border: none;
65 background: none;
66}
67.jqm-header > .ui-btn,
68.jqm-header > .ui-btn .ui-icon {
69 -webkit-box-shadow: none;
70 -moz-box-shadow: none;
71 box-shadow: none;
72}
73/* Custom icons */
74.jqm-header > .ui-btn .ui-icon {
75 background-image: url(jqm_demo-icons-sd.png);
76 background-color: transparent;
77 width: 31px;
78 height: 31px;
79 margin: 0;
80}
81.jqm-header .jqm-navmenu-link .ui-icon {
82 background-position: -3px 50%;
83}
84.jqm-header .jqm-search-link .ui-icon {
85 background-position: -100px -2px;
86}
87/* Toggle search / close icon */
88.jqm-search-toggle .jqm-search-link .ui-icon {
89 background-position: -51px -2px;
90}
91/* Toggle menu bars / close icon on small screens */
92@media all and (max-width:45.9375em) {
93 .ui-panel-content-wrap-position-left.ui-panel-content-wrap-open .jqm-header .jqm-navmenu-link .ui-icon {
94 background-position: -51px 50%;
95 }
96}
97/* HD/Retina icon sprite */
98@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
99 only screen and (min--moz-device-pixel-ratio: 1.3),
100 only screen and (min-resolution: 200dpi) {
101 .jqm-header > .ui-btn .ui-icon {
102 background-image: url(jqm_demo-icons-hd.png);
103 -webkit-background-size: 131px 31px;
104 -moz-background-size: 131px 31px;
105 -o-background-size: 131px 31px;
106 background-size: 131px 31px;
107 }
108}
109
110/* Global search */
111.jqm-search {
112 display: none;
113 background: #eee;
114 border-top: 1px solid transparent;
115 padding: 0 .7em;
116}
117.jqm-search-toggle .jqm-search {
118 display: block;
119 border-top: 1px solid #e0e0e0;
120}
121.jqm-search > .ui-listview-filter {
122 margin: 0 -.3125em;
123 padding: 1px 0; /* to resolve Chrome rendering issue (border-bottom not visible */
124}
125.jqm-demos .jqm-search > .ui-listview-filter .ui-input-search {
126 margin: 4px .3125em;
127}
128.jqm-search > .jqm-list {
129 position: absolute;
130 right: .7em;
131 left: .7em;
132 margin-top: 5px;
133 z-index: 999;
134 -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
135 -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
136 box-shadow: 0 0 5px rgba(0,0,0,.3);
137}
138
139/* Footer */
140.jqm-footer {
141 background: none;
142 border: none;
143 color: #777;
144 text-shadow: 0 1px 0 #fff;
145}
146.jqm-footer p {
147 font-size: .8em;
148 font-weight: normal;
149 margin: .7em 15px;
150 font-family: 'Open Sans', sans-serif;
151 font-weight: 300;
152}
153.jqm-footer .jqm-version {
154 font-family: 'Open Sans', sans-serif;
155 font-weight: 700;
156 font-size:.9em;
157 margin-left:1.1em;
158}
159
160/* Responsive - header & footer */
161@media all and (min-width:46em) {
162 /* Logo */
163 .jqm-header h1.jqm-logo {
164 text-align: left;
165 margin: .8em 0 .8em 15%;
166 }
167 .jqm-header .jqm-logo a {
168 min-height: 57px;
169 }
170 .jqm-header .jqm-logo img {
171 display: block;
172 width: 200px;
173 height: auto;
174 }
175 .jqm-demos-home .jqm-header .jqm-logo img {
176 display: block;
177 width: 240px;
178 height: auto;
179 padding-left:.7em;
180 margin-top:.5em;
181 margin-bottom:.6em;
182 }
183 /* Header buttons */
184 .jqm-header > .ui-btn,
185 .jqm-header.ui-header-fixed.ui-fixed-hidden > .ui-btn-icon-notext {
186 top: 1.4em;
187 }
188 .jqm-header .jqm-navmenu-link {
189 left: 15%;
190 margin-left: 215px;
191 }
192 .jqm-header .jqm-search-link {
193 display: none;
194 }
195 /* Global nav panel close button (instead of toggle menu bars / close icon on small screens) */
196 .ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.jqm-header::after,
197 .ui-panel-content-wrap-position-left.ui-panel-content-wrap-open .jqm-header::after {
198 content: "";
199 display: block;
200 position: absolute;
201 top: 8px;
202 left: 8px;
203 width: 20px;
204 height: 20px;
205 cursor: pointer;
206 background-image: url(jqm_demo-icons-sd.png);
207 background-position: -33px 50%;
208 -webkit-background-size: 85px 20px;
209 -moz-background-size: 85px 20px;
210 -o-background-size: 85px 20px;
211 background-size: 85px 20px;
212 }
213
214 /* Global search */
215 .ui-panel-animate.ui-panel-content-wrap > .ui-header.jqm-header {
216 position: relative;
217 }
218 .jqm-search,
219 .jqm-search-toggle .jqm-search {
220 display: block;
221 position: absolute;
222 top: 1.58125em;
223 right: 15%;
224 background: none;
225 border: none;
226 }
227 .jqm-demos .jqm-search > .ui-listview-filter .ui-input-search {
228 margin: 0;
229 }
230 .jqm-search > .jqm-list {
231 right: .3875em;
232 left: auto;
233 width: 28em;
234 }
235
236 /* Footer */
237 .jqm-footer {
238 overflow: hidden;
239 position: absolute;
240 bottom: 0;
241 width: 100%;
242 }
243 .jqm-footer p {
244 margin: 1.5em 0 1.5em 15%;
245 float: left;
246 }
247 .jqm-footer .jqm-version {
248 margin: 1.5em 15% 1.5em 0;
249 float: right;
250 font-weight: 700;
251 }
252 .jqm-demos-home .jqm-footer p.jqm-version {
253 display: none;
254 }
255}
256/* Global nav panel close button HD/Retina icon */
257@media only screen and (min-width:46em) and (-webkit-min-device-pixel-ratio: 1.3),
258 only screen and (min-width:46em) and (min--moz-device-pixel-ratio: 1.3),
259 only screen and (min-width:46em) and (min-resolution: 200dpi) {
260 /* global nav panel close button */
261 .ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open.jqm-header::after,
262 .ui-panel-content-wrap-position-left.ui-panel-content-wrap-open .jqm-header::after {
263 background-image: url(jqm_demo-icons-hd.png);
264 }
265}
266
267/* Content */
268
269/* Headings */
270.jqm-content > h1 {
271 font-family: 'Open Sans', sans-serif;
272 font-weight: 300;
273 font-size: 2.4em;
274 color: #555;
275 clear:both;
276}
277.jqm-faq .jqm-content > h1 {
278 margin-top: -.4em;
279 font-size: 1.8em;
280}
281.jqm-content > h2,
282.jqm-content > h3,
283.jqm-content > h4,
284.jqm-home-welcome h2 {
285 font-family: 'Open Sans', sans-serif;
286 font-weight: 300;
287 font-size: 1.6em;
288 color: #74b042;
289 padding-top: .6em;
290 clear:both;
291}
292.jqm-home-welcome h2 {
293 font-size:1.5em;
294 margin-left:.5em;
295 margin-top:-.2em;
296}
297.jqm-home-welcome .jqm-button {
298 margin-left:.8em;
299 margin-top:-.4em;
300}
301.jqm-home-welcome .jqm-button .ui-btn-text {
302 font-size:1.1em;
303 font-weight:300;
304}
305h2.jqm-home-widget {
306 font-size:1.5em;
307 margin-left:.6em;
308}
309.home-pop p {
310 font-family: 'Open Sans', sans-serif;
311 font-weight: 300;
312 padding:.5em .5em;
313 width:16em;
314}
315.home-pop .ui-btn-text {
316 font-family: 'Open Sans', sans-serif;
317 font-weight: 400;
318}
319.jqm-content > h4 {
320 font-size: 1.2em;
321}
322
323/* Paragraphs */
324.jqm-content > p {
325 font-family: 'Open Sans', sans-serif;
326 font-weight: 400;
327 font-size: 0.95em;
328}
329.jqm-content .jqm-intro {
330 font-size: 120%;
331 font-family: 'Open Sans', sans-serif;
332 font-weight: 300;
333 line-height: 135%;
334 margin-top: -.5em;
335 margin-bottom: .5em;
336 padding-bottom: 2.6em;
337 color: #555;
338 border-bottom-width: 1px;
339 border-bottom-style: solid;
340 border-bottom-color: #e5e5e5;
341 border-bottom-color: rgba(0,0,0,.1);
342}
343.jqm-demos-home .jqm-content .jqm-intro {
344 font-family: 'Open Sans', sans-serif;
345 font-weight: 300;
346 font-size: .9em;
347 margin: .5em .8em 1em .8em;
348 padding-bottom: .5em;
349 border: none;
350 color: #555;
351}
352.jqm-demos-index .jqm-content p.jqm-intro {
353 border: none;
354}
355.jqm-content ul:not(.ui-listview),
356.jqm-content ul:not(.ui-listview) li {
357 font-family: 'Open Sans', sans-serif;
358 font-weight: 400;
359 font-size: 0.95em;
360 line-height: 1.7;
361}
362.jqm-content ul:not(.ui-listview) {
363 margin: 1em 0;
364 padding-left: 1.3em;
365}
366
367/* Links */
368.jqm-content > p a.ui-link,
369.jqm-content p.jqm-intro a.ui-link {
370 font-weight: 400;
371 text-decoration: none;
372}
373.jqm-content > p a.ui-link:hover,
374.jqm-content p.jqm-intro a.ui-link:hover {
375 text-decoration: underline;
376}
377
378/* Responsive - content */
379@media all and (min-width:46em) {
380 .jqm-demos .jqm-content {
381 padding: 15px 15% 4.5em; /* padding bottom is because of footer position absolute */
382 }
383 .jqm-demos .jqm-content.jqm-fullwidth {
384 padding: 15px;
385 }
386 .jqm-demos-home .jqm-content p.jqm-intro {
387 font-size: 1.1em;
388 }
389
390 /* Homepage */
391 .jqm-demos-home .jqm-home-welcome {
392 float: left;
393 width: 48%;
394 padding-right:6%;
395 margin-top:.4em;
396 }
397 .jqm-demos-home .jqm-home-list {
398 float: left;
399 width: 45%;
400 }
401 .jqm-demos-home h2.jqm-home-widget {
402 clear:left;
403 padding-top:2em;
404 }
405}
406
407/* Code */
408.jqm-content pre,
409.jqm-content code {
410 font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
411 background: #e5e5e5;
412 background: rgba(0,0,0,.05);
413 padding: 0 .125em;
414}
415.jqm-content pre {
416 padding: 0 1em 1.2em;
417 white-space: pre-wrap;
418}
419.jqm-content pre > code {
420 padding: 0;
421 background: none;
422 font-size:.8em;
423}
424
425/* Buttons */
426.jqm-content .jqm-api-link,
427.jqm-content .jqm-button,
428.jqm-view-source-link .ui-btn {
429 font-family: 'Open Sans', sans-serif;
430 font-weight: 400;
431}
432.jqm-home-welcome .jqm-button .ui-icon {
433 opacity: .6;
434}
435
436/* API link */
437.jqm-content .jqm-api-link {
438 float: right;
439 margin-top: .3em;
440}
441.jqm-content .jqm-api-link .ui-btn-text {
442 padding-left: .3em;
443 padding-right: .2em;
444}
445.jqm-content .jqm-api-link .ui-icon {
446 opacity: .6;
447}
448
449/* Deeplinks */
450.jqm-content a.jqm-deeplink {
451 font-family: 'Open Sans', sans-serif;
452 font-weight: 300;
453 display: block;
454 text-align: right;
455 font-size: 0.8em;
456 margin-top: .8em;
457 margin-bottom: 1em;
458 margin-right:.6em;
459 text-decoration: none;
460 float:right;
461}
462.jqm-content p.jqm-intro + a.jqm-deeplink {
463 text-align: left;
464}
465.jqm-content a.jqm-deeplink span {
466 width: 18px;
467 display: inline-block;
468 margin-top: 1px;
469 margin-left: 10px;
470 float: right;
471 opacity: .5;
472}
473.jqm-content p.jqm-intro + a.jqm-deeplink span {
474 float: right;
475 margin-left: 10px;
476}
477.jqm-content a.jqm-open-quicklink-panel {
478 margin-top: -3.3em;
479}
480
481/* Lists */
482.jqm-search .jqm-list {
483 font-weight: 400;
484 font-size: 0.88em;
485}
486.jqm-list .ui-li-heading {
487 font-weight: 700;
488 font-size: .9em;
489 color: #07ade0;
490 margin-top: .1em;
491}
492.jqm-list .ui-li-desc {
493 font-weight: 300;
494 font-size: .8em;
495 color: #777;
496 margin-bottom: .1em;
497}
498/* List dividers */
499.jqm-list .ui-bar-d {
500 font-family: 'Open Sans', sans-serif;
501 font-weight: 700;
502 font-size: .9em;
503 padding: .7em 15px;
504 background-image: none;
505 background-color: #f8f8f8;
506 border-color: #e8e8e8;
507 color: #74b042;
508 text-shadow: none;
509}
510/* List buttons */
511.jqm-list .ui-btn-inner {
512 font-family: 'Open Sans', sans-serif;
513 font-weight: 300;
514 font-size: 0.95em;
515 border-top: none;
516}
517.jqm-list .ui-btn-up-d,
518.jqm-list .ui-btn-hover-d,
519.jqm-list .ui-btn-down-d {
520 font-family: 'Open Sans', sans-serif;
521 font-weight: 300;
522 border-color: #eee;
523}
524.jqm-list .ui-btn-up-d {
525 background-color: #fff;
526}
527.jqm-list .ui-btn-hover-d {
528 background-color: #f8f8f8;
529}
530.jqm-list .ui-btn-up-d,
531.jqm-list .ui-btn-hover-d {
532 -webkit-background-image: none;
533 -moz-background-image: none;
534 -o-background-image: none;
535 background-image: none;
536}
537.jqm-list .ui-btn-up-d.ui-btn-active,
538.jqm-list .ui-btn-hover-d.ui-btn-active,
539.jqm-list .ui-btn-down-d.ui-btn-active,
540.jqm-list .ui-btn-up-d.ui-focus,
541.jqm-list .ui-btn-hover-d.ui-focus,
542.jqm-list .ui-btn-down-d.ui-focus {
543 border-color: #34bae8;
544 background-color: #34bae8;
545 -webkit-background-image: none;
546 -moz-background-image: none;
547 -o-background-image: none;
548 background-image: none;
549 color: #fff;
550 text-shadow: 0 1px 0 #369;
551}
552.jqm-list .ui-btn-up-d.ui-focus,
553.jqm-list .ui-btn-hover-d.ui-focus,
554.jqm-list .ui-btn-down-d.ui-focus {
555 -webkit-box-shadow: none;
556 -moz-box-shadow: none;
557 box-shadow: none;
558}
559.jqm-list .ui-btn-active a.ui-link-inherit,
560.jqm-list .ui-btn-active .ui-li-heading,
561.jqm-list .ui-btn-active .ui-li-desc,
562.jqm-list .ui-focus a.ui-link-inherit,
563.jqm-list .ui-focus .ui-li-heading,
564.jqm-list .ui-focus .ui-li-desc {
565 color: #fff;
566}
567.jqm-demos .jqm-list .ui-li .ui-btn-text a.ui-link-inherit,
568.jqm-demos .jqm-list .ui-li .ui-li-desc {
569 text-overflow: clip;
570 overflow: visible;
571 white-space: normal;
572}
573/* ### TEMPORARY ### */
574/* padding count bubble position when icon is false needs to be fixed in the framework CSS (some classes shouldn't be added) */
575.jqm-list .ui-li-count {
576 right: 10px !important;
577}
578.jqm-demos .jqm-list .ui-btn-icon-right .ui-btn-inner {
579 padding-right: 0;
580}
581.jqm-demos .jqm-list .ui-li-has-arrow .ui-btn-inner a.ui-link-inherit {
582 padding-right: 15px;
583}
584/* ### END ### */
585
586/* List filter */
587.jqm-demos-home .jqm-content > .ui-listview-filter,
588.jqm-demos-index .jqm-content > .ui-listview-filter {
589 margin-top: 0;
590 margin-bottom: -.5em;
591}
592.jqm-demos-home .jqm-content > .ui-listview-filter .ui-input-search,
593.jqm-demos-index .jqm-content > .ui-listview-filter .ui-input-search,
594.jqm-demos-index .jqm-search-results-wrap > .ui-listview-filter .ui-input-search {
595 background-color: #f9f9f9;
596 border-color: #e5e5e5;
597 border-color: rgba(0,0,0,.1);
598}
599.jqm-demos .jqm-search .ui-listview-filter .ui-input-search {
600 background-color: #f9f9f9;
601 border-color: #e5e5e5;
602 border-color: rgba(0,0,0,.1);
603 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
604 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
605 box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
606}
607.jqm-demos-home .jqm-content > .ui-listview-filter .ui-input-search.ui-focus,
608.jqm-demos-index .jqm-content > .ui-listview-filter .ui-input-search.ui-focus,
609.jqm-demos-index .jqm-search-results-wrap > .ui-listview-filter .ui-input-search.ui-focus {
610 background-color: #fff;
611 border-color: #34bae8;
612 border-color: rgba(52,186,232,.2);
613 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 0 9px rgba(52,186,232,.3);
614 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 0 9px rgba(52,186,232,.2);
615 box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 0 9px rgba(52,186,232,.2);
616}
617.jqm-demos .jqm-search .ui-listview-filter .ui-input-search.ui-focus {
618 background-color: #fff;
619 border-color: #e5e5e5;
620 border-color: rgba(0,0,0,.1);
621 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
622 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
623 box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
624}
625.jqm-demos .jqm-search > .ui-listview-filter .ui-input-text,
626.jqm-demos-home .jqm-content > .ui-listview-filter .ui-input-text,
627.jqm-demos-index .jqm-content > .ui-listview-filter .ui-input-text,
628.jqm-demos-index .jqm-search-results-wrap > .ui-listview-filter .ui-input-text {
629 font-family: 'Open Sans', sans-serif;
630 font-weight: 300;
631 font-size: .95em;
632}
633
634/* Search results */
635.jqm-search .jqm-list {
636 background: #fff;
637}
638.jqm-search-results-highlight {
639 color: #07ade0;
640 font-weight: 400;
641 text-shadow: none;
642}
643.ui-btn-active .jqm-search-results-highlight,
644.ui-focus .jqm-search-results-highlight {
645 color: #fff;
646 text-shadow: 0 1px 0 #369;
647}
648.jqm-search .jqm-list .ui-li .ui-btn-text a.ui-link-inherit,
649.jqm-search-results-wrap .jqm-list .ui-li .ui-btn-text a.ui-link-inherit {
650 padding: .5626em 15px;
651 font-weight: 400;
652}
653.jqm-list .jqm-search-results-keywords {
654 padding: 6px 0 0;
655 font-size: .8em;
656 font-weight: 300;
657 color: #999;
658}
659.jqm-search-results-keywords .jqm-keyword-hash {
660 margin-right: .2em;
661 margin-left: .2em;
662 font-weight: 400;
663 color: #aaa;
664 font-size: .75em;
665 text-transform: uppercase;
666}
667.ui-btn-active .jqm-search-results-keywords,
668.ui-focus .jqm-search-results-keywords,
669.ui-btn-active .jqm-search-results-keywords .jqm-keyword-hash,
670.ui-focus .jqm-search-results-keywords .jqm-keyword-hash {
671 color: #fff;
672 text-shadow: 0 1px 0 #369;
673 font-weight: 400;
674}
675
676.jqm-search .jqm-list .ui-li-count,
677.jqm-search-results-wrap .jqm-list .ui-li-count {
678 display: none;
679}
680
681/* Nav panels */
682/* Reveal menu shadow on top of the list items */
683.ui-panel-display-reveal {
684 -webkit-box-shadow: none;
685 -moz-box-shadow: none;
686 box-shadow: none;
687}
688.ui-panel-content-fixed-toolbar-position-left.ui-panel-content-fixed-toolbar-open,
689.ui-panel-content-wrap-position-left.ui-panel-content-wrap-open {
690 -webkit-box-shadow: -5px 0 5px rgba(0,0,0,.10);
691 -moz-box-shadow: -5px 0 5px rgba(0,0,0,.10);
692 box-shadow: -5px 0 5px rgba(0,0,0,.10);
693}
694
695/* View source */
696.jqm-content div[data-demo-html="true"] {
697 border-top: 1px solid rgba(0,0,0,.08);
698 margin: 0;
699 padding: 1.2em 0;
700}
701.jqm-content div.jqm-view-source-link {
702 border-top: 1px solid rgba(0,0,0,.08);
703 padding: .6em 0 0;
704 margin: 2.4em 0;
705}
706.jqm-content div[data-demo-html="true"] + div.jqm-view-source-link {
707 margin: 0 0 2.4em;
708}
709.jqm-content .jqm-view-source-link .ui-btn.ui-mini {
710 margin: 0;
711}
712
713/* View source popup */
714#jqm-view-source-popup.ui-popup-container {
715 width: 90%;
716 max-width: 1500px;
717}
718.jqm-view-source .ui-collapsible-set {
719 margin: 0;
720}
721.jqm-view-source .ui-collapsible-heading .ui-btn {
722 font-family: 'Open Sans', sans-serif;
723 font-weight: 400;
724}
725.jqm-view-source .ui-collapsible-heading .ui-btn-inner {
726 padding: .4em;
727}
728.jqm-view-source .ui-collapsible-content {
729 padding: 0;
730 overflow: auto;
731}
732.jqm-view-source .ui-collapsible-content .phpStatus {
733 padding: 1em;
734}
735.jqm-view-source .ui-collapsible-content > div,
736.jqm-view-source .ui-collapsible-content .syntaxhighlighter {
737 border-bottom-right-radius: inherit;
738 border-bottom-left-radius: inherit;
739}
740.jqm-view-source .ui-collapsible-content::-webkit-scrollbar {
741 width: 5px;
742}
743.jqm-view-source .ui-collapsible-content::-webkit-scrollbar-track {
744 background: transparent;
745}
746.jqm-view-source .ui-collapsible-content::-webkit-scrollbar-thumb {
747 background: #435A5F;
748 border: solid #222;
749 border-width: 12px 2px 12px 0;
750 border-bottom-right-radius: 5px;
751}
752.jqm-view-source .ui-collapsible-content td.code .container > textarea {
753 resize: none;
754}
755
756/* Swatch F */
757.ui-bar-f {
758 border: 1px solid #86D641;
759 background: #6ABA2F;
760 color: #fff;
761 text-shadow: 0 1px 1px #335413;
762 font-weight: bold;
763}
764.ui-bar-f,
765.ui-bar-f .ui-link-inherit,
766.ui-bar-f .ui-link {
767 color: #fff;
768}
769.ui-btn-up-f {
770 border: 1px solid #3B6F07;
771 background: #56A00E;
772 font-weight: bold;
773 color: #fff;
774 text-shadow: 0 1px 1px #234403;
775 background-image: -webkit-gradient(linear, left top, left bottom, from(#74b042), to(#56A00E)); /* Saf4+, Chrome */
776 background-image: -webkit-linear-gradient(#74b042, #56A00E); /* Chrome 10+, Saf5.1+ */
777 background-image: -moz-linear-gradient(#74b042, #56A00E); /* FF3.6 */
778 background-image: -ms-linear-gradient(#74b042, #56A00E); /* IE10 */
779 background-image: -o-linear-gradient(#74b042, #56A00E); /* Opera 11.10+ */
780 background-image: linear-gradient(#74b042, #56A00E);
781}
782.ui-btn-up-f a.ui-link-inherit {
783 color: #fff;
784}
785.ui-btn-hover-f {
786 border: 1px solid #3B6F07;
787 background: #6EBC1F;
788 font-weight: bold;
789 color: #fff;
790 text-shadow: 0 1px 1px #234403;
791 background-image: -webkit-gradient(linear, left top, left bottom, from(#8FC963), to(#6EBC1F)); /* Saf4+, Chrome */
792 background-image: -webkit-linear-gradient(#8FC963, #6EBC1F); /* Chrome 10+, Saf5.1+ */
793 background-image: -moz-linear-gradient(#8FC963, #6EBC1F); /* FF3.6 */
794 background-image: -ms-linear-gradient(#8FC963, #6EBC1F); /* IE10 */
795 background-image: -o-linear-gradient(#8FC963, #6EBC1F); /* Opera 11.10+ */
796 background-image: linear-gradient(#8FC963, #6EBC1F);
797}
798.ui-btn-hover-f a.ui-link-inherit {
799 color: #fff;
800}
801.ui-btn-down-f {
802 border: 1px solid #3B6F07;
803 background: #3d3d3d;
804 font-weight: bold;
805 color: #fff;
806 text-shadow: 0 1px 1px #234403;
807 background-image: -webkit-gradient(linear, left top, left bottom, from(#56A00E), to(#64A234)); /* Saf4+, Chrome */
808 background-image: -webkit-linear-gradient(#56A00E, #64A234); /* Chrome 10+, Saf5.1+ */
809 background-image: -moz-linear-gradient(#56A00E, #64A234); /* FF3.6 */
810 background-image: -ms-linear-gradient(#56A00E, #64A234); /* IE10 */
811 background-image: -o-linear-gradient(#56A00E, #64A234); /* Opera 11.10+ */
812 background-image: linear-gradient(#56A00E, #64A234);
813}
814.ui-btn-down-f a.ui-link-inherit {
815 color: #fff;
816}
817.ui-btn-up-f,
818.ui-btn-hover-f,
819.ui-btn-down-f {
820 font-weight: bold;
821 text-decoration: none;
822}
823
824/**
825 * SyntaxHighlighter
826 * http://alexgorbatchev.com/SyntaxHighlighter
827 *
828 * SyntaxHighlighter is donationware. If you are using it, please donate.
829 * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
830 *
831 * @version
832 * 3.0.83 (July 02 2010)
833 *
834 * @copyright
835 * Copyright (C) 2004-2010 Alex Gorbatchev.
836 *
837 * @license
838 * Dual licensed under the MIT and GPL licenses.
839 */
840.syntaxhighlighter a,
841.syntaxhighlighter div,
842.syntaxhighlighter code,
843.syntaxhighlighter table,
844.syntaxhighlighter table td,
845.syntaxhighlighter table tr,
846.syntaxhighlighter table tbody,
847.syntaxhighlighter table thead,
848.syntaxhighlighter table caption,
849.syntaxhighlighter textarea {
850 background: none;
851 border: 0;
852 bottom: auto;
853 float: none;
854 left: auto;
855 height: auto;
856 line-height: 16px;
857 margin: 0;
858 outline: 0;
859 overflow: visible;
860 padding: 0;
861 position: static;
862 right: auto;
863 text-align: left;
864 top: auto;
865 vertical-align: baseline;
866 width: auto;
867 box-sizing: content-box;
868 font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
869 font-weight: normal;
870 font-style: normal;
871 font-size: 13px;
872 min-height: inherit;
873 min-height: auto;
874}
875.syntaxhighlighter {
876 width: auto;
877 margin: 0;
878 padding: 1em 0;
879 position: relative;
880 overflow: auto;
881 font-size: 13px;
882}
883.syntaxhighlighter.source {
884 overflow: hidden;
885}
886.syntaxhighlighter .bold {
887 font-weight: bold;
888}
889.syntaxhighlighter .italic {
890 font-style: italic;
891}
892.syntaxhighlighter .line {
893 white-space: pre;
894 white-space: pre-wrap;
895}
896.syntaxhighlighter table {
897 width: 100%;
898}
899.syntaxhighlighter table caption {
900 text-align: left;
901 padding: .5em 0 0.5em 1em;
902}
903.syntaxhighlighter table td.code {
904 width: 100%;
905}
906.syntaxhighlighter table td.code .container {
907 position: relative;
908}
909.syntaxhighlighter table td.code .container textarea {
910 box-sizing: border-box;
911 position: absolute;
912 left: 0;
913 top: 0;
914 width: 100%;
915 height: 100%;
916 border: none;
917 background: white;
918 padding-left: 1em;
919 overflow: hidden;
920 white-space: pre;
921}
922.syntaxhighlighter table td.gutter .line {
923 text-align: right;
924 padding: 0 0.5em 0 1em;
925}
926.syntaxhighlighter table td.code .line {
927 padding: 0 1em;
928}
929.syntaxhighlighter.show {
930 display: block;
931}
932.syntaxhighlighter.collapsed table {
933 display: none;
934}
935.syntaxhighlighter .line.alt1 {
936 background-color: transparent;
937}
938.syntaxhighlighter .line.alt2 {
939 background-color: transparent;
940}
941.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
942 background-color: #253e5a;
943}
944.syntaxhighlighter .line.highlighted.number {
945 color: #38566f;
946}
947.syntaxhighlighter table caption {
948 color: #d1edff;
949}
950.syntaxhighlighter .gutter {
951 color: #afafaf;
952}
953.syntaxhighlighter .gutter .line {
954 border-right: 3px solid #435a5f;
955}
956.syntaxhighlighter .gutter .line.highlighted {
957 background-color: #435a5f;
958 color: #0f192a;
959}
960.syntaxhighlighter.collapsed {
961 overflow: visible;
962}
963.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
964 color: #eee;
965}
966.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
967 color: #5ba1cf;
968}
969.syntaxhighlighter .string {
970 color: #9a6;
971}
972.syntaxhighlighter .string a {
973 color: #1dc116;
974}
975.syntaxhighlighter .keyword {
976 color: #c84;
977}
978.syntaxhighlighter .preprocessor {
979 color: #8aa6c1;
980}
981.syntaxhighlighter .variable {
982 color: #ffaa3e;
983}
984.syntaxhighlighter .value {
985 color: #f7e741;
986}
987.syntaxhighlighter .functions {
988 color: #ffaa3e;
989}
990.syntaxhighlighter .constants {
991 color: #e0e8ff;
992}
993.syntaxhighlighter .script {
994 font-weight: bold;
995 color: #b43d3d;
996 background-color: none;
997}
998.syntaxhighlighter .color1 {
999 color: #8df;
1000}
1001.syntaxhighlighter .color1 a {
1002 color: #f8bb00;
1003}
1004.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
1005 color: white;
1006}
1007.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
1008 color: #ffaa3e;
1009}
1010.syntaxhighlighter table td.code {
1011 cursor: text;
1012}
1013.syntaxhighlighter table td.code .container textarea {
1014 background: #eee;
1015 white-space: pre;
1016 white-space: pre-wrap;
1017}
1018.syntaxhighlighter ::-moz-selection {
1019 background-color: #3399ff;
1020 color: #fff;
1021 text-shadow: none;
1022}
1023.syntaxhighlighter ::-webkit-selection {
1024 background-color: #3399ff;
1025 color: #fff;
1026 text-shadow: none;
1027}
1028.syntaxhighlighter ::selection {
1029 background-color: #3399ff;
1030 color: #fff;
1031 text-shadow: none;
1032}
Note: See TracBrowser for help on using the repository browser.