First pages commit
126
css/lemonade.css
Normal file
@ -0,0 +1,126 @@
|
||||
/*
|
||||
*
|
||||
* Lemonade v1.1
|
||||
* Copyright 2013, Joe Richardson
|
||||
* lemonade.im
|
||||
* Free to use under the MIT license.
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
*/
|
||||
|
||||
*,
|
||||
*:after,
|
||||
*:before {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
/* Removes padding behavior on widths */
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Attribute selector */
|
||||
[class*='bit-'] {
|
||||
float: left;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* Floats last ".bit-" to the right */
|
||||
[class*='bit-']:last-of-type {
|
||||
padding-right: 5px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Alternative for IE8 */
|
||||
.last-type {
|
||||
padding:5px;
|
||||
float:right;
|
||||
}
|
||||
|
||||
/* Clearfix */
|
||||
.container:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Main Widths */
|
||||
.bit-1 {width: 100%;}
|
||||
.bit-2 {width: 50%;}
|
||||
.bit-3 {width: 33.33%;}
|
||||
.bit-4 {width: 25%;}
|
||||
.bit-5 {width: 20%;}
|
||||
.bit-6 {width: 16.6666666667%;}
|
||||
.bit-7 {width: 14.2857142857%;}
|
||||
.bit-8 {width: 12.5%;}
|
||||
.bit-9 {width: 11.1111111111%;}
|
||||
.bit-10 {width: 10%;}
|
||||
.bit-11 {width: 9.09090909091%;}
|
||||
.bit-12 {width: 8.33%;}
|
||||
|
||||
/* Landscape mobile & down */
|
||||
@media (max-width: 480px) {
|
||||
.bit-1,
|
||||
.bit-2,
|
||||
.bit-3,
|
||||
.bit-4,
|
||||
.bit-5,
|
||||
.bit-6,
|
||||
.bit-7,
|
||||
.bit-8,
|
||||
.bit-9,
|
||||
.bit-10,
|
||||
.bit-11,
|
||||
.bit-12 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.frame .bit-4:nth-child(2) {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.frame .bit-4:nth-child(3) {
|
||||
clear: both;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.frame .bit-4:nth-child(4) {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
|
||||
/* Portrait tablet to landscape */
|
||||
@media (min-width: 480px) and (max-width: 800px) {
|
||||
.bit-4,
|
||||
.bit-6,
|
||||
.bit-8,
|
||||
.bit-10,
|
||||
.bit-12 {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.bit-1,
|
||||
.bit-2,
|
||||
.bit-3,
|
||||
.bit-5,
|
||||
.bit-7,
|
||||
.bit-9,
|
||||
.bit-11 {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Landscape to small desktop */
|
||||
@media (min-width: 800px) and (max-width: 1100px) {
|
||||
.bit-2,
|
||||
.bit-7 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bit-4,
|
||||
.bit-8,
|
||||
.bit-10,
|
||||
.bit-12 {
|
||||
width: 50%;
|
||||
}
|
||||
}
|
257
css/main.css
Normal file
@ -0,0 +1,257 @@
|
||||
/* ==========================================================================
|
||||
HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
|
||||
========================================================================== */
|
||||
|
||||
html,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
color: #222;
|
||||
}
|
||||
|
||||
|
||||
::-moz-selection {
|
||||
background: #b3d4fc;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #b3d4fc;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* -------------- General Styles -------------- */
|
||||
|
||||
body {
|
||||
font-size: 0.9em;
|
||||
line-height: 1.4;
|
||||
font-family: 'Lato', sans-serif;
|
||||
background-color: Whitesmoke;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
-webkit-box-shadow: 0 0 8px 3px #eee;
|
||||
-moz-box-shadow: 0 0 8px 3px #eee;
|
||||
box-shadow: 0 0 8px 3px #eee;
|
||||
width: 80%;
|
||||
background-color: #fff;
|
||||
margin: 2em auto;
|
||||
padding-bottom: 2em;
|
||||
}
|
||||
|
||||
.container {
|
||||
widows: 100%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* -------------- Typography -------------- */
|
||||
|
||||
a {
|
||||
color: #1E90FF;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-style: italic;
|
||||
font-weight: lighter;
|
||||
color: #444;
|
||||
padding: 0 1em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2:before, h2:after {
|
||||
content: "";
|
||||
width: 50%;
|
||||
margin: 0.5em auto;
|
||||
display: block;
|
||||
background-color: #eee;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.3em;
|
||||
margin: 2.3em 0 0 0;
|
||||
padding: 0.5em;
|
||||
background-color: #eee;
|
||||
color: #222;
|
||||
letter-spacing: 0.2em;
|
||||
font-weight: normal;
|
||||
text-indent: 0.2em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: #444;
|
||||
text-indent: 0.5em;
|
||||
text-rendering: optimizeLegibility;
|
||||
font-size: 1.1em;
|
||||
letter-spacing: 0.1em;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: #C4C4C4;
|
||||
color: #fff;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #eee;
|
||||
font-size: 1.1em;
|
||||
box-shadow: 1px 1px 1px 0px #ddd, inset 0 0 -3px rgba(0, 0, 0, 0.02);
|
||||
text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
|
||||
padding: 12px 0;
|
||||
width: 100%;
|
||||
display: block;
|
||||
-webkit-transition: background-color 0.3s;
|
||||
-moz-transition: background-color 0.3s;
|
||||
-ms-transition: background-color 0.3s;
|
||||
-o-transition: background-color 0.3s;
|
||||
transition: background-color 0.3s;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
box-shadow: 0px 0px 1px 0px #ddd;
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
button.gray { float: right; }
|
||||
button.blue { background-color: #3498db; }
|
||||
button.blue:hover { background-color: #5dade2; }
|
||||
|
||||
/* -------------- Modules -------------- */
|
||||
|
||||
header {
|
||||
color: #fff;
|
||||
position: relative;
|
||||
font-family: 'Lato', sans-serif;
|
||||
letter-spacing: 0.1em;
|
||||
font-size: 1.6em;
|
||||
font-weight: normal;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#title_image {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
#title_image { width: 120%; margin-left: -10%; }
|
||||
}
|
||||
|
||||
main {
|
||||
padding: 0em 6%;
|
||||
}
|
||||
|
||||
#logo {
|
||||
top: 6%;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
#logo img {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
|
||||
.information img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.information p {
|
||||
margin: 0;
|
||||
padding: 0.5em;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
|
||||
.download {
|
||||
max-width: 35em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.download > .bit-2 {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
|
||||
.download small {
|
||||
margin: 0.5em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
footer small {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: #eee;
|
||||
padding: 1px 3px;
|
||||
font-family: Consolas, monaco, monospace;
|
||||
border-radius: 2px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.flushright {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* -------------- Lists -------------- */
|
||||
|
||||
ol, ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 0.6em;
|
||||
}
|
||||
|
||||
ul ol {
|
||||
padding: 0 0 0 30px;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
ol > li:before {
|
||||
content: "1.";
|
||||
padding: 1px 3px;
|
||||
margin-right: 0.5em;
|
||||
background-color: #eee;
|
||||
font-family: Consolas, monaco, monospace;
|
||||
border-radius: 2px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
|
||||
/* -------------- Helpers -------------- */
|
||||
|
||||
.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none !important;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.clearfix:before,
|
||||
.clearfix:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.clearfix:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
*zoom: 1;
|
||||
}
|
527
css/normalize.css
vendored
Normal file
@ -0,0 +1,527 @@
|
||||
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */
|
||||
|
||||
/* ==========================================================================
|
||||
HTML5 display definitions
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
|
||||
*/
|
||||
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
figcaption,
|
||||
figure,
|
||||
footer,
|
||||
header,
|
||||
hgroup,
|
||||
main,
|
||||
nav,
|
||||
section,
|
||||
summary {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
|
||||
*/
|
||||
|
||||
audio,
|
||||
canvas,
|
||||
video {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
*zoom: 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent modern browsers from displaying `audio` without controls.
|
||||
* Remove excess height in iOS 5 devices.
|
||||
*/
|
||||
|
||||
audio:not([controls]) {
|
||||
display: none;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
|
||||
* Known issue: no IE 6 support.
|
||||
*/
|
||||
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Base
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
|
||||
* `em` units.
|
||||
* 2. Prevent iOS text size adjust after orientation change, without disabling
|
||||
* user zoom.
|
||||
*/
|
||||
|
||||
html {
|
||||
font-size: 100%; /* 1 */
|
||||
-ms-text-size-adjust: 100%; /* 2 */
|
||||
-webkit-text-size-adjust: 100%; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `font-family` inconsistency between `textarea` and other form
|
||||
* elements.
|
||||
*/
|
||||
|
||||
html,
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address margins handled incorrectly in IE 6/7.
|
||||
*/
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Links
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address `outline` inconsistency between Chrome and other browsers.
|
||||
*/
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability when focused and also mouse hovered in all browsers.
|
||||
*/
|
||||
|
||||
a:active,
|
||||
a:hover {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Typography
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address font sizes and margins set differently in IE 6/7.
|
||||
* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
|
||||
* and Chrome.
|
||||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
margin: 0.83em 0;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.17em;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1em;
|
||||
margin: 1.33em 0;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 0.83em;
|
||||
margin: 1.67em 0;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 0.67em;
|
||||
margin: 2.33em 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 7/8/9, Safari 5, and Chrome.
|
||||
*/
|
||||
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
|
||||
*/
|
||||
|
||||
b,
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin: 1em 40px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in Safari 5 and Chrome.
|
||||
*/
|
||||
|
||||
dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address differences between Firefox and other browsers.
|
||||
* Known issue: no IE 6/7 normalization.
|
||||
*/
|
||||
|
||||
hr {
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address styling not present in IE 6/7/8/9.
|
||||
*/
|
||||
|
||||
mark {
|
||||
background: #ff0;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address margins set differently in IE 6/7.
|
||||
*/
|
||||
|
||||
p,
|
||||
pre {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
|
||||
*/
|
||||
|
||||
code,
|
||||
kbd,
|
||||
pre,
|
||||
samp {
|
||||
font-family: monospace, serif;
|
||||
_font-family: 'courier new', monospace;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve readability of pre-formatted text in all browsers.
|
||||
*/
|
||||
|
||||
pre {
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address CSS quotes not supported in IE 6/7.
|
||||
*/
|
||||
|
||||
q {
|
||||
quotes: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address `quotes` property not supported in Safari 4.
|
||||
*/
|
||||
|
||||
q:before,
|
||||
q:after {
|
||||
content: '';
|
||||
content: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent and variable font size in all browsers.
|
||||
*/
|
||||
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
||||
*/
|
||||
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Lists
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address margins set differently in IE 6/7.
|
||||
*/
|
||||
|
||||
dl,
|
||||
menu,
|
||||
ol,
|
||||
ul {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
dd {
|
||||
margin: 0 0 0 40px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address paddings set differently in IE 6/7.
|
||||
*/
|
||||
|
||||
menu,
|
||||
ol,
|
||||
ul {
|
||||
padding: 0 0 0 40px;
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct list images handled incorrectly in IE 7.
|
||||
*/
|
||||
|
||||
nav ul,
|
||||
nav ol {
|
||||
list-style: none;
|
||||
list-style-image: none;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Embedded content
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
|
||||
* 2. Improve image quality when scaled in IE 7.
|
||||
*/
|
||||
|
||||
img {
|
||||
border: 0; /* 1 */
|
||||
-ms-interpolation-mode: bicubic; /* 2 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Correct overflow displayed oddly in IE 9.
|
||||
*/
|
||||
|
||||
svg:not(:root) {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Figures
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
|
||||
*/
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Forms
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Correct margin displayed oddly in IE 6/7.
|
||||
*/
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Define consistent border, margin, and padding.
|
||||
*/
|
||||
|
||||
fieldset {
|
||||
border: 1px solid #c0c0c0;
|
||||
margin: 0 2px;
|
||||
padding: 0.35em 0.625em 0.75em;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct color not being inherited in IE 6/7/8/9.
|
||||
* 2. Correct text not wrapping in Firefox 3.
|
||||
* 3. Correct alignment displayed oddly in IE 6/7.
|
||||
*/
|
||||
|
||||
legend {
|
||||
border: 0; /* 1 */
|
||||
padding: 0;
|
||||
white-space: normal; /* 2 */
|
||||
*margin-left: -7px; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Correct font size not being inherited in all browsers.
|
||||
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
|
||||
* and Chrome.
|
||||
* 3. Improve appearance and consistency in all browsers.
|
||||
*/
|
||||
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 100%; /* 1 */
|
||||
margin: 0; /* 2 */
|
||||
vertical-align: baseline; /* 3 */
|
||||
*vertical-align: middle; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
|
||||
* the UA stylesheet.
|
||||
*/
|
||||
|
||||
button,
|
||||
input {
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
/**
|
||||
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
||||
* All other form control elements do not inherit `text-transform` values.
|
||||
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
|
||||
* Correct `select` style inheritance in Firefox 4+ and Opera.
|
||||
*/
|
||||
|
||||
button,
|
||||
select {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
||||
* and `video` controls.
|
||||
* 2. Correct inability to style clickable `input` types in iOS.
|
||||
* 3. Improve usability and consistency of cursor style between image-type
|
||||
* `input` and others.
|
||||
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
|
||||
* Known issue: inner spacing remains in IE 6.
|
||||
*/
|
||||
|
||||
button,
|
||||
html input[type="button"], /* 1 */
|
||||
input[type="reset"],
|
||||
input[type="submit"] {
|
||||
-webkit-appearance: button; /* 2 */
|
||||
cursor: pointer; /* 3 */
|
||||
*overflow: visible; /* 4 */
|
||||
}
|
||||
|
||||
/**
|
||||
* Re-set default cursor for disabled elements.
|
||||
*/
|
||||
|
||||
button[disabled],
|
||||
html input[disabled] {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address box sizing set to content-box in IE 8/9.
|
||||
* 2. Remove excess padding in IE 8/9.
|
||||
* 3. Remove excess padding in IE 7.
|
||||
* Known issue: excess padding remains in IE 6.
|
||||
*/
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
box-sizing: border-box; /* 1 */
|
||||
padding: 0; /* 2 */
|
||||
*height: 13px; /* 3 */
|
||||
*width: 13px; /* 3 */
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
|
||||
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
|
||||
* (include `-moz` to future-proof).
|
||||
*/
|
||||
|
||||
input[type="search"] {
|
||||
-webkit-appearance: textfield; /* 1 */
|
||||
-moz-box-sizing: content-box;
|
||||
-webkit-box-sizing: content-box; /* 2 */
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and search cancel button in Safari 5 and Chrome
|
||||
* on OS X.
|
||||
*/
|
||||
|
||||
input[type="search"]::-webkit-search-cancel-button,
|
||||
input[type="search"]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove inner padding and border in Firefox 3+.
|
||||
*/
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
|
||||
* 2. Improve readability and alignment in all browsers.
|
||||
*/
|
||||
|
||||
textarea {
|
||||
overflow: auto; /* 1 */
|
||||
vertical-align: top; /* 2 */
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Tables
|
||||
========================================================================== */
|
||||
|
||||
/**
|
||||
* Remove most spacing between table cells.
|
||||
*/
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
1
css/normalize.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
|
BIN
img/Untitled-2.png
Normal file
After Width: | Height: | Size: 517 KiB |
BIN
img/conemu.png
Normal file
After Width: | Height: | Size: 194 KiB |
BIN
img/conemu_thumb.png
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
img/git_thumb.png
Normal file
After Width: | Height: | Size: 65 KiB |
21
img/iconmonstr-download-7-icon.svg
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
|
||||
<!-- The icon can be used freely in both personal and commercial projects with no attribution required, but always appreciated.
|
||||
You may NOT sub-license, resell, rent, redistribute or otherwise transfer the icon without express written permission from iconmonstr.com -->
|
||||
|
||||
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
|
||||
width="512px" height="512px" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve">
|
||||
|
||||
<polygon id="download-7-icon" points="354.453,279.407 354.453,71 311.555,71 311.555,183.582 278.555,183.582 278.555,116
|
||||
|
||||
232.555,116 232.555,233.195 200.555,233.195 200.555,50 157.547,50 157.547,279.407 73.721,279.407 255.998,462 438.279,279.407
|
||||
|
||||
"/>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 904 B |
91
img/logo.svg
Normal file
@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="482.334px" height="201.119px" viewBox="0 0 482.334 201.119" enable-background="new 0 0 482.334 201.119"
|
||||
xml:space="preserve">
|
||||
<g>
|
||||
<path fill="#F7F7F7" d="M141.64,103.577c0-3.713,0.653-7.016,1.963-9.909c1.309-2.891,3.089-5.342,5.342-7.352
|
||||
c2.252-2.009,4.886-3.53,7.899-4.566c3.014-1.035,6.194-1.553,9.543-1.553c3.653,0,6.804,0.639,9.452,1.918
|
||||
c2.648,1.278,4.886,2.801,6.712,4.566l-3.745,4.84c-1.826-1.583-3.73-2.831-5.708-3.744c-1.979-0.914-4.125-1.37-6.438-1.37
|
||||
c-2.557,0-4.901,0.411-7.032,1.233c-2.132,0.822-3.943,1.995-5.434,3.516c-1.492,1.522-2.664,3.333-3.516,5.434
|
||||
c-0.854,2.101-1.279,4.429-1.279,6.986s0.411,4.872,1.233,6.941c0.822,2.07,1.978,3.851,3.47,5.342
|
||||
c1.491,1.493,3.288,2.648,5.388,3.47c2.101,0.822,4.429,1.233,6.986,1.233c2.74,0,5.251-0.532,7.534-1.598
|
||||
c2.283-1.064,4.368-2.389,6.256-3.973l3.288,4.84c-2.436,2.192-5.16,3.897-8.173,5.114s-6.165,1.826-9.452,1.826
|
||||
c-3.47,0-6.682-0.518-9.635-1.552c-2.954-1.035-5.525-2.542-7.717-4.521c-2.192-1.978-3.897-4.414-5.114-7.306
|
||||
C142.247,110.503,141.64,107.23,141.64,103.577z"/>
|
||||
<path fill="#F7F7F7" d="M200.269,81.294h6.21l0.639,6.393h0.274c3.835-4.201,8.493-7.489,13.79-7.489
|
||||
c6.758,0,10.411,3.197,12.237,8.493c4.657-5.022,9.224-8.493,14.612-8.493c9.132,0,13.516,6.027,13.516,17.352v28.128h-7.489
|
||||
V98.554c0-8.311-2.648-11.872-8.219-11.872c-3.47,0-7.032,2.283-11.142,6.849v32.146h-7.488V98.554
|
||||
c0-8.311-2.648-11.872-8.311-11.872c-3.288,0-7.032,2.283-11.142,6.849v32.146h-7.488V81.294z"/>
|
||||
<path fill="#F7F7F7" d="M273.967,103.577c0-3.591,0.562-6.833,1.689-9.726c1.125-2.891,2.618-5.342,4.475-7.352
|
||||
c1.855-2.009,4.002-3.562,6.438-4.657c2.436-1.096,4.963-1.644,7.58-1.644c2.74,0,5.145,0.518,7.215,1.553
|
||||
c2.068,1.036,4.141,2.436,6.211,4.201l-0.275-8.219V60.654h7.49v65.023h-6.211l-0.639-5.845h-0.275
|
||||
c-1.826,1.888-4.004,3.516-6.529,4.886c-2.527,1.37-5.16,2.055-7.898,2.055c-2.924,0-5.557-0.518-7.9-1.552
|
||||
s-4.369-2.542-6.072-4.521c-1.705-1.978-3.014-4.398-3.928-7.26C274.423,110.579,273.967,107.291,273.967,103.577z
|
||||
M281.729,103.485c0,5.358,1.143,9.529,3.426,12.512c2.283,2.983,5.492,4.475,9.635,4.475c4.383,0,8.553-2.222,12.51-6.667V91.705
|
||||
c-2.008-1.886-3.973-3.226-5.891-4.018c-1.916-0.791-3.85-1.188-5.799-1.188s-3.76,0.411-5.434,1.233
|
||||
c-1.674,0.822-3.137,1.979-4.383,3.471c-1.248,1.492-2.238,3.273-2.969,5.342C282.094,98.615,281.729,100.928,281.729,103.485z"/>
|
||||
<path fill="#F7F7F7" d="M327.756,103.577c0-3.653,0.639-6.925,1.917-9.817c1.279-2.891,2.969-5.342,5.069-7.352
|
||||
c2.1-2.009,4.505-3.546,7.214-4.612c2.709-1.064,5.494-1.598,8.356-1.598c3.165,0,5.996,0.502,8.493,1.507
|
||||
c2.496,1.005,4.612,2.42,6.347,4.247c1.735,1.827,3.06,4.019,3.973,6.575c0.913,2.557,1.37,5.388,1.37,8.493
|
||||
c0,0.792-0.016,1.568-0.046,2.329c-0.031,0.762-0.106,1.416-0.229,1.963h-34.703c0.061,2.375,0.532,4.506,1.416,6.393
|
||||
c0.882,1.888,2.069,3.502,3.562,4.84c1.491,1.34,3.256,2.375,5.297,3.105c2.039,0.73,4.276,1.096,6.712,1.096
|
||||
c2.617,0,5.008-0.365,7.169-1.096s4.277-1.735,6.348-3.014l2.648,4.932c-2.192,1.401-4.689,2.618-7.489,3.653
|
||||
c-2.801,1.035-5.997,1.552-9.589,1.552c-3.287,0-6.378-0.534-9.27-1.598s-5.419-2.587-7.579-4.566
|
||||
c-2.162-1.978-3.867-4.398-5.114-7.26C328.379,110.487,327.756,107.23,327.756,103.577z M363.555,99.924
|
||||
c0-4.443-1.157-7.854-3.471-10.229c-2.314-2.374-5.541-3.562-9.68-3.562c-1.827,0-3.578,0.306-5.252,0.914
|
||||
c-1.675,0.609-3.182,1.507-4.521,2.694c-1.34,1.187-2.466,2.634-3.379,4.338c-0.913,1.705-1.522,3.653-1.826,5.845H363.555z"/>
|
||||
<path fill="#F7F7F7" d="M385.928,81.294h6.21l0.64,10.502h0.274c2.313-3.591,5.159-6.422,8.538-8.493
|
||||
c3.379-2.069,7.138-3.105,11.279-3.105c1.644,0,3.164,0.137,4.565,0.411c1.4,0.274,2.8,0.746,4.201,1.416l-1.735,6.484
|
||||
c-1.584-0.548-2.908-0.943-3.973-1.187c-1.065-0.243-2.481-0.365-4.246-0.365c-3.35,0-6.562,0.958-9.635,2.876
|
||||
c-3.075,1.918-5.952,5.191-8.63,9.817v26.027h-7.489V81.294z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#3A3A3A" d="M98.088,84.25c-1.091-0.801-2.133-1.528-3.126-2.176c-0.995-0.648-2.037-1.204-3.126-1.667
|
||||
c-1.091-0.463-2.277-0.817-3.559-1.065c-1.283-0.246-2.726-0.371-4.328-0.371c-3.27,0-5.852,0.695-7.743,2.083
|
||||
c-1.892,1.389-2.837,3.257-2.837,5.603c0,1.729,0.753,3.148,2.26,4.26c1.506,1.111,3.398,2.13,5.675,3.056
|
||||
c2.275,0.926,4.728,1.852,7.358,2.778c2.628,0.926,5.081,2.038,7.358,3.334c2.275,1.296,4.167,2.871,5.675,4.723
|
||||
c1.506,1.852,2.26,4.199,2.26,7.038c0,1.977-0.401,3.813-1.202,5.51c-0.802,1.699-1.957,3.18-3.462,4.445
|
||||
c-1.507,1.266-3.303,2.315-5.386,3.148c-2.084,0.833-4.376,1.375-6.877,1.621v13.52h-5.771v-13.427
|
||||
c-3.592-0.308-6.99-1.142-10.195-2.5c-3.207-1.357-5.932-2.932-8.175-4.723l3.751-5.278c2.436,1.667,5.113,3.134,8.031,4.398
|
||||
c2.917,1.266,6.204,1.898,9.859,1.898c3.847,0,6.748-0.755,8.705-2.269c1.955-1.512,2.934-3.441,2.934-5.788
|
||||
c0-1.913-0.754-3.503-2.26-4.769c-1.507-1.265-3.383-2.392-5.627-3.38c-2.245-0.987-4.698-1.945-7.358-2.871
|
||||
c-2.662-0.926-5.114-2.021-7.358-3.288c-2.246-1.264-4.121-2.778-5.627-4.537c-1.507-1.76-2.26-3.997-2.26-6.714
|
||||
c0-3.889,1.426-7.068,4.28-9.538c2.853-2.469,6.62-3.95,11.301-4.445V60.636h5.771v12.131c3.526,0.31,6.476,1.111,8.849,2.408
|
||||
c2.372,1.296,4.521,2.84,6.444,4.63L98.088,84.25z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#F7F7F7" d="M475.334,7v187.119H7V7H475.334 M482.334,0H0v201.119h482.334V0L482.334,0z"/>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
<g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 5.6 KiB |
BIN
img/main.jpg
Normal file
After Width: | Height: | Size: 196 KiB |
101
index.html
Normal file
@ -0,0 +1,101 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="no-js">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Cmder | Console Emulator</title>
|
||||
<meta name="description" content="Cmder is software package that provides great console experience even on Windows">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,400italic,300italic,400italic' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" href="css/normalize.min.css">
|
||||
<link rel="stylesheet" href="css/lemonade.css">
|
||||
<link rel="stylesheet" href="css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="wrapper">
|
||||
<header>
|
||||
<div id="logo"><img src="img/logo.svg"></div>
|
||||
<img id="title_image" src="img/main.jpg" height="732" width="1366">
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<h2 class="bit-1 copy">
|
||||
Cmder is clever combination of some great Windows software. Packaged in seamless way using `.bat` files (yea really). Portable, fast, sexy.
|
||||
</h2>
|
||||
|
||||
<section class="container information">
|
||||
<div class="bit-3">
|
||||
<div class="imgWrapper"><img src="img/conemu_thumb.png" alt=""></div>
|
||||
<h4>With help of the best</h4>
|
||||
<p>Think about Cmder more as a software package than a separate app. All the magic is happening thought <a href="https://code.google.com/p/conemu-maximus5/">Conemu</a>. With bits of enhancment from <a href="https://code.google.com/p/clink/">clink</a>.</p>
|
||||
</div>
|
||||
<div class="bit-3">
|
||||
<img src="http://placehold.it/400x300" alt="">
|
||||
<h4>Total portability</h4>
|
||||
<p>Carry it with you on USB stick or in Cloud. So your settings, aliases and history can go anywhere you go. You will not see that ugly Windows prompt ever again.</p>
|
||||
</div>
|
||||
<div class="bit-3">
|
||||
<div class="imgWrapper"><img src="img/git_thumb.png" alt=""></div>
|
||||
<h4>Git and others</h4>
|
||||
<p>Oooh yes! if you decide to use the the <em>slightly</em> bigger <a href="https://code.google.com/p/msysgit/">msysgit</a> version. You will have all Unix commands ready in PATH and you can <code>git init</code> or <code>cat</code> instantly on every machine.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<h3>Download</h3>
|
||||
|
||||
<section class="download container">
|
||||
<div class="bit-2">
|
||||
<button class="gray">Download mini</button>
|
||||
<small>4 MB zipped : 8 MB unzipped</small>
|
||||
</div>
|
||||
<div class="bit-2">
|
||||
<button class="blue">Download full</button>
|
||||
<small>4 MB zipped : 8 MB unzipped</small>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="help">
|
||||
<section class="container">
|
||||
<h3>Keyboard shortcuts</h3>
|
||||
|
||||
<div class="bit-2">
|
||||
<h4>Tab manipulation</h4>
|
||||
|
||||
<ul>
|
||||
<li><code>Ctrl + t</code> : new tab dialog (maybe you want to open cmd as admin?)</li>
|
||||
<li><code>Ctrl + w</code> : close tab</li>
|
||||
<li><code>Ctrl + alt + number</code> : fast new tab:
|
||||
<ol>
|
||||
<li>CMD</li>
|
||||
<li>PowerShell</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><code>Alt + enter</code>: Fullscreen</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="bit-2">
|
||||
<h4>Shell</h4>
|
||||
|
||||
<ul>
|
||||
<li><code>Shift + Up</code> : Traverse up in directory structure (lovely feature!)</li>
|
||||
<li><code>End, Home, ctrl</code> : Traversing text with as usual on Windows</li>
|
||||
<li><code>Ctrl + r</code> : History search</li>
|
||||
<li><code>Shift + mouse</code> : Select and copy text from buffer</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="container">
|
||||
<small>Samuel Vasko ~ sometime in 2013</small>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
1
js/main.js
Normal file
@ -0,0 +1 @@
|
||||
|
5
js/vendor/html5shiv.js
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
(function(l,f){function m(){var a=e.elements;return"string"==typeof a?a.split(" "):a}function i(a){var b=n[a[o]];b||(b={},h++,a[o]=h,n[h]=b);return b}function p(a,b,c){b||(b=f);if(g)return b.createElement(a);c||(c=i(b));b=c.cache[a]?c.cache[a].cloneNode():r.test(a)?(c.cache[a]=c.createElem(a)).cloneNode():c.createElem(a);return b.canHaveChildren&&!s.test(a)?c.frag.appendChild(b):b}function t(a,b){if(!b.cache)b.cache={},b.createElem=a.createElement,b.createFrag=a.createDocumentFragment,b.frag=b.createFrag();
|
||||
a.createElement=function(c){return!e.shivMethods?b.createElem(c):p(c,a,b)};a.createDocumentFragment=Function("h,f","return function(){var n=f.cloneNode(),c=n.createElement;h.shivMethods&&("+m().join().replace(/\w+/g,function(a){b.createElem(a);b.frag.createElement(a);return'c("'+a+'")'})+");return n}")(e,b.frag)}function q(a){a||(a=f);var b=i(a);if(e.shivCSS&&!j&&!b.hasCSS){var c,d=a;c=d.createElement("p");d=d.getElementsByTagName("head")[0]||d.documentElement;c.innerHTML="x<style>article,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}</style>";
|
||||
c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
|
||||
"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment();
|
||||
for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d<h;d++)c.createElement(e[d]);return c}};l.html5=e;q(f)})(this,document);
|