UNPKG

patternplate-client

Version:

Universal javascript client application for patternplate

2,349 lines (2,328 loc) 80.6 kB
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; } /* latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(/static/fonts/roboto-v15/roboto-v15-normal.woff2) format('woff2'), url(/static/fonts/roboto-v15/roboto-v15-normal.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(/static/fonts/roboto-v15/roboto-v15-bold.woff2) format('woff2'), url(/static/fonts/roboto-v15/roboto-v15-bold.woff) format('woff'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; } * { box-sizing: border-box; } html, body { margin: 0; padding: 0; } html, body { width: 100%; overflow: hidden; } /* ::-webkit-scrollbar { background: transparent; overflow: visible; width: 7px; height: 7px; background-color: @border-color; } ::-webkit-scrollbar-thumb { background-color: @scrollbar-thumb-color; border: 1px solid @border-color; } ::-webkit-scrollbar-thumb:horizontal { border-top-width: 0; } ::-webkit-scrollbar-thumb:vertical { border-right-width: 0; } ::-webkit-scrollbar-track-piece { background-color: transparent; } ::-webkit-scrollbar-corner { background: transparent; } */ /* Atom One Dark by Daniel Gamage Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax base: #282c34 mono-1: #abb2bf mono-2: #818896 mono-3: #5c6370 hue-1: #56b6c2 hue-2: #61aeee hue-3: #c678dd hue-4: #98c379 hue-5: #e06c75 hue-5-2: #be5046 hue-6: #d19a66 hue-6-2: #e6c07b */ .hljs { display: block; overflow-x: auto; padding: 0.5em; color: #abb2bf; background: #282c34; } .hljs-comment, .hljs-quote { color: #5c6370; font-style: italic; } .hljs-doctag, .hljs-keyword, .hljs-formula { color: #c678dd; } .hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst { color: #e06c75; } .hljs-literal { color: #56b6c2; } .hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string { color: #98c379; } .hljs-built_in, .hljs-class .hljs-title { color: #e6c07b; } .hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number { color: #d19a66; } .hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title { color: #61aeee; } .hljs-emphasis { font-style: italic; } .hljs-strong { font-weight: bold; } .hljs-link { text-decoration: underline; } @font-face { font-family: octicons-link; src: url(data:font/woff;charset=utf-8;base64,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) format('woff'); } .markdown-body, .markdown { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; color: #24292e; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px; line-height: 1.5; word-wrap: break-word; } .markdown-body .pl-c, .markdown .pl-c { color: #6a737d; } .markdown-body .pl-c1, .markdown-body .pl-s .pl-v, .markdown .pl-c1, .markdown .pl-s .pl-v { color: #005cc5; } .markdown-body .pl-e, .markdown-body .pl-en, .markdown .pl-e, .markdown .pl-en { color: #6f42c1; } .markdown-body .pl-smi, .markdown-body .pl-s .pl-s1, .markdown .pl-smi, .markdown .pl-s .pl-s1 { color: #24292e; } .markdown-body .pl-ent, .markdown .pl-ent { color: #22863a; } .markdown-body .pl-k, .markdown .pl-k { color: #d73a49; } .markdown-body .pl-s, .markdown-body .pl-pds, .markdown-body .pl-s .pl-pse .pl-s1, .markdown-body .pl-sr, .markdown-body .pl-sr .pl-cce, .markdown-body .pl-sr .pl-sre, .markdown-body .pl-sr .pl-sra, .markdown .pl-s, .markdown .pl-pds, .markdown .pl-s .pl-pse .pl-s1, .markdown .pl-sr, .markdown .pl-sr .pl-cce, .markdown .pl-sr .pl-sre, .markdown .pl-sr .pl-sra { color: #032f62; } .markdown-body .pl-v, .markdown-body .pl-smw, .markdown .pl-v, .markdown .pl-smw { color: #e36209; } .markdown-body .pl-bu, .markdown .pl-bu { color: #b31d28; } .markdown-body .pl-ii, .markdown .pl-ii { color: #fafbfc; background-color: #b31d28; } .markdown-body .pl-c2, .markdown .pl-c2 { color: #fafbfc; background-color: #d73a49; } .markdown-body .pl-c2::before, .markdown .pl-c2::before { content: "^M"; } .markdown-body .pl-sr .pl-cce, .markdown .pl-sr .pl-cce { font-weight: bold; color: #22863a; } .markdown-body .pl-ml, .markdown .pl-ml { color: #735c0f; } .markdown-body .pl-mh, .markdown-body .pl-mh .pl-en, .markdown-body .pl-ms, .markdown .pl-mh, .markdown .pl-mh .pl-en, .markdown .pl-ms { font-weight: bold; color: #005cc5; } .markdown-body .pl-mi, .markdown .pl-mi { font-style: italic; color: #24292e; } .markdown-body .pl-mb, .markdown .pl-mb { font-weight: bold; color: #24292e; } .markdown-body .pl-md, .markdown .pl-md { color: #b31d28; background-color: #ffeef0; } .markdown-body .pl-mi1, .markdown .pl-mi1 { color: #22863a; background-color: #f0fff4; } .markdown-body .pl-mc, .markdown .pl-mc { color: #e36209; background-color: #ffebda; } .markdown-body .pl-mi2, .markdown .pl-mi2 { color: #f6f8fa; background-color: #005cc5; } .markdown-body .pl-mdr, .markdown .pl-mdr { font-weight: bold; color: #6f42c1; } .markdown-body .pl-ba, .markdown .pl-ba { color: #586069; } .markdown-body .pl-sg, .markdown .pl-sg { color: #959da5; } .markdown-body .pl-corl, .markdown .pl-corl { text-decoration: underline; color: #032f62; } .markdown-body .octicon, .markdown .octicon { display: inline-block; vertical-align: text-top; fill: currentColor; } .markdown-body a, .markdown a { background-color: transparent; -webkit-text-decoration-skip: objects; } .markdown-body a:active, .markdown-body a:hover, .markdown a:active, .markdown a:hover { outline-width: 0; } .markdown-body strong, .markdown strong { font-weight: inherit; } .markdown-body strong, .markdown strong { font-weight: bolder; } .markdown-body h1, .markdown h1 { font-size: 2em; margin: 0.67em 0; } .markdown-body img, .markdown img { border-style: none; } .markdown-body svg:not(:root), .markdown svg:not(:root) { overflow: hidden; } .markdown-body code, .markdown-body kbd, .markdown-body pre, .markdown code, .markdown kbd, .markdown pre { font-family: monospace, monospace; font-size: 1em; } .markdown-body hr, .markdown hr { box-sizing: content-box; height: 0; overflow: visible; } .markdown-body input, .markdown input { font: inherit; margin: 0; } .markdown-body input, .markdown input { overflow: visible; } .markdown-body [type="checkbox"], .markdown [type="checkbox"] { box-sizing: border-box; padding: 0; } .markdown-body *, .markdown * { box-sizing: border-box; } .markdown-body input, .markdown input { font-family: inherit; font-size: inherit; line-height: inherit; } .markdown-body a, .markdown a { color: #0366d6; text-decoration: none; } .markdown-body a:hover, .markdown a:hover { text-decoration: underline; } .markdown-body strong, .markdown strong { font-weight: 600; } .markdown-body hr, .markdown hr { height: 0; margin: 15px 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #dfe2e5; } .markdown-body hr::before, .markdown hr::before { display: table; content: ""; } .markdown-body hr::after, .markdown hr::after { display: table; clear: both; content: ""; } .markdown-body table, .markdown table { border-spacing: 0; border-collapse: collapse; } .markdown-body td, .markdown-body th, .markdown td, .markdown th { padding: 0; } .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6, .markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 { margin-top: 0; margin-bottom: 0; } .markdown-body h1, .markdown h1 { font-size: 32px; font-weight: 600; } .markdown-body h2, .markdown h2 { font-size: 24px; font-weight: 600; } .markdown-body h3, .markdown h3 { font-size: 20px; font-weight: 600; } .markdown-body h4, .markdown h4 { font-size: 16px; font-weight: 600; } .markdown-body h5, .markdown h5 { font-size: 14px; font-weight: 600; } .markdown-body h6, .markdown h6 { font-size: 12px; font-weight: 600; } .markdown-body p, .markdown p { margin-top: 0; margin-bottom: 10px; } .markdown-body blockquote, .markdown blockquote { margin: 0; } .markdown-body ul, .markdown-body ol, .markdown ul, .markdown ol { padding-left: 0; margin-top: 0; margin-bottom: 0; } .markdown-body ol ol, .markdown-body ul ol, .markdown ol ol, .markdown ul ol { list-style-type: lower-roman; } .markdown-body ul ul ol, .markdown-body ul ol ol, .markdown-body ol ul ol, .markdown-body ol ol ol, .markdown ul ul ol, .markdown ul ol ol, .markdown ol ul ol, .markdown ol ol ol { list-style-type: lower-alpha; } .markdown-body dd, .markdown dd { margin-left: 0; } .markdown-body code, .markdown code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; } .markdown-body pre, .markdown pre { margin-top: 0; margin-bottom: 0; font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; font-size: 12px; } .markdown-body .octicon, .markdown .octicon { vertical-align: text-bottom; } .markdown-body .pl-0, .markdown .pl-0 { padding-left: 0 !important; } .markdown-body .pl-1, .markdown .pl-1 { padding-left: 4px !important; } .markdown-body .pl-2, .markdown .pl-2 { padding-left: 8px !important; } .markdown-body .pl-3, .markdown .pl-3 { padding-left: 16px !important; } .markdown-body .pl-4, .markdown .pl-4 { padding-left: 24px !important; } .markdown-body .pl-5, .markdown .pl-5 { padding-left: 32px !important; } .markdown-body .pl-6, .markdown .pl-6 { padding-left: 40px !important; } .markdown-body::before, .markdown::before { display: table; content: ""; } .markdown-body::after, .markdown::after { display: table; clear: both; content: ""; } .markdown-body > *:first-child, .markdown > *:first-child { margin-top: 0 !important; } .markdown-body > *:last-child, .markdown > *:last-child { margin-bottom: 0 !important; } .markdown-body a:not([href]), .markdown a:not([href]) { color: inherit; text-decoration: none; } .markdown-body .anchor, .markdown .anchor { float: left; padding-right: 4px; margin-left: -20px; line-height: 1; } .markdown-body .anchor:focus, .markdown .anchor:focus { outline: none; } .markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre, .markdown p, .markdown blockquote, .markdown ul, .markdown ol, .markdown dl, .markdown table, .markdown pre { margin-top: 0; margin-bottom: 16px; } .markdown-body hr, .markdown hr { height: 0.25em; padding: 0; margin: 24px 0; background-color: #e1e4e8; border: 0; } .markdown-body blockquote, .markdown blockquote { padding: 0 1em; color: #6a737d; border-left: 0.25em solid #dfe2e5; } .markdown-body blockquote > :first-child, .markdown blockquote > :first-child { margin-top: 0; } .markdown-body blockquote > :last-child, .markdown blockquote > :last-child { margin-bottom: 0; } .markdown-body kbd, .markdown kbd { display: inline-block; padding: 3px 5px; font-size: 11px; line-height: 10px; color: #444d56; vertical-align: middle; background-color: #fafbfc; border: solid 1px #c6cbd1; border-bottom-color: #959da5; border-radius: 3px; box-shadow: inset 0 -1px 0 #959da5; } .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6, .markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 { margin-top: 24px; margin-bottom: 16px; font-weight: 600; line-height: 1.25; } .markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link, .markdown h1 .octicon-link, .markdown h2 .octicon-link, .markdown h3 .octicon-link, .markdown h4 .octicon-link, .markdown h5 .octicon-link, .markdown h6 .octicon-link { color: #1b1f23; vertical-align: middle; visibility: hidden; } .markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor, .markdown h1:hover .anchor, .markdown h2:hover .anchor, .markdown h3:hover .anchor, .markdown h4:hover .anchor, .markdown h5:hover .anchor, .markdown h6:hover .anchor { text-decoration: none; } .markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link, .markdown h1:hover .anchor .octicon-link, .markdown h2:hover .anchor .octicon-link, .markdown h3:hover .anchor .octicon-link, .markdown h4:hover .anchor .octicon-link, .markdown h5:hover .anchor .octicon-link, .markdown h6:hover .anchor .octicon-link { visibility: visible; } .markdown-body h1, .markdown h1 { padding-bottom: 0.3em; font-size: 2em; border-bottom: 1px solid #eaecef; } .markdown-body h2, .markdown h2 { padding-bottom: 0.3em; font-size: 1.5em; border-bottom: 1px solid #eaecef; } .markdown-body h3, .markdown h3 { font-size: 1.25em; } .markdown-body h4, .markdown h4 { font-size: 1em; } .markdown-body h5, .markdown h5 { font-size: 0.875em; } .markdown-body h6, .markdown h6 { font-size: 0.85em; color: #6a737d; } .markdown-body ul, .markdown-body ol, .markdown ul, .markdown ol { padding-left: 2em; } .markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul, .markdown ul ul, .markdown ul ol, .markdown ol ol, .markdown ol ul { margin-top: 0; margin-bottom: 0; } .markdown-body li > p, .markdown li > p { margin-top: 16px; } .markdown-body li + li, .markdown li + li { margin-top: 0.25em; } .markdown-body dl, .markdown dl { padding: 0; } .markdown-body dl dt, .markdown dl dt { padding: 0; margin-top: 16px; font-size: 1em; font-style: italic; font-weight: 600; } .markdown-body dl dd, .markdown dl dd { padding: 0 16px; margin-bottom: 16px; } .markdown-body table, .markdown table { display: block; width: 100%; overflow: auto; } .markdown-body table th, .markdown table th { font-weight: 600; } .markdown-body table th, .markdown-body table td, .markdown table th, .markdown table td { padding: 6px 13px; border: 1px solid #dfe2e5; } .markdown-body table tr, .markdown table tr { background-color: #fff; border-top: 1px solid #c6cbd1; } .markdown-body table tr:nth-child(2n), .markdown table tr:nth-child(2n) { background-color: #f6f8fa; } .markdown-body img, .markdown img { max-width: 100%; box-sizing: content-box; background-color: #fff; } .markdown-body img[align=right], .markdown img[align=right] { padding-left: 20px; } .markdown-body img[align=left], .markdown img[align=left] { padding-right: 20px; } .markdown-body code, .markdown code { padding: 0; padding-top: 0.2em; padding-bottom: 0.2em; margin: 0; font-size: 85%; background-color: rgba(27, 31, 35, 0.05); border-radius: 3px; } .markdown-body code::before, .markdown-body code::after, .markdown code::before, .markdown code::after { letter-spacing: -0.2em; content: "\00a0"; } .markdown-body pre, .markdown pre { word-wrap: normal; } .markdown-body pre > code, .markdown pre > code { padding: 0; margin: 0; font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0; } .markdown-body .highlight, .markdown .highlight { margin-bottom: 16px; } .markdown-body .highlight pre, .markdown .highlight pre { margin-bottom: 0; word-break: normal; } .markdown-body .highlight pre, .markdown-body pre, .markdown .highlight pre, .markdown pre { padding: 16px; overflow: auto; font-size: 85%; line-height: 1.45; background-color: #f6f8fa; border-radius: 3px; } .markdown-body pre code, .markdown pre code { display: inline; max-width: auto; padding: 0; margin: 0; overflow: visible; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0; } .markdown-body pre code::before, .markdown-body pre code::after, .markdown pre code::before, .markdown pre code::after { content: normal; } .markdown-body .full-commit .btn-outline:not(:disabled):hover, .markdown .full-commit .btn-outline:not(:disabled):hover { color: #005cc5; border-color: #005cc5; } .markdown-body kbd, .markdown kbd { display: inline-block; padding: 3px 5px; font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace; line-height: 10px; color: #444d56; vertical-align: middle; background-color: #fafbfc; border: solid 1px #d1d5da; border-bottom-color: #c6cbd1; border-radius: 3px; box-shadow: inset 0 -1px 0 #c6cbd1; } .markdown-body :checked + .radio-label, .markdown :checked + .radio-label { position: relative; z-index: 1; border-color: #0366d6; } .markdown-body .task-list-item, .markdown .task-list-item { list-style-type: none; } .markdown-body .task-list-item + .task-list-item, .markdown .task-list-item + .task-list-item { margin-top: 3px; } .markdown-body .task-list-item input, .markdown .task-list-item input { margin: 0 0.2em 0.25em -1.6em; vertical-align: middle; } .markdown-body hr, .markdown hr { border-bottom-color: #eee; } .markdown { background: transparent; border: none; } .markdown img { background-color: transparent; } .markdown table { text-align: left; } .markdown h1, .markdown h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6, .markdown p, .markdown ol, .markdown ul { color: #fefefe; } .markdown h1, .markdown h2 { border-bottom-color: #373c40; } .markdown hr { border-bottom-color: #373c40; background-color: #373c40; } .markdown blockquote { color: #999; border-left-color: #777; } .markdown blockquote p { color: inherit; } .markdown code { background-color: rgba(255, 255, 255, 0.04); } .markdown pre { background: #151718; color: #fefefe; } .markdown table tr { color: #fefefe; border-top: 1px solid #373c40; background: transparent; } .markdown table tr:nth-child(2n) { background: #202528; } .markdown table td, .markdown table th { border: 1px solid #373c40; } .hljs { -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2; } .icon { display: inline-block; vertical-align: middle; color: currentcolor; } .icon.icon--has-description { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .icon .svg-icon { width: 24px; height: 24px; margin: auto; } .icon .svg { width: 100%; height: 100%; fill: currentcolor; pointer-events: none; } .icon .svg-text, .icon .svg-icon { display: inline-block; vertical-align: middle; } .icon .svg-fallback { display: none; } .icon--mirrored { -webkit-transform: rotate(180deg); transform: rotate(180deg); } .icon__description { display: block; text-align: center; color: inherit; margin-top: 0.07142857em; font-size: 0.71428571em; line-height: 1em; } .icon__description, .svg-text { text-overflow: ellipsis; overflow: hidden; max-width: 100%; } .not-supports-svg .svg-icon { display: none; } .not-supports-svg .svg-fallback { display: inline-block; } .select { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; position: relative; } .select__native { position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; padding: inherit; border: 0; border-radius: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; opacity: 0; } .select__native:focus { outline: none; } .select__label, .select__value { position: relative; z-index: 2; background: inherit; pointer-events: none; } .select__body { padding: 3px 0 3px .6em; } .select__icon { -webkit-transform: rotate(90deg); transform: rotate(90deg); } .select__icon .svg-icon { width: 1.5em; height: 1.5em; } .lightbox { position: absolute; } .lightbox__backdrop { position: fixed; z-index: 3; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); } .lightbox__container { position: fixed; z-index: 4; top: 50%; left: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 300px; min-width: 100vw; max-width: 100vw; height: 300px; min-height: 100vh; max-height: 100vh; background: #272c30; border: 1px solid #364046; border-radius: 3px; } @media screen and (min-width: 500px) { .lightbox__container { min-height: 90vh; min-width: 90vw; } } .lightbox__title { z-index: 1; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; padding: 0 15px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); } .lightbox__children { overflow: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 0 15px; } .lightbox__instructions { margin-top: 15px; } .lightbox__button-row { z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-negative: 0; flex-shrink: 0; margin-top: auto; padding: 15px; box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15); } .lightbox__button { -ms-flex-negative: 0; flex-shrink: 0; } .lightbox__button:not(:last-child):not(:first-child) { margin-right: 10px; } @media screen and (max-width: 500px) { .lightbox__button { width: 100%; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; } } .console-lightbox__preview, .problem-lightbox__preview { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } .console-lightbox__preview .markdown, .problem-lightbox__preview .markdown { overflow: auto; padding: 15px; width: 50%; } .console-lightbox__preview textarea, .problem-lightbox__preview textarea { width: 100%; } .application { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; min-width: 320px; font: 14px/1.5 'Roboto', 'Helvetica Neue', 'Helvetica', Arial; color: #fefefe; background: #272c30; } .application--theme-loading * { transition: none !important; } @media screen and (max-width: 500px) { .application--menu-enabled .application__content, .application--menu-enabled .application__navigation, .application--menu-enabled .application__header { -webkit-transform: translate(0); transform: translate(0); } } .application__content, .application__navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; transition: -webkit-transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out; transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } @media screen and (max-width: 500px) { .application__content, .application__navigation { display: block; position: absolute; z-index: 1; top: 0; bottom: 0; } } .application__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow-x: hidden; } @media screen and (max-width: 500px) { .application__content { padding-top: 60px; } } .application__content .markdown { max-width: 1000px; } @media screen and (max-width: 900px) { .application__content { width: 70%; } } @media screen and (max-width: 500px) { .application__content { width: 100%; left: 100%; -webkit-transform: translateX(-100%); transform: translateX(-100%); } } .application__navigation { min-height: 100vh; width: 100%; -webkit-transform: translateX(-100%); transform: translateX(-100%); } @media screen and (min-width: 500px) { .application__navigation { width: 30%; border-right: 1px solid #364046; -webkit-transform: none; transform: none; transition: 0.3s 0.3s width ease-in-out; } .application__navigation.slim { width: 49px; transition: 0.3s width ease-in-out; } } @media screen and (min-width: 900px) { .application__navigation { width: 17.5%; } } @media screen and (max-width: 500px) { .application__header { -webkit-transform: translateX(100%); transform: translateX(100%); } } .application a { text-decoration: none; } .application a, .application a:active { color: #42A5F5; } .application a:hover { color: #8bc8f9; } .application .button { display: inline-block; padding: 4px; background: transparent; border: none; color: #42A5F5; vertical-align: middle; border: 1px solid #364046; cursor: pointer; text-align: center; transition: all 0.1s ease-in-out; } .application .button:focus { outline: none; } .application .button:active { border-color: currentColor; } .application .button:hover { color: #8bc8f9; border-color: currentColor; } .application .button--is-active { border-color: currentColor; } .application .button:disabled { cursor: not-allowed; } .application .button .icon { margin: 0; } .application-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-width: 0%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; max-height: 100vh; overflow-x: hidden; -webkit-overflow-scrolling: touch; } .application-container--home { padding: 15px; } @media screen and (min-width: 500px) { .application-container--home { padding: 15px 30px; } } .application-container--pattern { padding: 0 15px; } @media screen and (min-width: 500px) { .application-container--pattern { padding: 0; } } .breadcrumbs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; padding: 0; font-size: 0.71428571em; list-style-type: none; } .breadcrumb { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 1; flex-shrink: 1; overflow: hidden; text-overflow: ellipsis; } .breadcrumb:not(:last-child)::after { content: '/'; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; padding: 0 5px; font-size: 1.1em; color: #364046; } .editor { border: 1px solid #364046; padding: 15px; background: #151718; font-family: monospace; color: inherit; } .editor:focus { border: 1px solid #42A5F5; outline: none; } .main-header { overflow: hidden; position: relative; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; height: 60px; background-color: #272c30; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); } .main-header .logo { display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-width: 30%; } @media screen and (min-width: 900px) { .main-header .logo { display: -webkit-box; display: -ms-flexbox; display: flex; min-width: 17.5%; width: 100%; } } .main-header .logo .icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .main-header .logo .svg-icon { -ms-flex-negative: 0; flex-shrink: 0; max-width: 100%; margin: 0 5px 0 0; min-width: 42.5px; min-height: 42.5px; } .main-header .logo .main-header__title { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; margin-right: 5px; -ms-flex-line-pack: center; align-content: center; color: #fefefe; } .main-header .logo .main-header__title:hover { color: #d8d8d8; } .main-header .logo a { margin-right: 15px; } .main-header .logo .version { display: none; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; border-radius: 3px; padding: 5px; margin-left: auto; margin-right: 10px; line-height: 1.45; background: #151718; border: 1px solid #364046; } .main-header .menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .main-header .menu .svg-text { color: #fefefe; } .main-header .menu .svg-text:hover { color: #d8d8d8; } @media screen and (max-width: 500px) { .main-header .menu { margin: 0; height: 60px; border: none; vertical-align: middle; } .main-header .menu .svg-icon { min-width: 42.5px; min-height: 42.5px; padding: 5px; } } @media screen and (min-width: 500px) { .main-header { padding: 0 5px; } .main-header .menu { display: none; } .main-header .logo { display: -webkit-box; display: -ms-flexbox; display: flex; } } .navigation { height: 100vh; position: relative; z-index: 2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .navigation > .navigation-tree { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; } .navigation > .navigation-tree > .navigation-item:first-child { border-top: none; } .navigation > .navigation-tree .navigation-tree { border-left: 3px solid rgba(66, 165, 245, 0.5); } .navigation-item.navigation-item--pattern .navigation-link.child-active { border-color: #42A5F5; } .navigation-toolbar { z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 45px; background: #272c30; box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15); } .slim .navigation-toolbar { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 10px 0; } .navigation-toolbar__container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 5px; } .navigation-toolbar__action { display: none; -webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-left: auto; width: 30px; transition: 0.3s width ease-in-out; } .slim .navigation-toolbar__action { width: 50px; transition: 0.3s 0.3s width ease-in-out; } @media screen and (min-width: 500px) { .navigation-toolbar__action { display: -webkit-box; display: -ms-flexbox; display: flex; } } .navigation-toolbar__links { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; padding: 0; margin: 0; list-style-type: none; } @media screen and (min-width: 500px) { .slim .navigation-toolbar__links { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } } @media screen and (min-width: 500px) { .slim .navigation-toolbar__link { font-size: .9em; } } .navigation-toolbar__link:not(:last-child) { margin-right: 5px; } @media screen and (min-width: 500px) { .slim .navigation-toolbar__link:not(:last-child) { margin-right: 0; margin-bottom: 5px; } } .navigation-meta { display: -webkit-box; display: -ms-flexbox; display: flex; } .slim .navigation-meta { width: 100%; min-height: 50px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .navigation-meta__handle { position: relative; z-index: 2; cursor: pointer; } .navigation-meta__handle:hover { color: #42A5F5; transition: 0.3s color ease-in-out; } .navigation-meta__data { position: absolute; top: 100%; } .slim .navigation-meta__cruft { display: none; } .navigation-tree { margin: 0; padding: 0; list-style: none; } .navigation-tree .navigation-tree { background-color: #151718; } .navigation-item { position: relative; margin: 0; font-weight: bold; width: 100%; transition: 150ms margin-left ease-in-out; } .navigation-item.anchored { position: fixed; z-index: 1; top: 60px; width: 100%; margin: 0; } @media screen and (min-width: 900px) { .navigation-item.anchored { width: 17.5%; } } .navigation-item.anchored .navigation-link { border-right: 1px solid #364046; border-bottom: 1px solid #364046; background-color: #202528; box-shadow: 0 0 2px; } .navigation-item.child-active { margin-left: 2px; width: calc(100% - 2px); background-color: #151718; } .navigation-item .navigation-item { border-top-width: 0; font-weight: normal; } .navigation-item .navigation-link { display: block; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; padding: 0 20px 0 10px; height: 40px; color: inherit; border-left: 3px solid transparent; line-height: 30px; white-space: nowrap; text-decoration: none; text-overflow: ellipsis; transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; } .navigation-item .navigation-link.child-active { border-color: rgba(66, 165, 245, 0.5); } .navigation-item .navigation-link.hidden:not(.active) { display: none; } .navigation-item .navigation-link.active, .navigation-item .navigation-link:hover, .navigation-item .navigation-link:focus { background-color: #202528; color: #d8d8d8; outline: none; } .navigation-item .navigation-link.active { border-left-color: currentcolor; } .navigation-item .navigation-link.active, .navigation-item .navigation-link.child-active { color: #42A5F5; } .navigation-item .navigation-link.active + .navigation-tree, .navigation-item .navigation-link.child-active + .navigation-tree { background-color: #151718; } @media screen and (min-width: 500px) { .navigation-item .navigation-link + .navigation-tree { overflow: hidden; height: 0; padding: 0; } } .navigation-item .icon { margin-right: 10px; -ms-flex-negative: 0; flex-shrink: 0; } .navigation-item .icon .svg-icon { height: 25px; width: 25px; } .navigation__search-field { font-weight: bold; height: 40px; margin: 5px; border: 1px solid #364046; } .navigation__search-field input { height: 100%; width: 100%; border: 0; color: inherit; } ::-webkit-input-placeholder { color: inherit; } ::-moz-placeholder { /* Firefox 19+ */ color: inherit; } :-ms-input-placeholder { color: inherit; } .slim .search-field { margin-top: -40px; } .slim .search-field__icon { margin-right: 0; transition: margin-right 0.3s ease-in-out; } .slim .search-field__input { color: transparent; padding: 0; transition: padding 0.3s ease-in-out, color 0.3s ease-in-out; } .search-field { overflow: hidden; transition: margin-top 0.3s 0.6s ease-in-out; } .search-field__container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; padding-left: 9px; cursor: text; } .search-field__icon { -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; margin-right: 8px; transition: margin-right 0.3s 0.3s ease-in-out; } .search-field__icon .svg-icon { height: 25px; width: 25px; } .search-field__input { background: transparent; padding-right: 5px; transition: padding 0.3s 0.3s ease-in-out, color 0.3s 0.3s ease-in-out; } .search-field__input:focus { outline: none; } .search-field__input:focus + .search-field__icon { color: #42A5F5; } @media screen and (min-width: 500px) { .slim .navigation-item { margin: 0; } .slim .navigation-tree .navigation-tree { position: absolute; z-index: 1; top: 0; left: 100%; padding-bottom: 0; box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); border-left: none; width: auto !important; } .slim .navigation-tree .navigation-tree .navigation-item { padding-left: 0; } .slim > .navigation-tree { overflow: visible; } .slim > .navigation-tree > .navigation-item > .navigation-tree { width: 100%; } .slim .navigation__search-field { border-color: transparent; } .navigation:not(.slim) .navigation-item a.active + .navigation-tree, .navigation:not(.slim) .navigation-item.child-active > .navigation-tree, .slim .navigation-item:hover > .navigation-tree, .slim > .navigation-tree .navigation-item:hover > .navigation-tree { overflow: visible; height: auto; } } .pattern-dependencies__stage { width: 100%; max-width: 1000px; margin: 0 auto; } .pattern-dependencies__block, .pattern-dependencies__root { fill: transparent; stroke: #364046; stroke-width: 0.3; } .pattern-dependencies__root { fill: #364046; } .pattern-dependencies .connection-group { pointer-events: none; } .pattern-dependencies .connection { stroke: #364046; stroke-width: 0.4; fill: transparent; transition: 0.3s stroke ease-in-out; } .pattern-dependencies .connector { fill: #364046; transition: 0.3s fill ease-in-out; } .pattern-dependencies .block-name { font-family: Helvetica, sans-serif; font-size: 1pt; fill: #fefefe; pointer-events: none; text-anchor: middle; alignment-baseline: centra