| Index: chrome/common/extensions/docs/static/css/site.css
|
| diff --git a/chrome/common/extensions/docs/static/css/site.css b/chrome/common/extensions/docs/static/css/site.css
|
| index 6e7d02d6d2c5d763576872478b85b40adc04a197..8aab13f79cf92c3c513bf35b61db0afb3edd232b 100644
|
| --- a/chrome/common/extensions/docs/static/css/site.css
|
| +++ b/chrome/common/extensions/docs/static/css/site.css
|
| @@ -2,155 +2,286 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| +/* normalize.css v2.1.3 | MIT License | git.io/normalize */
|
| +/* normalize.scss v2.1.3 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
|
| +/* ==========================================================================
|
| + HTML5 display definitions
|
| + ========================================================================== */
|
| +/**
|
| + * Correct `block` display not defined in IE 8/9.
|
| + */
|
| +/* line 66, ../sass/_normalize.scss */
|
| +article,
|
| +aside,
|
| +details,
|
| +figcaption,
|
| +figure,
|
| +footer,
|
| +header,
|
| +hgroup,
|
| +main,
|
| +nav,
|
| +section,
|
| +summary {
|
| + display: block;
|
| +}
|
|
|
| -/*
|
| - * Site-wide styles.
|
| +/**
|
| + * Correct `inline-block` display not defined in IE 8/9.
|
| */
|
| +/* line 76, ../sass/_normalize.scss */
|
| +audio,
|
| +canvas,
|
| +video {
|
| + display: inline-block;
|
| + *display: inline;
|
| + *zoom: 1;
|
| +}
|
|
|
| -.hidden {
|
| +/**
|
| + * Prevent modern browsers from displaying `audio` without controls.
|
| + * Remove excess height in iOS 5 devices.
|
| + */
|
| +/* line 89, ../sass/_normalize.scss */
|
| +audio:not([controls]) {
|
| display: none;
|
| + height: 0;
|
| }
|
|
|
| -body {
|
| - background-color: white;
|
| - font: 14px/22px 'Open Sans',arial,sans-serif;
|
| - margin: auto;
|
| - padding: 0;
|
| +/**
|
| + * Address `[hidden]` styling not present in IE 8/9.
|
| + * Hide the `template` element in IE, Safari, and Firefox < 22.
|
| + */
|
| +/* line 100, ../sass/_normalize.scss */
|
| +[hidden],
|
| +template {
|
| + display: none;
|
| }
|
|
|
| -p.note,
|
| -p.caution,
|
| -p.warning,
|
| -div.note,
|
| -div.caution,
|
| -div.warning {
|
| - background-color: #F5F5F5;
|
| - border-bottom: 1px solid;
|
| - border-top: 1px solid;
|
| - margin: 1em 0 0 0;
|
| - overflow: hidden;
|
| - padding: .2em .5em .2em .9em;
|
| +/* ==========================================================================
|
| + Base
|
| + ========================================================================== */
|
| +/**
|
| + * 1. Set default font family to sans-serif.
|
| + * 2. Prevent iOS text size adjust after orientation change, without disabling
|
| + * user zoom.
|
| + * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
|
| + * `em` units.
|
| + */
|
| +/* line 116, ../sass/_normalize.scss */
|
| +html {
|
| + font-family: sans-serif;
|
| + /* 1 */
|
| + font-size: 100%;
|
| + /* 3 */
|
| + -ms-text-size-adjust: 100%;
|
| + /* 2 */
|
| + -webkit-text-size-adjust: 100%;
|
| + /* 2 */
|
| }
|
|
|
| -p.note,
|
| -div.note {
|
| - border-color: #36C;
|
| -}
|
| -p.caution,
|
| -div.caution {
|
| - border-color: #FC3;
|
| -}
|
| -p.warning,
|
| -div.warning {
|
| - border-color: #A03;
|
| +/**
|
| + * Address `font-family` inconsistency between `textarea` and other form
|
| + * elements.
|
| + */
|
| +/* line 139, ../sass/_normalize.scss */
|
| +button,
|
| +input,
|
| +select,
|
| +textarea {
|
| + font-family: sans-serif;
|
| }
|
|
|
| -p.warning em,
|
| -p.warning strong,
|
| -div.warning em,
|
| -div.warning strong {
|
| - color: #A03;
|
| +/**
|
| + * Remove default margin.
|
| + */
|
| +/* line 148, ../sass/_normalize.scss */
|
| +body {
|
| + margin: 0;
|
| }
|
|
|
| -a, a:link {
|
| - color: #4787ed;
|
| - font-weight: 600;
|
| - text-decoration: none;
|
| +/* ==========================================================================
|
| + Links
|
| + ========================================================================== */
|
| +/**
|
| + * Remove the gray background color from active links in IE 10.
|
| + */
|
| +/* line 160, ../sass/_normalize.scss */
|
| +a {
|
| + background: transparent;
|
| }
|
|
|
| -a:active,
|
| -a:hover,
|
| -a:visited {
|
| - color: #236bb2;
|
| +/**
|
| + * Address `outline` inconsistency between Chrome and other browsers.
|
| + */
|
| +/* line 168, ../sass/_normalize.scss */
|
| +a:focus {
|
| + outline: thin dotted;
|
| }
|
|
|
| -li {
|
| - margin: .3em 0 0 1.5em;
|
| - padding: 0;
|
| +/**
|
| + * Improve readability when focused and also mouse hovered in all browsers.
|
| + */
|
| +/* line 177, ../sass/_normalize.scss */
|
| +a:active,
|
| +a:hover {
|
| + outline: 0;
|
| }
|
|
|
| -ul.condensed {
|
| - margin: 0.5em 0;
|
| +/* ==========================================================================
|
| + Typography
|
| + ========================================================================== */
|
| +/**
|
| + * Set 1 unit of vertical rhythm on the top and bottom margin.
|
| + */
|
| +/* line 191, ../sass/_normalize.scss */
|
| +p,
|
| +pre {
|
| + margin: 1.5em 0;
|
| }
|
|
|
| -ul.condensed li {
|
| - margin-top: 0;
|
| +/* line 195, ../sass/_normalize.scss */
|
| +blockquote {
|
| + /* Set 1 unit of vertical rhythm on the top and bottom margin. */
|
| + margin: 1.5em 40px;
|
| }
|
|
|
| -ol li {
|
| +/**
|
| + * Address variable `h1` font-size and margin within `section` and `article`
|
| + * contexts in Firefox 4+, Safari 5, and Chrome.
|
| + */
|
| +/* line 206, ../sass/_normalize.scss */
|
| +h1 {
|
| + /* Set the font-size and line-height while keeping a proper vertical rhythm. */
|
| + font-size: 2em;
|
| + line-height: 1.5em;
|
| + /* Set 1 unit of vertical rhythm on the top and bottom margins. */
|
| + margin-top: 0.75em;
|
| + margin-bottom: 0.75em;
|
| +}
|
| +
|
| +/* line 221, ../sass/_normalize.scss */
|
| +h2 {
|
| + font-size: 1.5em;
|
| + line-height: 2em;
|
| margin-top: 1em;
|
| + margin-bottom: 1em;
|
| }
|
|
|
| -img {
|
| - border: none;
|
| - padding: 10px 0;
|
| +/* line 227, ../sass/_normalize.scss */
|
| +h3 {
|
| + font-size: 1.17em;
|
| + line-height: 1.28205em;
|
| + margin-top: 1.28205em;
|
| + margin-bottom: 1.28205em;
|
| }
|
|
|
| -p img {
|
| - padding: 0 2px;
|
| +/* line 233, ../sass/_normalize.scss */
|
| +h4 {
|
| + font-size: 1em;
|
| + line-height: 1.5em;
|
| + margin-top: 1.5em;
|
| + margin-bottom: 1.5em;
|
| }
|
|
|
| -.code,
|
| -code,
|
| -pre {
|
| - color: #080;
|
| - font-family: monospace;
|
| +/* line 239, ../sass/_normalize.scss */
|
| +h5 {
|
| + font-size: 0.83em;
|
| + line-height: 1.80723em;
|
| + margin-top: 1.80723em;
|
| + margin-bottom: 1.80723em;
|
| }
|
|
|
| -.code,
|
| -code{
|
| - font-size: 10pt;
|
| +/* line 245, ../sass/_normalize.scss */
|
| +h6 {
|
| + font-size: 0.67em;
|
| + line-height: 2.23881em;
|
| + margin-top: 2.23881em;
|
| + margin-bottom: 2.23881em;
|
| }
|
|
|
| -pre {
|
| - background-color: #F5F5F5;
|
| - font-size: 10pt;
|
| - margin: 1em 0 0 0;
|
| - overflow: auto;
|
| - padding: .99em;
|
| - position: relative;
|
| - word-wrap: break-word;
|
| +/**
|
| + * Address styling not present in IE 8/9, Safari 5, and Chrome.
|
| + */
|
| +/* line 256, ../sass/_normalize.scss */
|
| +abbr[title] {
|
| + border-bottom: 1px dotted;
|
| }
|
|
|
| -pre a {
|
| - text-decoration: underline!important;
|
| +/**
|
| + * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
|
| + */
|
| +/* line 265, ../sass/_normalize.scss */
|
| +b,
|
| +strong {
|
| + font-weight: bold;
|
| }
|
|
|
| -pre b {
|
| - background: yellow;
|
| +/**
|
| + * Address styling not present in Safari 5 and Chrome.
|
| + */
|
| +/* line 273, ../sass/_normalize.scss */
|
| +dfn {
|
| + font-style: italic;
|
| }
|
|
|
| -pre[data-filename] .filename {
|
| - background-color: #777;
|
| - color: #FFF;
|
| - font-size: 16px;
|
| - padding: 2px 12px;
|
| - position: absolute;
|
| - right: 0;
|
| - top: 0;
|
| +/**
|
| + * Address differences between Firefox and other browsers.
|
| + */
|
| +/* line 281, ../sass/_normalize.scss */
|
| +hr {
|
| + -webkit-box-sizing: content-box;
|
| + -moz-box-sizing: content-box;
|
| + box-sizing: content-box;
|
| + height: 0;
|
| }
|
|
|
| -dt {
|
| - font-weight: bold;
|
| - margin: .75em 0 0 0;
|
| +/**
|
| + * Address styling not present in IE 8/9.
|
| + */
|
| +/* line 290, ../sass/_normalize.scss */
|
| +mark {
|
| + background: #ff0;
|
| + color: #000;
|
| }
|
|
|
| -dl {
|
| - margin: 0;
|
| +/**
|
| + * Correct font family set oddly in Safari 5 and Chrome.
|
| + */
|
| +/* line 302, ../sass/_normalize.scss */
|
| +code,
|
| +kbd,
|
| +pre,
|
| +samp {
|
| + font-family: monospace, serif;
|
| + _font-family: 'courier new', monospace;
|
| + font-size: 1em;
|
| }
|
|
|
| -dd {
|
| - font-weight: normal;
|
| - margin: .4em 0 0 2em;
|
| - padding: 0;
|
| +/**
|
| + * Improve readability of pre-formatted text in all browsers.
|
| + */
|
| +/* line 319, ../sass/_normalize.scss */
|
| +pre {
|
| + white-space: pre;
|
| + white-space: pre-wrap;
|
| + word-wrap: break-word;
|
| }
|
|
|
| -section {
|
| - margin-top: 1em;
|
| - padding-top: 1em;
|
| +/**
|
| + * Set consistent quote types.
|
| + */
|
| +/* line 334, ../sass/_normalize.scss */
|
| +q {
|
| + quotes: "\201C" "\201D" "\2018" "\2019";
|
| }
|
| -section + section {
|
| - border-top: 1px solid #F5F5F5;
|
| +
|
| +/**
|
| + * Address inconsistent and variable font size in all browsers.
|
| + */
|
| +/* line 342, ../sass/_normalize.scss */
|
| +small {
|
| + font-size: 80%;
|
| }
|
|
|
| /* Support a hack for the ::first-element rules below, which only apply if
|
| @@ -171,400 +302,1062 @@ section + section {
|
| text-transform: uppercase;
|
| }
|
|
|
| -#gc-container {
|
| - height: auto;
|
| - margin-top: 2em;
|
| - margin: auto;
|
| - max-width: 1160px;
|
| - padding: 0 50px;
|
| +/**
|
| + * Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
| + */
|
| +/* line 351, ../sass/_normalize.scss */
|
| +sub,
|
| +sup {
|
| + font-size: 75%;
|
| + line-height: 0;
|
| + position: relative;
|
| + vertical-align: baseline;
|
| }
|
|
|
| -#gc-topnav {
|
| - background-color: white;
|
| - border-bottom: 1px solid #F5F5F5;
|
| - font-size: 1em;
|
| - line-height: 50px;
|
| - margin: auto;
|
| - max-width: 1160px;
|
| - padding: 0 7px;
|
| - white-space: nowrap;
|
| +/* line 358, ../sass/_normalize.scss */
|
| +sup {
|
| + top: -0.5em;
|
| }
|
|
|
| -#gc-topnav * {
|
| - padding: 0;
|
| +/* line 362, ../sass/_normalize.scss */
|
| +sub {
|
| + bottom: -0.25em;
|
| }
|
|
|
| -#gc-topnav table {
|
| - border-spacing: 0;
|
| +/* ==========================================================================
|
| + Lists
|
| + ========================================================================== */
|
| +/**
|
| + * Address margins set differently in IE 6/7.
|
| + */
|
| +/* line 378, ../sass/_normalize.scss */
|
| +dl,
|
| +menu,
|
| +ol,
|
| +ul {
|
| + margin: 1.5em 0;
|
| }
|
|
|
| -#gc-topnav li {
|
| - display: inline-block;
|
| - font-weight: 600;
|
| - margin: 0 0 0 25px;
|
| - text-transform: uppercase;
|
| - white-space: nowrap;
|
| +/* line 392, ../sass/_normalize.scss */
|
| +dd {
|
| + margin: 0 0 0 40px;
|
| }
|
| -#gc-topnav li:first-child {
|
| - margin-left: 0;
|
| +
|
| +/**
|
| + * Address paddings set differently in IE 6/7.
|
| + */
|
| +/* line 402, ../sass/_normalize.scss */
|
| +menu,
|
| +ol,
|
| +ul {
|
| + padding: 0 0 0 40px;
|
| }
|
|
|
| -#gc-topnav ul {
|
| - font-size: 12px;
|
| - margin: 0;
|
| +/**
|
| + * Correct list images handled incorrectly in IE 7.
|
| + */
|
| +/* line 413, ../sass/_normalize.scss */
|
| +nav ul,
|
| +nav ol {
|
| + list-style: none;
|
| + list-style-image: none;
|
| }
|
|
|
| -#gc-topnav a {
|
| - color: #333;
|
| +/* ==========================================================================
|
| + Embedded content
|
| + ========================================================================== */
|
| +/**
|
| + * Remove border when inside `a` element in IE 8/9.
|
| + */
|
| +/* line 427, ../sass/_normalize.scss */
|
| +img {
|
| + border: 0;
|
| + /* Improve image quality when scaled in IE 7. */
|
| + -ms-interpolation-mode: bicubic;
|
| }
|
| -#gc-topnav a:hover {
|
| - color: #4787ed;
|
| +
|
| +/**
|
| + * Correct overflow displayed oddly in IE 9.
|
| + */
|
| +/* line 439, ../sass/_normalize.scss */
|
| +svg:not(:root) {
|
| + overflow: hidden;
|
| }
|
|
|
| -#gc-topnav #chrome-logo {
|
| - width: 100%;
|
| - font-size: 1.7em;
|
| +/* ==========================================================================
|
| + Figures
|
| + ========================================================================== */
|
| +/**
|
| + * Address margin not present in IE 8/9 and Safari 5.
|
| + */
|
| +/* line 451, ../sass/_normalize.scss */
|
| +figure {
|
| + margin: 0;
|
| }
|
|
|
| -#gc-topnav #chrome-logo a {
|
| - color: #77787a;
|
| - font-weight: 400;
|
| +/* ==========================================================================
|
| + Forms
|
| + ========================================================================== */
|
| +/**
|
| + * Correct margin displayed oddly in IE 6/7.
|
| + */
|
| +/* line 464, ../sass/_normalize.scss */
|
| +form {
|
| margin: 0;
|
| }
|
|
|
| -#gc-topnav #chrome-logo img {
|
| - vertical-align: middle;
|
| +/**
|
| + * Define consistent border, margin, and padding.
|
| + */
|
| +/* line 473, ../sass/_normalize.scss */
|
| +fieldset {
|
| + margin: 0 2px;
|
| + /* Apply borders and padding that keep the vertical rhythm. */
|
| + border-color: #c0c0c0;
|
| + border-top-style: solid;
|
| + border-top-width: 0.0625em;
|
| + padding-top: 0.4625em;
|
| + border-bottom-style: solid;
|
| + border-bottom-width: 0.0625em;
|
| + padding-bottom: 0.9125em;
|
| + border-left-style: solid;
|
| + border-left-width: 0.0625em;
|
| + padding-left: 0.875em;
|
| + border-right-style: solid;
|
| + border-right-width: 0.0625em;
|
| + padding-right: 0.875em;
|
| +}
|
| +
|
| +/**
|
| + * 1. Correct `color` not being inherited in IE 8/9.
|
| + * 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
| + * 3. Correct alignment displayed oddly in IE 6/7.
|
| + */
|
| +/* line 489, ../sass/_normalize.scss */
|
| +legend {
|
| + border: 0;
|
| + /* 1 */
|
| + padding: 0;
|
| + /* 2 */
|
| + *margin-left: -7px;
|
| + /* 3 */
|
| }
|
|
|
| -#gc-topnav a,
|
| -#gc-topnav button {
|
| - background: none;
|
| - border: none;
|
| - color: #333;
|
| - cursor: pointer;
|
| +/**
|
| + * 1. Correct font family not being inherited in all browsers.
|
| + * 2. Correct font size not being inherited in all browsers.
|
| + * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
|
| + * 4. Improve appearance and consistency with IE 6/7.
|
| + */
|
| +/* line 507, ../sass/_normalize.scss */
|
| +button,
|
| +input,
|
| +select,
|
| +textarea {
|
| font-family: inherit;
|
| - font-size: inherit;
|
| - font-style: inherit;
|
| - margin: 0; padding: 0;
|
| - outline: none;
|
| -}
|
| -#gc-topnav a:focus,
|
| -#gc-topnav button:focus {
|
| - outline: 1px dotted;
|
| + /* 1 */
|
| + font-size: 100%;
|
| + /* 2 */
|
| + margin: 0;
|
| + /* 3 */
|
| + vertical-align: baseline;
|
| + /* 4 */
|
| + *vertical-align: middle;
|
| + /* 4 */
|
| }
|
|
|
| -#platform-chooser {
|
| - display: inline;
|
| - position: relative;
|
| +/**
|
| + * Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
| + * the UA stylesheet.
|
| + */
|
| +/* line 523, ../sass/_normalize.scss */
|
| +button,
|
| +input {
|
| + line-height: normal;
|
| }
|
|
|
| -#platform-chooser-popup {
|
| - /* Make it appear to be an extension of the header. */
|
| - background-color: white;
|
| - border-top: none;
|
| - border: 1px solid #F5F5F5;
|
| - z-index: 4;
|
| - /* Ready to be shown by popup.js. */
|
| - display: none;
|
| - position: absolute;
|
| - /* Align with the button, which have padding:6px. */
|
| - left: -6px;
|
| +/**
|
| + * 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 8+.
|
| + * Correct `select` style inheritance in Firefox 4+ and Opera.
|
| + */
|
| +/* line 535, ../sass/_normalize.scss */
|
| +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.
|
| + */
|
| +/* line 552, ../sass/_normalize.scss */
|
| +button,
|
| +html input[type="button"],
|
| +input[type="reset"],
|
| +input[type="submit"] {
|
| + -webkit-appearance: button;
|
| + /* 2 */
|
| + cursor: pointer;
|
| + /* 3 */
|
| + *overflow: visible;
|
| + /* 4 */
|
| }
|
|
|
| -#platform-chooser-popup button {
|
| - display: block;
|
| - padding: 6px;
|
| - text-align: left;
|
| - width: 100%;
|
| -}
|
| -#platform-chooser-popup button:hover {
|
| - color: #4787ed;
|
| +/**
|
| + * Re-set default cursor for disabled elements.
|
| + */
|
| +/* line 565, ../sass/_normalize.scss */
|
| +button[disabled],
|
| +html input[disabled] {
|
| + cursor: default;
|
| }
|
|
|
| -button.google-button {
|
| - background-color: #f5f5f5;
|
| - border-radius: 2px 0 0 0;
|
| - -moz-border-radius: 2px 0 0 0;
|
| - -webkit-border-radius: 2px 0 0 0;
|
| - border: 1px solid rgba(0,0,0,0.1);
|
| - height: 27px;
|
| - margin: 0;
|
| - padding: 5px 12px;
|
| - text-align: center;
|
| - text-transform: uppercase;
|
| - white-space: nowrap;
|
| +/**
|
| + * 1. Address box sizing set to `content-box` in IE 8/9/10.
|
| + * 2. Remove excess padding in IE 8/9/10.
|
| + * 3. Remove excess padding in IE 7.
|
| + * Known issue: excess padding remains in IE 6.
|
| + */
|
| +/* line 577, ../sass/_normalize.scss */
|
| +input[type="checkbox"],
|
| +input[type="radio"] {
|
| + -webkit-box-sizing: border-box;
|
| + -moz-box-sizing: border-box;
|
| + box-sizing: border-box;
|
| + /* 1 */
|
| + padding: 0;
|
| + /* 2 */
|
| + *height: 13px;
|
| + /* 3 */
|
| + *width: 13px;
|
| + /* 3 */
|
| }
|
| -button.google-button:hover {
|
| - border-color: #c6c6c6;
|
| - box-shadow: 0 -1px 1px rgba(0,0,0,0.1);
|
| - -webkit-box-shadow: 0 -1px 1px rgba(0,0,0,0.1);
|
| - -moz-box-shadow: 0 -1px 1px rgba(0,0,0,0.1);
|
| +
|
| +/**
|
| + * 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).
|
| + */
|
| +/* line 592, ../sass/_normalize.scss */
|
| +input[type="search"] {
|
| + -webkit-appearance: textfield;
|
| + /* 1 */
|
| + -webkit-box-sizing: content-box;
|
| + -moz-box-sizing: content-box;
|
| + box-sizing: content-box;
|
| + /* 2 */
|
| +}
|
| +
|
| +/**
|
| + * Remove inner padding and search cancel button in Safari 5 and Chrome
|
| + * on OS X.
|
| + */
|
| +/* line 603, ../sass/_normalize.scss */
|
| +input[type="search"]::-webkit-search-cancel-button,
|
| +input[type="search"]::-webkit-search-decoration {
|
| + -webkit-appearance: none;
|
| }
|
| -button.google-button:active {
|
| - background-color: #f1f1f1;
|
| - box-shadow: inset 0 0px 2px rgba(0,0,0,0.2);
|
| - -webkit-box-shadow: inset 0 0px 2px rgba(0,0,0,0.2);
|
| - -moz-box-shadow: inset 0 0px 2px rgba(0,0,0,0.2);
|
| +
|
| +/**
|
| + * Remove inner padding and border in Firefox 4+.
|
| + */
|
| +/* line 612, ../sass/_normalize.scss */
|
| +button::-moz-focus-inner,
|
| +input::-moz-focus-inner {
|
| + border: 0;
|
| + padding: 0;
|
| }
|
|
|
| -#scroll-to-top,
|
| -#send-feedback {
|
| - border-bottom: none;
|
| - bottom: 0;
|
| - position: fixed;
|
| - z-index: 5;
|
| +/**
|
| + * 1. Remove default vertical scrollbar in IE 8/9.
|
| + * 2. Improve readability and alignment in all browsers.
|
| + */
|
| +/* line 622, ../sass/_normalize.scss */
|
| +textarea {
|
| + overflow: auto;
|
| + /* 1 */
|
| + vertical-align: top;
|
| + /* 2 */
|
| }
|
| -#scroll-to-top {
|
| - border-left: 0;
|
| - left: 0;
|
| +
|
| +/* ==========================================================================
|
| + Tables
|
| + ========================================================================== */
|
| +/**
|
| + * Remove most spacing between table cells.
|
| + */
|
| +/* line 635, ../sass/_normalize.scss */
|
| +table {
|
| + border-collapse: collapse;
|
| + border-spacing: 0;
|
| }
|
| -#send-feedback {
|
| - border-right: 0;
|
| - right: 0;
|
| +
|
| +/* line 61, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
|
| +* html {
|
| + font-size: 100%;
|
| }
|
|
|
| -#gc-pagecontent {
|
| - margin: 0 0 100px 250px;
|
| +/* line 64, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
|
| +html {
|
| + font-size: 16px;
|
| + line-height: 1.5em;
|
| }
|
|
|
| -#gc-pagecontent h1 {
|
| - font-size: 320%;
|
| - font-weight: normal;
|
| - line-height: 130%;
|
| +/* line 61, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
|
| +* html {
|
| + font-size: 100%;
|
| }
|
|
|
| -#gc-pagecontent h2 {
|
| - font-size: 170%;
|
| - font-weight: normal;
|
| - line-height: 130%;
|
| +/* line 64, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
|
| +html {
|
| + font-size: 16px;
|
| + line-height: 1.5em;
|
| }
|
|
|
| -#gc-pagecontent #api-reference-header {
|
| - font-size: 320%;
|
| +/* line 7, ../sass/_grid.scss */
|
| +.g-section:after {
|
| + content: ".";
|
| + display: block;
|
| + height: 0;
|
| + clear: both;
|
| + visibility: hidden;
|
| }
|
|
|
| -#gc-pagecontent h3 {
|
| - font-size: 130%;
|
| +/* line 14, ../sass/_grid.scss */
|
| +.g-unit .g-section:after {
|
| + clear: none;
|
| }
|
|
|
| -#gc-pagecontent h4 {
|
| - font-size: 110%;
|
| +/* line 17, ../sass/_grid.scss */
|
| +.g-unit .g-section {
|
| + width: 100%;
|
| + overflow: hidden;
|
| }
|
|
|
| -#gc-pagecontent h5 {
|
| - font-size: 100%;
|
| +/* line 21, ../sass/_grid.scss */
|
| +.g-section, .g-unit {
|
| + zoom: 1;
|
| }
|
|
|
| -#gc-pagecontent table {
|
| - border-collapse: collapse;
|
| +/* line 24, ../sass/_grid.scss */
|
| +.g-split > .g-unit {
|
| + float: right;
|
| + text-align: right;
|
| }
|
| -#gc-pagecontent th {
|
| +
|
| +/* line 28, ../sass/_grid.scss */
|
| +.g-split > .g-first {
|
| + float: left;
|
| text-align: left;
|
| - padding: 6px 12px;
|
| -}
|
| -#gc-pagecontent td {
|
| - border: 1px solid #36C;
|
| - padding: 6px 12px;
|
| - vertical-align: top;
|
| }
|
|
|
| -/* Provide an intro table for api reference docs. */
|
| -#gc-pagecontent table.intro
|
| -#gc-pagecontent table.intro th,
|
| -#gc-pagecontent table.intro td {
|
| - border-collapse: separate;
|
| - border-style: none;
|
| +/* line 33, ../sass/_grid.scss */
|
| +.g-tpl-160 .g-unit, .g-unit .g-tpl-160 .g-unit, .g-unit .g-unit .g-tpl-160 .g-unit, .g-unit .g-unit .g-unit .g-tpl-160 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-160 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-160 .g-unit {
|
| + display: block;
|
| + margin: 0 0 0 160px;
|
| + width: auto;
|
| + float: none;
|
| }
|
|
|
| -#gc-pagecontent table.intro {
|
| - padding: 0;
|
| +/* line 36, ../sass/_grid.scss */
|
| +.g-tpl-160 .g-first, .g-unit .g-tpl-160 .g-first, .g-unit .g-unit .g-tpl-160 .g-first, .g-unit .g-unit .g-unit .g-tpl-160 .g-first, .g-unit .g-unit .g-unit .g-unit .g-tpl-160 .g-first, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-160 .g-first {
|
| + display: block;
|
| + margin: 0;
|
| + width: 160px;
|
| + float: left;
|
| }
|
|
|
| -#gc-pagecontent table.intro td.title {
|
| - font-weight: bold;
|
| - white-space: nowrap;
|
| +/* line 39, ../sass/_grid.scss */
|
| +.g-tpl-25-75 .g-unit, .g-unit .g-tpl-25-75 .g-unit, .g-unit .g-unit .g-tpl-25-75 .g-unit, .g-unit .g-unit .g-unit .g-tpl-25-75 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-25-75 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-25-75 .g-unit {
|
| + width: 74.999%;
|
| + float: right;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -#gc-pagecontent table.intro td {
|
| - border-bottom: 1px solid #F5F5F5;
|
| - padding: 6px 12px;
|
| - vertical-align: top;
|
| +/* line 42, ../sass/_grid.scss */
|
| +.g-tpl-25-75 .g-first, .g-unit .g-tpl-25-75 .g-first, .g-unit .g-unit .g-tpl-25-75 .g-first, .g-unit .g-unit .g-unit .g-tpl-25-75 .g-first, .g-unit .g-unit .g-unit .g-unit .g-tpl-25-75 .g-first, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-25-75 .g-first {
|
| + width: 24.999%;
|
| + float: left;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -/* Provide an intro table for api reference docs. */
|
| -#gc-pagecontent table.intro
|
| -#gc-pagecontent table.intro th,
|
| -#gc-pagecontent table.intro td {
|
| - border-collapse: separate;
|
| - border-style: none;
|
| +/* line 45, ../sass/_grid.scss */
|
| +.g-tpl-75-25 .g-unit, .g-unit .g-tpl-75-25 .g-unit, .g-unit .g-unit .g-tpl-75-25 .g-unit, .g-unit .g-unit .g-unit .g-tpl-75-25 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-75-25 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-75-25 .g-unit {
|
| + width: 24.999%;
|
| + float: right;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -#gc-pagecontent table.intro {
|
| - padding: 0;
|
| +/* line 48, ../sass/_grid.scss */
|
| +.g-tpl-75-25 .g-first, .g-unit .g-tpl-75-25 .g-first, .g-unit .g-unit .g-tpl-75-25 .g-first, .g-unit .g-unit .g-unit .g-tpl-75-25 .g-first, .g-unit .g-unit .g-unit .g-unit .g-tpl-75-25 .g-first, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-75-25 .g-first {
|
| + width: 74.999%;
|
| + float: left;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -#gc-pagecontent table.intro th {
|
| - border-style: none;
|
| - padding: 6px 12px;
|
| - text-align: left;
|
| +/* line 51, ../sass/_grid.scss */
|
| +.g-tpl-33-67 .g-unit, .g-unit .g-tpl-33-67 .g-unit, .g-unit .g-unit .g-tpl-33-67 .g-unit, .g-unit .g-unit .g-unit .g-tpl-33-67 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-33-67 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-33-67 .g-unit {
|
| + width: 66.999%;
|
| + float: right;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -#gc-pagecontent table.intro td {
|
| - border-bottom: 1px solid #F5F5F5;
|
| - padding: 6px 12px;
|
| - vertical-align: top;
|
| +/* line 54, ../sass/_grid.scss */
|
| +.g-tpl-33-67 .g-first, .g-unit .g-tpl-33-67 .g-first, .g-unit .g-unit .g-tpl-33-67 .g-first, .g-unit .g-unit .g-unit .g-tpl-33-67 .g-first, .g-unit .g-unit .g-unit .g-unit .g-tpl-33-67 .g-first, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-33-67 .g-first {
|
| + width: 32.999%;
|
| + float: left;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -/* Provide a "simple" version of the table to use just for layout. */
|
| -#gc-pagecontent table.simple,
|
| -#gc-pagecontent table.simple th,
|
| -#gc-pagecontent table.simple td {
|
| - border-collapse: separate;
|
| - border-style: none;
|
| -}
|
| -#gc-pagecontent table.simple {
|
| - padding: 0;
|
| +/* line 57, ../sass/_grid.scss */
|
| +.g-tpl-67-33 .g-unit, .g-unit .g-tpl-67-33 .g-unit, .g-unit .g-unit .g-tpl-67-33 .g-unit, .g-unit .g-unit .g-unit .g-tpl-67-33 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-67-33 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-67-33 .g-unit {
|
| + width: 32.999%;
|
| + float: right;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
| -#gc-pagecontent table.simple th,
|
| -#gc-pagecontent table.simple td {
|
| - padding: 1px;
|
| +
|
| +/* line 60, ../sass/_grid.scss */
|
| +.g-tpl-67-33 .g-first, .g-unit .g-tpl-67-33 .g-first, .g-unit .g-unit .g-tpl-67-33 .g-first, .g-unit .g-unit .g-unit .g-tpl-67-33 .g-first, .g-unit .g-unit .g-unit .g-unit .g-tpl-67-33 .g-first, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-67-33 .g-first {
|
| + width: 66.999%;
|
| + float: left;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -#gc-footer {
|
| - margin: auto;
|
| - max-width: 1160px;
|
| - padding: 0 150px 0 400px;
|
| +/* line 63, ../sass/_grid.scss */
|
| +.g-tpl-50-50 .g-unit, .g-unit .g-tpl-50-50 .g-unit, .g-unit .g-unit .g-tpl-50-50 .g-unit, .g-unit .g-unit .g-unit .g-tpl-50-50 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-tpl-50-50 .g-unit, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-50-50 .g-unit {
|
| + width: 49.999%;
|
| + float: right;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -#gc-footer .text {
|
| - color: #666;
|
| +/* line 66, ../sass/_grid.scss */
|
| +.g-tpl-50-50 .g-first, .g-unit .g-tpl-50-50 .g-first, .g-unit .g-unit .g-tpl-50-50 .g-first, .g-unit .g-unit .g-unit .g-tpl-50-50 .g-first, .g-unit .g-unit .g-unit .g-unit .g-tpl-50-50 .g-first, .g-unit .g-unit .g-unit .g-unit .g-unit .g-tpl-50-50 .g-first {
|
| + width: 49.999%;
|
| + float: left;
|
| + display: inline;
|
| margin: 0;
|
| - padding: 30px 0;
|
| - text-align: center;
|
| }
|
|
|
| -#gc-sidebar {
|
| - width: 185px;
|
| +/* line 70, ../sass/_grid.scss */
|
| +.g-tpl-nest .g-unit {
|
| float: left;
|
| + width: auto;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -/* scroll.js adds and removes the floating class depending on the scroll
|
| - * position. */
|
| -#gc-sidebar.floating {
|
| - overflow: auto;
|
| - position: fixed;
|
| - top: 0; bottom: 0;
|
| +/* line 73, ../sass/_grid.scss */
|
| +.g-tpl-nest-alt .g-unit {
|
| + float: right;
|
| + width: auto;
|
| + display: inline;
|
| + margin: 0;
|
| }
|
|
|
| -/* Sidebar link/button styling. */
|
| -#gc-sidebar span,
|
| -#gc-sidebar a {
|
| - color: black;
|
| - display: block;
|
| - font-weight: normal;
|
| +/* line 76, ../sass/_grid.scss */
|
| +.g-content {
|
| + margin-right: 30px;
|
| +}
|
| +
|
| +/* line 80, ../sass/_grid.scss */
|
| +.g-last .g-content {
|
| + margin-right: 0;
|
| +}
|
| +
|
| +@media only screen and (max-width: 580px) {
|
| + /* line 87, ../sass/_grid.scss */
|
| + .g-unit.g-unit {
|
| + float: none !important;
|
| + }
|
| +
|
| + /* line 91, ../sass/_grid.scss */
|
| + .g-content {
|
| + margin-right: 0;
|
| + }
|
| +}
|
| +/* line 10, ../sass/_layout.scss */
|
| +* {
|
| + padding: 0;
|
| + margin: 0;
|
| + -webkit-box-sizing: border-box;
|
| + -moz-box-sizing: border-box;
|
| + box-sizing: border-box;
|
| +}
|
| +
|
| +/* line 16, ../sass/_layout.scss */
|
| +html, body {
|
| + overflow-x: hidden;
|
| + overflow-y: auto;
|
| +}
|
| +
|
| +/* line 21, ../sass/_layout.scss */
|
| +img {
|
| + max-width: 100%;
|
| +}
|
| +
|
| +/* line 25, ../sass/_layout.scss */
|
| +#gc-container {
|
| + max-width: 870px;
|
| + margin: auto;
|
| + width: 90%;
|
| +}
|
| +
|
| +/* line 31, ../sass/_layout.scss */
|
| +#gc-pagecontent > .g-section {
|
| + margin: 40px 0;
|
| +}
|
| +
|
| +/* line 36, ../sass/_layout.scss */
|
| +main {
|
| + margin-bottom: 50px;
|
| position: relative;
|
| }
|
| -#gc-sidebar a:hover,
|
| -#gc-sidebar a.selected {
|
| - color: #0d68ae;
|
| +
|
| +/* line 41, ../sass/_layout.scss */
|
| +footer[role="contentinfo"] {
|
| + padding: 40px 0 50px;
|
| }
|
| -#gc-sidebar span.level2,
|
| -#gc-sidebar a.level2 {
|
| +
|
| +@media only screen and (max-width: 580px) {
|
| + /* line 47, ../sass/_layout.scss */
|
| + #gc-container {
|
| + width: auto;
|
| + }
|
| +
|
| + /* line 50, ../sass/_layout.scss */
|
| + #gc-pagecontent {
|
| + margin: auto;
|
| + width: 90%;
|
| + }
|
| + /* line 53, ../sass/_layout.scss */
|
| + #gc-pagecontent > .g-section {
|
| + margin: 20px 0;
|
| + }
|
| +
|
| + /* line 57, ../sass/_layout.scss */
|
| + footer[role="contentinfo"] {
|
| + padding: 20px 30px;
|
| + }
|
| +}
|
| +@media only screen and (min-width: 581px) and (max-width: 990px) {
|
| + /* line 64, ../sass/_layout.scss */
|
| + #gc-container {
|
| + width: 95%;
|
| + }
|
| +}
|
| +/* line 5, ../sass/_html.scss */
|
| +figure {
|
| + margin: 20px 0;
|
| +}
|
| +/* line 7, ../sass/_html.scss */
|
| +figure img {
|
| + border: 1px solid #dbdbdb;
|
| +}
|
| +
|
| +/* line 12, ../sass/_html.scss */
|
| +table {
|
| + width: 100%;
|
| + border-collapse: collapse;
|
| + margin: 2em 0;
|
| + line-height: 1.5em;
|
| +}
|
| +
|
| +/* line 18, ../sass/_html.scss */
|
| +table caption {
|
| + margin-bottom: 1em;
|
| + text-align: left;
|
| + font-weight: bold;
|
| +}
|
| +
|
| +/* line 23, ../sass/_html.scss */
|
| +th {
|
| + border: 1px solid #dbdbdb;
|
| font-weight: bold;
|
| + background: #e8e8e8;
|
| +}
|
| +
|
| +/* line 28, ../sass/_html.scss */
|
| +tr {
|
| + border-bottom: 1px solid #dbdbdb;
|
| +}
|
| +
|
| +/* line 31, ../sass/_html.scss */
|
| +table + tr {
|
| + border-top: 1px solid #dbdbdb;
|
| }
|
| -#gc-sidebar a.button,
|
| -#gc-sidebar .level3,
|
| -#gc-sidebar .level4 {
|
| - color: #444;
|
| +
|
| +/* line 34, ../sass/_html.scss */
|
| +td, th {
|
| + padding: 1em 1.5em;
|
| + text-align: left;
|
| + border: 1px solid #dbdbdb;
|
| }
|
|
|
| -#gc-sidebar .toggleIndicator {
|
| - background: url(../images/toggle_sprite.png) no-repeat 0 0;
|
| - height: 8px;
|
| +/* line 40, ../sass/_html.scss */
|
| +pre {
|
| + background-color: #f7f7f7;
|
| + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15);
|
| + margin: 1em 0 0 0;
|
| + overflow: auto;
|
| + padding: .99em;
|
| + position: relative;
|
| +}
|
| +/* line 47, ../sass/_html.scss */
|
| +pre a {
|
| + text-decoration: underline !important;
|
| +}
|
| +/* line 50, ../sass/_html.scss */
|
| +pre b {
|
| + background: yellow;
|
| +}
|
| +
|
| +/* line 60, ../sass/_html.scss */
|
| +.element-invisible {
|
| + position: absolute !important;
|
| + height: 1px;
|
| + width: 1px;
|
| + overflow: hidden;
|
| + clip: rect(1px 1px 1px 1px);
|
| + clip: rect(1px, 1px, 1px, 1px);
|
| +}
|
| +
|
| +/* line 64, ../sass/_html.scss */
|
| +.hidden {
|
| + display: none;
|
| +}
|
| +
|
| +/* line 68, ../sass/_html.scss */
|
| +.label {
|
| + color: inherit;
|
| + text-transform: uppercase;
|
| + margin-bottom: 5px;
|
| + font-size: 11.2px;
|
| + font-weight: bold;
|
| +}
|
| +
|
| +/* line 76, ../sass/_html.scss */
|
| +.published {
|
| + font-size: 11.2px;
|
| + font-style: italic;
|
| + color: #bebebe;
|
| + line-height: 16.8px;
|
| +}
|
| +
|
| +/* line 83, ../sass/_html.scss */
|
| +.description {
|
| + margin: 20px 0;
|
| +}
|
| +/* line 86, ../sass/_html.scss */
|
| +.description:last-child {
|
| + margin-bottom: 0;
|
| +}
|
| +
|
| +/* line 93, ../sass/_html.scss */
|
| +.span-full {
|
| + background: whitesmoke;
|
| + position: relative;
|
| + padding: 3em 0;
|
| +}
|
| +/* line 98, ../sass/_html.scss */
|
| +.span-full::before, .span-full::after {
|
| + content: '';
|
| + height: 100%;
|
| + width: 100%;
|
| + top: 0;
|
| position: absolute;
|
| - right: 0;
|
| - top: 3px;
|
| - width: 8px;
|
| + background: whitesmoke;
|
| + z-index: -1;
|
| +}
|
| +/* line 107, ../sass/_html.scss */
|
| +.span-full::before {
|
| + left: -100%;
|
| +}
|
| +/* line 110, ../sass/_html.scss */
|
| +.span-full::after {
|
| + left: 100%;
|
| +}
|
| +
|
| +/* line 116, ../sass/_html.scss */
|
| +.button {
|
| + background: #0370ea;
|
| + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #008dfd), color-stop(100%, #0370ea));
|
| + background-image: -webkit-linear-gradient(top, #008dfd 0%, #0370ea 100%);
|
| + background-image: -moz-linear-gradient(top, #008dfd 0%, #0370ea 100%);
|
| + background-image: -o-linear-gradient(top, #008dfd 0%, #0370ea 100%);
|
| + background-image: linear-gradient(top, #008dfd 0%, #0370ea 100%);
|
| + border: 1px solid #076bd2;
|
| + border-radius: 3px;
|
| + color: white !important;
|
| + display: inline-block;
|
| + font-size: 13px;
|
| + font-weight: 700;
|
| + line-height: 1.3;
|
| + padding: 5px 20px;
|
| + text-align: center;
|
| + text-decoration: none !important;
|
| + text-shadow: 1px 1px 1px #076bd2;
|
| +}
|
| +/* line 131, ../sass/_html.scss */
|
| +.button:hover {
|
| + background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #008dfd), color-stop(100%, #0370ea));
|
| + background-image: -webkit-linear-gradient(top, #008dfd 30%, #0370ea 100%);
|
| + background-image: -moz-linear-gradient(top, #008dfd 30%, #0370ea 100%);
|
| + background-image: -o-linear-gradient(top, #008dfd 30%, #0370ea 100%);
|
| + background-image: linear-gradient(top, #008dfd 30%, #0370ea 100%);
|
| + cursor: pointer;
|
| }
|
| -#gc-sidebar .toggleIndicator.toggled {
|
| - background-position: 0 -9px;
|
| +
|
| +/* line 137, ../sass/_html.scss */
|
| +.button-alt {
|
| + background: #eee;
|
| + background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(46%, #dcdcdc), color-stop(87%, #fafafa));
|
| + background-image: -webkit-linear-gradient(bottom, #dcdcdc 46%, #fafafa 87%);
|
| + background-image: -moz-linear-gradient(bottom, #dcdcdc 46%, #fafafa 87%);
|
| + background-image: -o-linear-gradient(bottom, #dcdcdc 46%, #fafafa 87%);
|
| + background-image: linear-gradient(bottom, #dcdcdc 46%, #fafafa 87%);
|
| + border: 1px solid #d6d6d6;
|
| + border-radius: 3px;
|
| + color: #333 !important;
|
| + display: inline-block;
|
| + font-size: 12px;
|
| + font-weight: 700;
|
| + line-height: 24px;
|
| + padding: 0 15px;
|
| + text-align: center;
|
| + text-decoration: none !important;
|
| + text-shadow: none;
|
| +}
|
| +/* line 152, ../sass/_html.scss */
|
| +.button-alt:hover {
|
| + background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(20%, #dcdcdc), color-stop(87%, #fafafa));
|
| + background-image: -webkit-linear-gradient(bottom, #dcdcdc 20%, #fafafa 87%);
|
| + background-image: -moz-linear-gradient(bottom, #dcdcdc 20%, #fafafa 87%);
|
| + background-image: -o-linear-gradient(bottom, #dcdcdc 20%, #fafafa 87%);
|
| + background-image: linear-gradient(bottom, #dcdcdc 20%, #fafafa 87%);
|
| + cursor: pointer;
|
| }
|
|
|
| -/* Sidebar list styling. */
|
| -#gc-sidebar ul {
|
| - list-style: none;
|
| - margin: 0;
|
| - padding: 0;
|
| +/* line 159, ../sass/_html.scss */
|
| +.google-button {
|
| + background-color: whitesmoke;
|
| + border-radius: 2px 0 0 0;
|
| + border: 1px solid rgba(0, 0, 0, 0.1);
|
| + padding: 5px 12px;
|
| + text-align: center;
|
| + white-space: nowrap;
|
| +}
|
| +/* line 167, ../sass/_html.scss */
|
| +.google-button:hover {
|
| + border-color: #c6c6c6;
|
| + -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
|
| + -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
|
| + box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
|
| }
|
| -#gc-sidebar ul.level2 {
|
| +/* line 171, ../sass/_html.scss */
|
| +.google-button:active {
|
| + background-color: #f1f1f1;
|
| + -webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.2);
|
| + -moz-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.2);
|
| + box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.2);
|
| +}
|
| +
|
| +/* line 178, ../sass/_html.scss */
|
| +.screenshot,
|
| +.screenshot img {
|
| + margin: 1em 0;
|
| +}
|
| +
|
| +/* line 185, ../sass/_html.scss */
|
| +p.note, p.caution, p.warning, div.note, div.caution, div.warning, aside.note, aside.caution, aside.warning {
|
| + background-color: whitesmoke;
|
| + border-bottom: 1px solid;
|
| + border-top: 1px solid;
|
| + overflow: hidden;
|
| + width: 85%;
|
| + margin: auto;
|
| + padding: 1em;
|
| +}
|
| +/* line 198, ../sass/_html.scss */
|
| +p.note, div.note, aside.note {
|
| + border-color: #36C;
|
| +}
|
| +/* line 201, ../sass/_html.scss */
|
| +p.caution, div.caution, aside.caution {
|
| + border-color: #FC3;
|
| +}
|
| +/* line 204, ../sass/_html.scss */
|
| +p.warning, div.warning, aside.warning {
|
| + border-color: #A03;
|
| +}
|
| +/* line 206, ../sass/_html.scss */
|
| +p.warning em, p.warning strong, div.warning em, div.warning strong, aside.warning em, aside.warning strong {
|
| + color: #A03;
|
| +}
|
| +
|
| +/* line 212, ../sass/_html.scss */
|
| +.permalink {
|
| + display: none;
|
| + margin-left: 5px;
|
| +}
|
| +
|
| +/* line 216, ../sass/_html.scss */
|
| +.has-permalink:hover .permalink {
|
| + display: initial;
|
| +}
|
| +
|
| +/* line 219, ../sass/_html.scss */
|
| +.no-permalink .permalink {
|
| + display: none !important;
|
| +}
|
| +
|
| +/* line 229, ../sass/_html.scss */
|
| +#gc-footer .links a {
|
| + margin-right: 20px;
|
| +}
|
| +/* line 233, ../sass/_html.scss */
|
| +#gc-footer #cc-info {
|
| + font-size: 11.2px;
|
| +}
|
| +
|
| +/* line 238, ../sass/_html.scss */
|
| +#social-buttons {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-box-pack: 1;
|
| + -webkit-justify-content: flex-end;
|
| + -moz-justify-content: flex-end;
|
| + -ms-justify-content: flex-end;
|
| + -o-justify-content: flex-end;
|
| + justify-content: flex-end;
|
| + -webkit-box-align: center;
|
| + -webkit-align-items: center;
|
| + -moz-align-items: center;
|
| + -ms-align-items: center;
|
| + -o-align-items: center;
|
| + align-items: center;
|
| +}
|
| +/* line 243, ../sass/_html.scss */
|
| +#social-buttons > * {
|
| margin-left: 10px;
|
| - padding-top: 10px;
|
| }
|
| -#gc-sidebar ul.level3,
|
| -#gc-sidebar ul.level4,
|
| -#gc-sidebar ul.level5 {
|
| - margin-left: 20px;
|
| - padding-top: 10px;
|
| +/* line 247, ../sass/_html.scss */
|
| +#social-buttons img {
|
| + margin: -4px 0 0 1px;
|
| +}
|
| +
|
| +@media only screen and (max-width: 580px) {
|
| + /* line 279, ../sass/_html.scss */
|
| + .more-section .g-last .g-content {
|
| + padding-bottom: 0;
|
| + border: none;
|
| + }
|
| + /* line 284, ../sass/_html.scss */
|
| + .more-section .g-content {
|
| + border: 1px solid #dbdbdb;
|
| + border-width: 0 0 1px 0;
|
| + padding-bottom: 20px;
|
| + margin-bottom: 20px;
|
| + }
|
| +
|
| + /* line 293, ../sass/_html.scss */
|
| + #gc-footer .links a {
|
| + display: inline-block;
|
| + }
|
| +}
|
| +/* line 302, ../sass/_html.scss */
|
| +#scroll-to-top,
|
| +#send-feedback {
|
| + border-bottom: none;
|
| + bottom: 0;
|
| + position: fixed;
|
| + z-index: 5;
|
| }
|
|
|
| -#gc-sidebar li {
|
| - line-height: 120%;
|
| - margin: 0;
|
| - padding: 8px 0;
|
| +/* line 308, ../sass/_html.scss */
|
| +#scroll-to-top {
|
| + border-left: 0;
|
| + left: 0;
|
| }
|
|
|
| -#gc-sidebar li.level2 {
|
| - border-top: 1px solid #F5F5F5;
|
| +/* line 312, ../sass/_html.scss */
|
| +#send-feedback {
|
| + border-right: 0;
|
| + right: 0;
|
| }
|
| -#gc-sidebar li.level2:first-child {
|
| - border-top: none;
|
| +
|
| +/*
|
| +ul.condensed {
|
| + margin: 0.5em 0;
|
| + li {
|
| + margin-top: 0;
|
| + }
|
| }
|
|
|
| +pre {
|
| + &[data-filename] .filename {
|
| + background-color: #777;
|
| + padding: 2px 12px;
|
| + position: absolute;
|
| + right: 0;
|
| + top: 0;
|
| +}
|
| +*/
|
| +/*
|
| +#gc-sidebar {
|
| + width: 185px;
|
| + float: left;
|
| +
|
| + // scroll.js adds and removes the floating class depending on the scroll position.
|
| + &.floating {
|
| + overflow: auto;
|
| + position: fixed;
|
| + top: 0; bottom: 0;
|
| + }
|
| +
|
| + // Sidebar link/button styling.
|
| + span, a {
|
| + color: black;
|
| + display: block;
|
| + font-weight: normal;
|
| + position: relative;
|
| +
|
| + &.level2 {
|
| + font-weight: bold;
|
| + }
|
| + }
|
| + a:hover,
|
| + a.selected {
|
| + color: #0d68ae;
|
| + }
|
| +
|
| + a.button,
|
| + .level3,
|
| + .level4 {
|
| + color: #444;
|
| + }
|
| +
|
| + .toggleIndicator {
|
| + background: url(../images/toggle_sprite.png) no-repeat 0 0;
|
| + height: 8px;
|
| + position: absolute;
|
| + right: 0;
|
| + top: 3px;
|
| + width: 8px;
|
| +
|
| + &.toggled {
|
| + background-position: 0 -9px;
|
| + }
|
| + }
|
| +
|
| + // Sidebar list styling.
|
| +/* ul {
|
| + list-style: none;
|
| + margin: 0;
|
| + padding: 0;
|
| +
|
| + &.level2 {
|
| + margin-left: 10px;
|
| + padding-top: 10px;
|
| + }
|
| + &.level3,
|
| + &.level4,
|
| + &.level5 {
|
| + margin-left: 20px;
|
| + padding-top: 10px;
|
| + }
|
| + }
|
| +
|
| + li {
|
| + line-height: 120%;
|
| + margin: 0;
|
| + padding: 8px 0;
|
| +
|
| + &.level2 {
|
| + border-top: 1px solid #F5F5F5;
|
| +
|
| + &:first-child {
|
| + border-top: none;
|
| + }
|
| + }
|
| + }
|
| +}
|
| +*/
|
| + /*
|
| #toc {
|
| background-color: #F5F5F5;
|
| - border-bottom: 20px solid white;
|
| - /* We want this element to have a visual left-margin of 20px, but margins on
|
| - floated elements don't affect the borders and background of the elements
|
| - they float over. So we add this border to force the issue. */
|
| - border-left: 20px solid white;
|
| + border-bottom: 20px solid white; */
|
| +/* We want this element to have a visual left-margin of 20px, but margins on
|
| + floated elements don't affect the borders and background of the elements
|
| + they float over. So we add this border to force the issue. */
|
| +/* border-left: 20px solid white;
|
| float: right;
|
| - /* The spacing in the TOC is based around 10px:
|
| - * - The spacing between text and the box border is 10px, made up of a
|
| - * top/bottom padding of 10px here and a left/right margin on every
|
| - * TOC link of 10px.
|
| - * - The separator has a 5px top margin and 5px top padding for a total
|
| - * separation of 10px between each section.
|
| - */
|
| - padding: 10px 0;
|
| + margin: 5px 0px 0px 0px;
|
| + padding: 5px;
|
| position: relative;
|
| width: 250px;
|
| word-break: break-word;
|
| z-index: 3;
|
| -}
|
|
|
| -#toc * {
|
| - list-style: none;
|
| - margin: 0;
|
| - overflow: hidden;
|
| - padding: 0;
|
| - text-overflow: ellipsis;
|
| - white-space: nowrap;
|
| -}
|
| + * {
|
| + list-style: none;
|
| + overflow: hidden;
|
| + padding: 0;
|
| + text-overflow: ellipsis;
|
| + white-space: nowrap;
|
| + }
|
|
|
| -#toc a {
|
| - color: black;
|
| - line-height: 1.2em;
|
| - margin: 3px 0 3px 10px;
|
| -}
|
| + a {
|
| + color: black;
|
| + }
|
|
|
| -#toc li {
|
| - margin: 0 10px 0 10px;
|
| -}
|
| + h2 {
|
| + border: none;
|
| + font-size: 100%;
|
| + font-weight: bold;
|
| + margin: 0;
|
| + padding: 0;
|
| + }
|
|
|
| -#toc .separator {
|
| - border-top: 1px solid #e5e5e5;
|
| - margin-top: 5px;
|
| - padding-top: 5px;
|
| + ol {
|
| + margin: 1em 0 0 0;
|
| +
|
| + li {
|
| + line-height: 1.2em;
|
| + margin: .5em 0 .5em 1em;
|
| +
|
| + ol {
|
| + margin: 0;
|
| +
|
| + li {
|
| + margin: .5em 0 0 1em;
|
| + }
|
| + }
|
| + }
|
| + }
|
| +
|
| + .api-reference {
|
| + border-top: 1px solid #e5e5e5;
|
| + }
|
| }
|
|
|
| .filtered_item {
|
| @@ -578,139 +1371,1351 @@ button.google-button:active {
|
| #skipto {
|
| display: none;
|
| }
|
| -
|
| +*/
|
| /* List with largeish images floated to the right. */
|
| -.imaged li {
|
| - clear: right;
|
| +/*.imaged {
|
| + li {
|
| + clear: right;
|
| +
|
| + img {
|
| + float: right;
|
| + margin-bottom: 1em;
|
| + }
|
| + }
|
| + + p {
|
| + clear: right;
|
| + }
|
| +}*/
|
| +/*.indent-small {
|
| + margin-left: 2em;
|
| +}*/
|
| +/* Tabbed pane with header (tabs) and content */
|
| +/*
|
| +tabs {
|
| + display: block;
|
| + margin: 25px 0;
|
| +
|
| + header {
|
| + background: inherit;
|
| + border: 1px solid #ccc;
|
| + border-bottom: 1px solid white;
|
| + cursor: auto;
|
| + display: inline-block;
|
| + margin-bottom: 0;
|
| + padding: 10px;
|
| + outline: none;
|
| +
|
| + &.unselected {
|
| + background: #eee;
|
| + border-bottom: 1px solid #ccc;
|
| + cursor: pointer;
|
| + }
|
| + }
|
| + content {
|
| + border: 1px solid #ccc;
|
| + display: block;
|
| + margin-top: -1px;
|
| + padding: 20px;
|
| +
|
| + &.unselected {
|
| + display: none;
|
| + }
|
| +
|
| + pre {
|
| + margin: 0;
|
| + padding: 10px;
|
| + }
|
| + }
|
| +} */
|
| +/*
|
| + * API references.
|
| + */
|
| +/*
|
| +.type_name,
|
| +.property {
|
| + font-style: italic;
|
| }
|
|
|
| -.imaged li img {
|
| - float: right;
|
| - margin-bottom: 1em;
|
| +.api_reference {
|
| + div.summary {
|
| + background-color: #CADEF4;
|
| + border: 1px solid #93B4D9;
|
| + font-family: "Courier New", courier, monospace;
|
| + margin-top: 1em;
|
| + padding: 0.5em;
|
| + text-indent: -1.5em;
|
| +
|
| + .line {
|
| + padding-left: 1.5em;
|
| + text-indent: -1.5em;
|
| + }
|
| +
|
| + .subdued {
|
| + color: #7594B8;
|
| + }
|
| + }
|
| +
|
| + div.description {
|
| + margin-left: 2em;
|
| + }
|
| +*/
|
| +/* This style is used because types with functions prefix the function with the
|
| + * type name, using a lowercase first letter. */
|
| +/* .uncapitalize:first-letter {
|
| + text-transform: lowercase;
|
| + }
|
| +
|
| + .capitalize:first-letter {
|
| + text-transform: uppercase;
|
| + }
|
| }
|
|
|
| -.imaged + p {
|
| - clear: right;
|
| +.optional {
|
| + color: #7D7D7D;
|
| }
|
| +*/
|
| +/* =============================================================================
|
| + Typography
|
|
|
| -/* small indent for better visual distinction
|
| - (e.g., in a long list) */
|
| -.indent-small {
|
| - margin-left: 2em;
|
| + To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
|
| + so that the line height of our base font becomes the basic unit of vertical
|
| + measurement. We use multiples of that unit to set the top and bottom margins
|
| + for our block level elements and to set the line heights of any fonts.
|
| + For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
|
| + ========================================================================== */
|
| +/* line 12, ../sass/_typography.scss */
|
| +html {
|
| + font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
|
| + color: #777777;
|
| }
|
|
|
| -/* Tabbed pane with header (tabs) and content */
|
| -tabs {
|
| - display: block;
|
| - margin: 25px 0;
|
| +/* line 16, ../sass/_typography.scss */
|
| +body {
|
| + font-size: 13px;
|
| + color: #777777;
|
| }
|
| -tabs header {
|
| - background: inherit;
|
| - border: 1px solid #ccc;
|
| - border-bottom: 1px solid white;
|
| - cursor: auto;
|
| - display: inline-block;
|
| - margin-bottom: 0;
|
| - padding: 10px;
|
| - outline: none;
|
| +
|
| +/* line 21, ../sass/_typography.scss */
|
| +h1, h2, h3, h4, h5, h6 {
|
| + font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
|
| + font-weight: 600;
|
| + color: black;
|
| }
|
| -tabs header.unselected {
|
| - background: #eee;
|
| - border-bottom: 1px solid #ccc;
|
| - cursor: pointer;
|
| +
|
| +/* line 26, ../sass/_typography.scss */
|
| +h1, h2 {
|
| + font-weight: 300;
|
| +}
|
| +
|
| +/* line 29, ../sass/_typography.scss */
|
| +h1 {
|
| + font-size: 2.625em;
|
| + line-height: 1.14286em;
|
| +}
|
| +
|
| +/* line 32, ../sass/_typography.scss */
|
| +h1 + h1 {
|
| + margin-top: 0em;
|
| +}
|
| +
|
| +/* line 35, ../sass/_typography.scss */
|
| +h2 {
|
| + font-size: 1.875em;
|
| + line-height: 1.6em;
|
| + margin-top: 1.6em;
|
| + margin-bottom: 0em;
|
| + line-height: 1.12em;
|
| +}
|
| +
|
| +/* line 41, ../sass/_typography.scss */
|
| +h3 {
|
| + font-size: 1.125em;
|
| + line-height: 1.33333em;
|
| + margin-top: 1.33333em;
|
| + margin-bottom: 0.53333em;
|
| + line-height: 1.12em;
|
| }
|
| -tabs content {
|
| - border: 1px solid #ccc;
|
| +
|
| +/* line 47, ../sass/_typography.scss */
|
| +h4 {
|
| + font-size: 1.1em;
|
| + line-height: 1.36364em;
|
| + margin-top: 0em;
|
| + margin-bottom: 0em;
|
| +}
|
| +
|
| +/* line 52, ../sass/_typography.scss */
|
| +h5 {
|
| + font-size: 1em;
|
| + line-height: 1.5em;
|
| + margin-top: 0em;
|
| + margin-bottom: 0em;
|
| +}
|
| +
|
| +/* line 57, ../sass/_typography.scss */
|
| +h6 {
|
| + font-size: 1em;
|
| + line-height: 1.5em;
|
| + margin-top: 0em;
|
| + margin-bottom: 0em;
|
| +}
|
| +
|
| +/* line 69, ../sass/_typography.scss */
|
| +p {
|
| + margin: 1.5em 0;
|
| +}
|
| +/* line 71, ../sass/_typography.scss */
|
| +p.noindent, p.caption p {
|
| + text-indent: 0;
|
| +}
|
| +/* line 74, ../sass/_typography.scss */
|
| +p.caption {
|
| + text-align: left;
|
| +}
|
| +/* line 76, ../sass/_typography.scss */
|
| +.lightbox p.caption {
|
| + color: white;
|
| +}
|
| +
|
| +/* line 84, ../sass/_typography.scss */
|
| +a,
|
| +a:link,
|
| +a:visited {
|
| + color: #3399cc;
|
| + font-weight: bold;
|
| + text-decoration: none;
|
| + word-wrap: break-word;
|
| + transition: opacity 0.3s ease 0s;
|
| +}
|
| +/* line 91, ../sass/_typography.scss */
|
| +a:hover, a:focus,
|
| +a:link:hover,
|
| +a:link:focus,
|
| +a:visited:hover,
|
| +a:visited:focus {
|
| + color: #3399ff;
|
| +}
|
| +
|
| +/* line 95, ../sass/_typography.scss */
|
| +a.section-anchor {
|
| display: block;
|
| - margin-top: -1px;
|
| - padding: 20px;
|
| + padding-top: 3.33em;
|
| }
|
| -tabs content.unselected {
|
| - display: none;
|
| +
|
| +/* line 100, ../sass/_typography.scss */
|
| +footer[role="contentinfo"] {
|
| + font-size: 0.84615385em;
|
| }
|
| -tabs content pre {
|
| - margin: 0;
|
| - padding: 10px;
|
| +/* line 104, ../sass/_typography.scss */
|
| +footer[role="contentinfo"] a,
|
| +footer[role="contentinfo"] a:link,
|
| +footer[role="contentinfo"] a:visited {
|
| + color: #999999;
|
| + font-weight: normal;
|
| + font-weight: 600;
|
| + text-decoration: none;
|
| + word-wrap: break-word;
|
| +}
|
| +/* line 111, ../sass/_typography.scss */
|
| +footer[role="contentinfo"] a:hover, footer[role="contentinfo"] a:focus,
|
| +footer[role="contentinfo"] a:link:hover,
|
| +footer[role="contentinfo"] a:link:focus,
|
| +footer[role="contentinfo"] a:visited:hover,
|
| +footer[role="contentinfo"] a:visited:focus {
|
| + color: #3399ff;
|
| }
|
|
|
| -/*
|
| - * API references.
|
| - */
|
| +/* line 117, ../sass/_typography.scss */
|
| +img {
|
| + vertical-align: middle;
|
| +}
|
|
|
| -h2#apiReference {
|
| - font-size: 28pt;
|
| +/* line 121, ../sass/_typography.scss */
|
| +figcaption {
|
| + font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
|
| + color: #aaaaaa;
|
| }
|
|
|
| -.type_name,
|
| -.property {
|
| - font-style: italic;
|
| +/* line 127, ../sass/_typography.scss */
|
| +blockquote {
|
| + margin: 0.75em 0.8em;
|
| }
|
|
|
| -.api_reference div.summary {
|
| - background-color: #CADEF4;
|
| - border: 1px solid #93B4D9;
|
| - font-family: "Courier New", courier, monospace;
|
| - margin-top: 1em;
|
| - padding: 0.5em;
|
| - text-indent: -1.5em;
|
| +/* line 131, ../sass/_typography.scss */
|
| +cite {
|
| + margin: 0.75em 0.8em;
|
| + color: #c3c3c3;
|
| + font-style: normal;
|
| }
|
|
|
| -.api_reference div.summary .line {
|
| - padding-left: 1.5em;
|
| - text-indent: -1.5em;
|
| +/* line 138, ../sass/_typography.scss */
|
| +canvas {
|
| + background: white;
|
| + margin: 1.5em 0;
|
| }
|
|
|
| -.api_reference div.description {
|
| - margin-left: 2em;
|
| +/* line 145, ../sass/_typography.scss */
|
| +.code,
|
| +code,
|
| +pre {
|
| + color: #008800;
|
| + font-family: "Source Code Pro", sans-serif;
|
| }
|
|
|
| -div.summary .subdued {
|
| - color: #7594B8;
|
| +/* line 151, ../sass/_typography.scss */
|
| +pre {
|
| + margin: 2em 0;
|
| + word-wrap: break-word;
|
| + position: relative;
|
| +}
|
| +/* line 159, ../sass/_typography.scss */
|
| +pre[data-filename]::after {
|
| + content: attr(data-filename);
|
| + background-color: #aaaaaa;
|
| + color: #fff;
|
| + padding: 2px 12px;
|
| + position: absolute;
|
| + right: 0;
|
| + top: 0;
|
| +}
|
| +/* line 169, ../sass/_typography.scss */
|
| +pre a {
|
| + text-decoration: underline;
|
| }
|
|
|
| -.optional {
|
| - color: #7D7D7D;
|
| +/* line 173, ../sass/_typography.scss */
|
| +.static-code-container {
|
| + line-height: 1em;
|
| + clear: both;
|
| }
|
|
|
| -/*
|
| - * Samples.
|
| - */
|
| +/* line 181, ../sass/_typography.scss */
|
| +code,
|
| +kbd,
|
| +samp {
|
| + margin: 1.5em 0;
|
| + line-height: 1em;
|
| +}
|
|
|
| -#samples-controls {
|
| - margin: 10px 0;
|
| - background: #EEE;
|
| - padding: 10px;
|
| - border-radius: 10px;
|
| +/* line 191, ../sass/_typography.scss */
|
| +dl,
|
| +menu,
|
| +ol,
|
| +ul,
|
| +.item-list ul {
|
| + margin: 0.8em 0;
|
| }
|
|
|
| -#samples-controls #search_input {
|
| - width: 30em;
|
| +/* line 194, ../sass/_typography.scss */
|
| +ul {
|
| + padding-left: 1.28em;
|
| }
|
|
|
| -#samples-controls .label {
|
| - font-weight: bold;
|
| +/* line 197, ../sass/_typography.scss */
|
| +ol {
|
| + padding-left: 1.52em;
|
| }
|
|
|
| -#samples-controls td {
|
| - border: none;
|
| +/* line 201, ../sass/_typography.scss */
|
| +hr {
|
| + height: 1px;
|
| + border: 0;
|
| + border-bottom: 1px solid #dbdbdb;
|
| + padding-bottom: -1px;
|
| + margin: 1.5em 0;
|
| }
|
|
|
| -#samples-controls td.label {
|
| - min-width: 150px;
|
| - text-align: right;
|
| - vertical-align: top;
|
| - padding-right: 10px;
|
| +/* line 209, ../sass/_typography.scss */
|
| +.capitalize {
|
| + text-transform: uppercase;
|
| }
|
|
|
| -#samples-controls .sample {
|
| +/* line 6, ../sass/_navbar.scss */
|
| +#topnav {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-box-align: center;
|
| + -webkit-align-items: center;
|
| + -moz-align-items: center;
|
| + -ms-align-items: center;
|
| + -o-align-items: center;
|
| + align-items: center;
|
| + height: 64px;
|
| position: relative;
|
| - padding-left: 80px;
|
| }
|
|
|
| -#samples-controls img.icon {
|
| +/* line 14, ../sass/_navbar.scss */
|
| +#logo {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-box-align: center;
|
| + -webkit-align-items: center;
|
| + -moz-align-items: center;
|
| + -ms-align-items: center;
|
| + -o-align-items: center;
|
| + align-items: center;
|
| + -webkit-user-select: none;
|
| + -moz-user-select: none;
|
| + -o-user-select: none;
|
| + -ms-user-select: none;
|
| + user-select: none;
|
| +}
|
| +/* line 19, ../sass/_navbar.scss */
|
| +#logo a {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-box-align: center;
|
| + -webkit-align-items: center;
|
| + -moz-align-items: center;
|
| + -ms-align-items: center;
|
| + -o-align-items: center;
|
| + align-items: center;
|
| + color: #828282;
|
| + font-size: 2em;
|
| + font-weight: 400;
|
| + letter-spacing: -1px;
|
| +}
|
| +/* line 28, ../sass/_navbar.scss */
|
| +#logo a img {
|
| + margin-bottom: -4px;
|
| + margin-right: 5px;
|
| + height: 32px;
|
| + width: 32px;
|
| +}
|
| +/* line 36, ../sass/_navbar.scss */
|
| +#logo .collase-icon {
|
| + display: none;
|
| + background: url("../images/burger-icon.png") 50% 100% no-repeat;
|
| + background-size: cover;
|
| + width: 20px;
|
| + height: 20px;
|
| +}
|
| +/* line 43, ../sass/_navbar.scss */
|
| +#logo .collase-icon.active {
|
| + background-position: 50% 0;
|
| +}
|
| +
|
| +/* line 49, ../sass/_navbar.scss */
|
| +#fatnav {
|
| + height: 100%;
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-box-pack: 1;
|
| + -webkit-justify-content: flex-end;
|
| + -moz-justify-content: flex-end;
|
| + -ms-justify-content: flex-end;
|
| + -o-justify-content: flex-end;
|
| + justify-content: flex-end;
|
| + -webkit-box-flex: 1;
|
| + -webkit-flex: 1;
|
| + -moz-flex: 1;
|
| + -ms-flex: 1;
|
| + -o-flex: 1;
|
| + flex: 1;
|
| + white-space: nowrap;
|
| +}
|
| +/* line 56, ../sass/_navbar.scss */
|
| +#fatnav li {
|
| + list-style: none;
|
| +}
|
| +/* line 60, ../sass/_navbar.scss */
|
| +#fatnav > ul {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + padding: 0;
|
| + margin: 0;
|
| +}
|
| +/* line 66, ../sass/_navbar.scss */
|
| +#fatnav .toplevel {
|
| + color: #aaaaaa;
|
| + font-weight: 600;
|
| + text-transform: uppercase;
|
| + -webkit-user-select: none;
|
| + -moz-user-select: none;
|
| + -o-user-select: none;
|
| + -ms-user-select: none;
|
| + user-select: none;
|
| +}
|
| +/* line 72, ../sass/_navbar.scss */
|
| +#fatnav .toplevel::after {
|
| + content: '';
|
| + background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPJJREFUeNpiyc/Pn8XAwDATiM8yEAaMQBwBxHxMQMIdiE8D8Vog1sGjyQGqbhkQK4A0PoKaFATEF4F4MRCrImnQBuJtQLwfiI2hYk9AGl2AuB2I/wAxiB8DxNeAeA4QzwXiS0DsCdXwHIj9gHgqSOFPIK4CYksgvgJVwALEyUCcBDWMAeoSkO2bGZAEQeAM1CmtUNth4BkQ+wJxHBC/hwkyoQXALyCuAWILIL4MxIugAbYFI3iNZ54BR4fNtcXo0QEy9B+ywBGtWMzoAAquBWLk6EDXhBIdLNDokINGRwBQAUiiCYhvI0VHN1LIjpjoAAgwAMoSTlKlzAY4AAAAAElFTkSuQmCC) no-repeat;
|
| + background-size: 9px;
|
| + display: inline-block;
|
| + height: 5px;
|
| + width: 14px;
|
| + margin-left: 10px;
|
| + margin-bottom: 2px;
|
| +}
|
| +/* line 84, ../sass/_navbar.scss */
|
| +#fatnav .pillar {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-box-align: center;
|
| + -webkit-align-items: center;
|
| + -moz-align-items: center;
|
| + -ms-align-items: center;
|
| + -o-align-items: center;
|
| + align-items: center;
|
| + padding: 0 20px;
|
| + cursor: pointer;
|
| + z-index: 1002;
|
| +}
|
| +/* line 92, ../sass/_navbar.scss */
|
| +#fatnav .expandee {
|
| + display: none;
|
| position: absolute;
|
| - width: 64px;
|
| - height: 64px;
|
| + z-index: 1001;
|
| left: 0;
|
| - top: 40px;
|
| + width: 100%;
|
| + -webkit-box-sizing: border-box;
|
| + -moz-box-sizing: border-box;
|
| + box-sizing: border-box;
|
| + background-color: whitesmoke;
|
| + padding: 20px 0;
|
| + cursor: initial;
|
| + margin: 0;
|
| +}
|
| +/* line 113, ../sass/_navbar.scss */
|
| +#fatnav .expandee a {
|
| + font-weight: 600;
|
| + padding: 0.5em 0;
|
| + display: block;
|
| + color: #828282;
|
| +}
|
| +/* line 119, ../sass/_navbar.scss */
|
| +#fatnav .expandee a:hover {
|
| + background-image: -webkit-linear-gradient(205deg, rgba(229, 229, 229, 0.7) 0%, rgba(233, 233, 233, 0.7) 20%, rgba(244, 244, 244, 0.7) 100%);
|
| + background-image: -moz-linear-gradient(205deg, rgba(229, 229, 229, 0.7) 0%, rgba(233, 233, 233, 0.7) 20%, rgba(244, 244, 244, 0.7) 100%);
|
| + background-image: -o-linear-gradient(205deg, rgba(229, 229, 229, 0.7) 0%, rgba(233, 233, 233, 0.7) 20%, rgba(244, 244, 244, 0.7) 100%);
|
| + background-image: linear-gradient(205deg, rgba(229, 229, 229, 0.7) 0%, rgba(233, 233, 233, 0.7) 20%, rgba(244, 244, 244, 0.7) 100%);
|
| +}
|
| +/* line 124, ../sass/_navbar.scss */
|
| +#fatnav .expandee li {
|
| + white-space: nowrap;
|
| +}
|
| +/* line 127, ../sass/_navbar.scss */
|
| +#fatnav .expandee li.submenu {
|
| + color: #333;
|
| + font-size: 1.1em;
|
| + font-weight: bold;
|
| + cursor: pointer;
|
| + -webkit-box-flex: 1;
|
| + -webkit-flex: 1;
|
| + -moz-flex: 1;
|
| + -ms-flex: 1;
|
| + -o-flex: 1;
|
| + flex: 1;
|
| +}
|
| +/* line 134, ../sass/_navbar.scss */
|
| +#fatnav .expandee li.submenu.active {
|
| + background-image: -webkit-linear-gradient(205deg, rgba(229, 229, 229, 0.7) 0%, rgba(233, 233, 233, 0.7) 20%, rgba(244, 244, 244, 0.7) 100%);
|
| + background-image: -moz-linear-gradient(205deg, rgba(229, 229, 229, 0.7) 0%, rgba(233, 233, 233, 0.7) 20%, rgba(244, 244, 244, 0.7) 100%);
|
| + background-image: -o-linear-gradient(205deg, rgba(229, 229, 229, 0.7) 0%, rgba(233, 233, 233, 0.7) 20%, rgba(244, 244, 244, 0.7) 100%);
|
| + background-image: linear-gradient(205deg, rgba(229, 229, 229, 0.7) 0%, rgba(233, 233, 233, 0.7) 20%, rgba(244, 244, 244, 0.7) 100%);
|
| +}
|
| +/* line 138, ../sass/_navbar.scss */
|
| +#fatnav .expandee li.submenu > ul {
|
| + font-size: 0.8em;
|
| + padding: 15px 0 0 0;
|
| + margin: 0;
|
| +}
|
| +/* line 144, ../sass/_navbar.scss */
|
| +#fatnav .expandee li.submenu .category {
|
| + border-bottom: 1px solid #e8e8e8;
|
| +}
|
| +/* line 147, ../sass/_navbar.scss */
|
| +#fatnav .expandee li.submenu .category:last-child {
|
| + border: none;
|
| +}
|
| +/* line 151, ../sass/_navbar.scss */
|
| +#fatnav .expandee li.submenu .category a {
|
| + overflow: hidden;
|
| + text-overflow: ellipsis;
|
| +}
|
| +/* line 157, ../sass/_navbar.scss */
|
| +#fatnav .expandee li.submenu .category > ul {
|
| + display: none;
|
| +}
|
| +/* line 161, ../sass/_navbar.scss */
|
| +#fatnav .expandee li.submenu .category ul {
|
| + padding: 0;
|
| +}
|
| +
|
| +/* line 170, ../sass/_navbar.scss */
|
| +#search {
|
| + display: -webkit-inline-flex;
|
| + display: -moz-inline-flex;
|
| + display: -ms-inline-flex;
|
| + display: -o-inline-flex;
|
| + display: inline-flex;
|
| + -webkit-align-self: stretch;
|
| + -moz-align-self: stretch;
|
| + -ms-align-self: stretch;
|
| + -o-align-self: stretch;
|
| + align-self: stretch;
|
| + -webkit-box-align: center;
|
| + -webkit-align-items: center;
|
| + -moz-align-items: center;
|
| + -ms-align-items: center;
|
| + -o-align-items: center;
|
| + align-items: center;
|
| + width: auto;
|
| + padding: 0 20px;
|
| + cursor: pointer;
|
| +}
|
| +/* line 178, ../sass/_navbar.scss */
|
| +#search img {
|
| + height: 16px;
|
| + width: 16px;
|
| + -webkit-user-select: none;
|
| + -moz-user-select: none;
|
| + -o-user-select: none;
|
| + -ms-user-select: none;
|
| + user-select: none;
|
| +}
|
| +/* line 184, ../sass/_navbar.scss */
|
| +#search .expandee {
|
| + padding: 20px;
|
| +}
|
| +/* line 187, ../sass/_navbar.scss */
|
| +#search .expandee input[type="search"] {
|
| + width: 100%;
|
| + -webkit-box-sizing: border-box;
|
| + -moz-box-sizing: border-box;
|
| + box-sizing: border-box;
|
| + background: url("../images/search.png") no-repeat 15px 55%;
|
| + background-size: 20px;
|
| + background-color: white;
|
| + border: 1px solid #dbdbdb;
|
| + padding: 10px 10px 10px 40px;
|
| + font-size: 1.4em;
|
| + -webkit-box-flex: 1;
|
| + -webkit-flex: 1;
|
| + -moz-flex: 1;
|
| + -ms-flex: 1;
|
| + -o-flex: 1;
|
| + flex: 1;
|
| + font-family: inherit;
|
| + font-weight: 300;
|
| +}
|
| +
|
| +@media only screen and (min-width: 580px) {
|
| + /* line 206, ../sass/_navbar.scss */
|
| + #topnav {
|
| + padding: 15px 0 0;
|
| + }
|
| +
|
| + /* line 212, ../sass/_navbar.scss */
|
| + #fatnav .pillar.active {
|
| + background: whitesmoke url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAyCAMAAABI+VrBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFQTFRF/////f39/v7+/Pz8+/v7+fn56+vr+vr69PT09vb28/Pz9fX1xcXF9/f3+Pj45+fn8PDwycnJ7+/v6enpzc3N19fX8fHx8vLy7u7u6Ojo7Ozs3Nzc5OTk7e3t4uLi2dnZ39/fxsbG29vb0dHR3d3d4ODg4+Pj6urqyMjI09PT5eXl0NDQ1dXV2NjYysrKx8fH5ubmzs7O3t7exMTE4eHh2tray8vLz8/PzMzM1NTU1tbWhgtdWwAAAOFJREFUeNok0NWSxCAURdFDhCQkMx3tuLe7jP//h829NC+rqIKNAK8hhGEQjmUyrm+ziVTs50O6jkA6b+J3gSCqpWfiGZxL1yKyhbIQEDQLxj7xTYy7SXoCY1RXbwLXy6OgfdevIbYFdulHaBuI7t3SIY5Nbhm4zAdF/Ow5gvTEEaR/W49Ov2eSIvjuW+Y4tdTCXHML+1XI/A7cwmmdM1nHLZwbl+kPPj9lunELq5LuRWy5hUFyC+uKI+hazabgCJpYcws5gsXS5F8qc02i9C9Jn9ejelHoMkJdhrJ5xb8AAwBmihB0TS21nQAAAABJRU5ErkJggg==) no-repeat right 0;
|
| + }
|
| + /* line 216, ../sass/_navbar.scss */
|
| + #fatnav .pillar.active .toplevel::after {
|
| + background-position: 0% -5px;
|
| + }
|
| + /* line 221, ../sass/_navbar.scss */
|
| + #fatnav .pillar.active .expandee {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-box-orient: vertical;
|
| + -webkit-flex-direction: row;
|
| + -moz-flex-direction: row;
|
| + -ms-flex-direction: row;
|
| + -o-flex-direction: row;
|
| + flex-direction: row;
|
| + }
|
| + /* line 229, ../sass/_navbar.scss */
|
| + #fatnav .pillar.active .expandee::after {
|
| + position: absolute;
|
| + background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(211, 211, 211, 0.5)), color-stop(50%, #d3d3d3), color-stop(75%, rgba(211, 211, 211, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
|
| + background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(211, 211, 211, 0.5) 25%, #d3d3d3 50%, rgba(211, 211, 211, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
|
| + background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(211, 211, 211, 0.5) 25%, #d3d3d3 50%, rgba(211, 211, 211, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
|
| + background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(211, 211, 211, 0.5) 25%, #d3d3d3 50%, rgba(211, 211, 211, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
|
| + background-image: linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(211, 211, 211, 0.5) 25%, #d3d3d3 50%, rgba(211, 211, 211, 0.5) 75%, rgba(255, 255, 255, 0) 100%);
|
| + right: 0;
|
| + top: 0;
|
| + content: '';
|
| + width: 1px !important;
|
| + height: 100%;
|
| + }
|
| + /* line 241, ../sass/_navbar.scss */
|
| + #fatnav .pillar .expandee {
|
| + min-height: 400px;
|
| + font-size: 0.9em;
|
| + box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
|
| + top: 64px;
|
| + }
|
| + /* line 247, ../sass/_navbar.scss */
|
| + #fatnav .pillar .expandee .submenu {
|
| + padding: 0 20px;
|
| + border-right: 1px solid #e8e8e8;
|
| + }
|
| + /* line 250, ../sass/_navbar.scss */
|
| + #fatnav .pillar .expandee .submenu:last-child {
|
| + border: none;
|
| + }
|
| +
|
| + /* line 258, ../sass/_navbar.scss */
|
| + #search {
|
| + margin-right: -4px;
|
| + }
|
| + /* line 261, ../sass/_navbar.scss */
|
| + #search.active {
|
| + background: whitesmoke url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAyCAMAAABI+VrBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFQTFRF/////f39/v7+/Pz8+/v7+fn56+vr+vr69PT09vb28/Pz9fX1xcXF9/f3+Pj45+fn8PDwycnJ7+/v6enpzc3N19fX8fHx8vLy7u7u6Ojo7Ozs3Nzc5OTk7e3t4uLi2dnZ39/fxsbG29vb0dHR3d3d4ODg4+Pj6urqyMjI09PT5eXl0NDQ1dXV2NjYysrKx8fH5ubmzs7O3t7exMTE4eHh2tray8vLz8/PzMzM1NTU1tbWhgtdWwAAAOFJREFUeNok0NWSxCAURdFDhCQkMx3tuLe7jP//h829NC+rqIKNAK8hhGEQjmUyrm+ziVTs50O6jkA6b+J3gSCqpWfiGZxL1yKyhbIQEDQLxj7xTYy7SXoCY1RXbwLXy6OgfdevIbYFdulHaBuI7t3SIY5Nbhm4zAdF/Ow5gvTEEaR/W49Ov2eSIvjuW+Y4tdTCXHML+1XI/A7cwmmdM1nHLZwbl+kPPj9lunELq5LuRWy5hUFyC+uKI+hazabgCJpYcws5gsXS5F8qc02i9C9Jn9ejelHoMkJdhrJ5xb8AAwBmihB0TS21nQAAAABJRU5ErkJggg==) no-repeat right 0;
|
| + }
|
| + /* line 264, ../sass/_navbar.scss */
|
| + #search.active .expandee {
|
| + display: block;
|
| + top: 64px;
|
| + }
|
| +}
|
| +@media only screen and (max-width: 580px) {
|
| + /* line 275, ../sass/_navbar.scss */
|
| + #topnav {
|
| + -webkit-box-orient: vertical;
|
| + -webkit-flex-direction: column;
|
| + -moz-flex-direction: column;
|
| + -ms-flex-direction: column;
|
| + -o-flex-direction: column;
|
| + flex-direction: column;
|
| + height: auto;
|
| + }
|
| +
|
| + /* line 280, ../sass/_navbar.scss */
|
| + #fatnav {
|
| + width: 100%;
|
| + max-height: 0;
|
| + overflow: hidden;
|
| + background: whitesmoke;
|
| + }
|
| + /* line 287, ../sass/_navbar.scss */
|
| + #fatnav.active {
|
| + max-height: 5000px;
|
| + }
|
| + /* line 291, ../sass/_navbar.scss */
|
| + #fatnav > ul {
|
| + -webkit-box-flex: 1;
|
| + -webkit-flex: 1;
|
| + -moz-flex: 1;
|
| + -ms-flex: 1;
|
| + -o-flex: 1;
|
| + flex: 1;
|
| + -webkit-box-orient: vertical;
|
| + -webkit-flex-direction: column;
|
| + -moz-flex-direction: column;
|
| + -ms-flex-direction: column;
|
| + -o-flex-direction: column;
|
| + flex-direction: column;
|
| + }
|
| + /* line 296, ../sass/_navbar.scss */
|
| + #fatnav .toplevel {
|
| + width: 100%;
|
| + height: 50px;
|
| + -webkit-box-align: center;
|
| + -webkit-align-items: center;
|
| + -moz-align-items: center;
|
| + -ms-align-items: center;
|
| + -o-align-items: center;
|
| + align-items: center;
|
| + -webkit-box-pack: 1;
|
| + -webkit-justify-content: center;
|
| + -moz-justify-content: center;
|
| + -ms-justify-content: center;
|
| + -o-justify-content: center;
|
| + justify-content: center;
|
| + display: -webkit-inline-flex;
|
| + display: -moz-inline-flex;
|
| + display: -ms-inline-flex;
|
| + display: -o-inline-flex;
|
| + display: inline-flex;
|
| + }
|
| + /* line 304, ../sass/_navbar.scss */
|
| + #fatnav .pillar {
|
| + -webkit-box-orient: vertical;
|
| + -webkit-flex-direction: column;
|
| + -moz-flex-direction: column;
|
| + -ms-flex-direction: column;
|
| + -o-flex-direction: column;
|
| + flex-direction: column;
|
| + padding: 0;
|
| + border-bottom: 1px solid #dbdbdb;
|
| + }
|
| + /* line 311, ../sass/_navbar.scss */
|
| + #fatnav .pillar.active .expandee {
|
| + display: initial;
|
| + }
|
| + /* line 318, ../sass/_navbar.scss */
|
| + #fatnav .expandee {
|
| + position: relative;
|
| + padding: 0;
|
| + background-color: rgba(229, 229, 229, 0.7);
|
| + }
|
| + /* line 324, ../sass/_navbar.scss */
|
| + #fatnav .expandee li.submenu {
|
| + padding: 10px 15px;
|
| + }
|
| + /* line 328, ../sass/_navbar.scss */
|
| + #fatnav .expandee li.submenu:not(:last-child) {
|
| + border-color: #ccc;
|
| + }
|
| + /* line 332, ../sass/_navbar.scss */
|
| + #fatnav .expandee li.submenu > ul {
|
| + background-color: inherit;
|
| + }
|
| +
|
| + /* line 341, ../sass/_navbar.scss */
|
| + #logo {
|
| + height: 50px;
|
| + width: 90%;
|
| + }
|
| + /* line 345, ../sass/_navbar.scss */
|
| + #logo a {
|
| + -webkit-box-flex: 1;
|
| + -webkit-flex: 1;
|
| + -moz-flex: 1;
|
| + -ms-flex: 1;
|
| + -o-flex: 1;
|
| + flex: 1;
|
| + }
|
| + /* line 349, ../sass/_navbar.scss */
|
| + #logo .collase-icon {
|
| + display: initial;
|
| + }
|
| +
|
| + /* line 354, ../sass/_navbar.scss */
|
| + #search {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-box-align: center;
|
| + -webkit-align-items: center;
|
| + -moz-align-items: center;
|
| + -ms-align-items: center;
|
| + -o-align-items: center;
|
| + align-items: center;
|
| + -webkit-box-ordinal-group: -1;
|
| + -webkit-order: -1;
|
| + -moz-order: -1;
|
| + -ms-order: -1;
|
| + -o-order: -1;
|
| + order: -1;
|
| + padding: 15px 15px 0 15px;
|
| + }
|
| + /* line 360, ../sass/_navbar.scss */
|
| + #search img {
|
| + display: none;
|
| + }
|
| + /* line 364, ../sass/_navbar.scss */
|
| + #search .expandee {
|
| + display: block;
|
| + }
|
| +}
|
| +/* line 4, ../sass/_homepage.scss */
|
| +#gc-pagecontent .g-section h1, #gc-pagecontent .g-section h2, #gc-pagecontent .g-section h3 {
|
| + margin: 0;
|
| +}
|
| +
|
| +/* line 11, ../sass/_homepage.scss */
|
| +#upcoming-events .screenshot, #featured .screenshot {
|
| + margin-top: 0;
|
| +}
|
| +
|
| +/* line 17, ../sass/_homepage.scss */
|
| +#upcoming-events article {
|
| + border: 1px solid #dbdbdb;
|
| + border-width: 0 0 1px 0;
|
| + padding: 20px 0;
|
| +}
|
| +/* line 22, ../sass/_homepage.scss */
|
| +#upcoming-events article:first-child {
|
| + padding-top: 0;
|
| +}
|
| +/* line 26, ../sass/_homepage.scss */
|
| +#upcoming-events article:last-child {
|
| + padding-bottom: 0;
|
| + border: none;
|
| +}
|
| +
|
| +/* line 33, ../sass/_homepage.scss */
|
| +#site-sections {
|
| + background-color: whitesmoke;
|
| + padding: 20px;
|
| + text-align: center;
|
| +}
|
| +/* line 39, ../sass/_homepage.scss */
|
| +#site-sections h2 {
|
| + padding-top: 20px;
|
| +}
|
| +/* line 42, ../sass/_homepage.scss */
|
| +#site-sections h2::before {
|
| + display: block;
|
| + content: '';
|
| + background: url("../images/bucket-icons.svg") 12px 50% no-repeat;
|
| + width: 100px;
|
| + height: 65px;
|
| + background-size: cover;
|
| + margin: auto;
|
| + margin-bottom: 20px;
|
| +}
|
| +/* line 53, ../sass/_homepage.scss */
|
| +#site-sections h2.multidevice::before {
|
| + background-position: -91px 50%;
|
| +}
|
| +/* line 58, ../sass/_homepage.scss */
|
| +#site-sections h2.platform::before {
|
| + background-position: -194px 50%;
|
| +}
|
| +
|
| +/* line 65, ../sass/_homepage.scss */
|
| +#developer-news {
|
| + margin-top: 4em;
|
| +}
|
| +/* line 68, ../sass/_homepage.scss */
|
| +#developer-news .g-content {
|
| + margin-right: 20px;
|
| +}
|
| +/* line 72, ../sass/_homepage.scss */
|
| +#developer-news h1 {
|
| + margin-bottom: 40px !important;
|
| +}
|
| +
|
| +@media only screen and (min-width: 580px) {
|
| + /* line 80, ../sass/_homepage.scss */
|
| + #featured {
|
| + padding-right: 30px;
|
| + padding-bottom: 10px;
|
| + border: 1px solid #dbdbdb;
|
| + border-width: 0 1px 0 0;
|
| + }
|
| + /* line 87, ../sass/_homepage.scss */
|
| + #featured img {
|
| + margin-bottom: 20px;
|
| + }
|
| +}
|
| +/* line 4, ../sass/_pillar.scss */
|
| +.pillar-content h1 {
|
| + font-size: 42px;
|
| +}
|
| +/* line 7, ../sass/_pillar.scss */
|
| +.pillar-content > .g-section {
|
| + padding: 3em 0;
|
| +}
|
| +/* line 10, ../sass/_pillar.scss */
|
| +.pillar-content > .g-section:not(:last-of-type) {
|
| + border-bottom: 1px solid #dbdbdb;
|
| +}
|
| +/* line 13, ../sass/_pillar.scss */
|
| +.pillar-content > .g-section > h2 {
|
| + font-size: 30px;
|
| + margin-bottom: 1.5em !important;
|
| +}
|
| +/* line 19, ../sass/_pillar.scss */
|
| +.pillar-content .article-list article {
|
| + position: relative;
|
| + overflow: hidden;
|
| + width: 100%;
|
| + padding: 1.9em;
|
| + background-color: whitesmoke;
|
| + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 0 3px rgba(0, 0, 0, 0.15);
|
| + line-height: 1.5em;
|
| + margin-bottom: 1.5em;
|
| +}
|
| +/* line 28, ../sass/_pillar.scss */
|
| +.pillar-content .article-list article.new::after {
|
| + content: 'new';
|
| + background: #2e82c9;
|
| + position: absolute;
|
| + -webkit-transform: rotate(45deg);
|
| + -moz-transform: rotate(45deg);
|
| + -ms-transform: rotate(45deg);
|
| + -o-transform: rotate(45deg);
|
| + transform: rotate(45deg);
|
| + top: -4px;
|
| + right: -20px;
|
| + color: white;
|
| + font-size: 0.9em;
|
| + width: 60px;
|
| + text-align: center;
|
| + padding-top: 8px;
|
| +}
|
| +/* line 41, ../sass/_pillar.scss */
|
| +.pillar-content .article-list article p {
|
| + font-weight: 300;
|
| +}
|
| +/* line 49, ../sass/_pillar.scss */
|
| +.pillar-content #further-resources .g-content h2::before {
|
| + display: inline-block;
|
| + content: '';
|
| + background: url("../images/further-resources-icons.svg") 0 50% no-repeat;
|
| + width: 50px;
|
| + height: 43px;
|
| + background-size: cover;
|
| + margin: auto;
|
| + margin-bottom: 5px;
|
| + vertical-align: middle;
|
| +}
|
| +/* line 61, ../sass/_pillar.scss */
|
| +.pillar-content #further-resources .g-content h2.school::before {
|
| + background-position: 0 50%;
|
| +}
|
| +/* line 66, ../sass/_pillar.scss */
|
| +.pillar-content #further-resources .g-content h2.chat::before {
|
| + background-position: -54px 50%;
|
| +}
|
| +/* line 71, ../sass/_pillar.scss */
|
| +.pillar-content #further-resources .g-content h2.puzzle::before {
|
| + background-position: -108px 50%;
|
| +}
|
| +@media only screen and (max-width: 580px) {
|
| + /* line 80, ../sass/_pillar.scss */
|
| + .pillar-content > .g-section {
|
| + padding: 2em 0;
|
| + }
|
| +}
|
| +@media only screen and (min-width: 580px) {
|
| + /* line 86, ../sass/_pillar.scss */
|
| + .pillar-content .article-list {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-flex-wrap: wrap;
|
| + -moz-flex-wrap: wrap;
|
| + -ms-flex-wrap: wrap;
|
| + -o-flex-wrap: wrap;
|
| + flex-wrap: wrap;
|
| + -webkit-box-pack: 1;
|
| + -webkit-justify-content: space-between;
|
| + -moz-justify-content: space-between;
|
| + -ms-justify-content: space-between;
|
| + -o-justify-content: space-between;
|
| + justify-content: space-between;
|
| + -webkit-box-align: stretch;
|
| + -webkit-align-items: stretch;
|
| + -moz-align-items: stretch;
|
| + -ms-align-items: stretch;
|
| + -o-align-items: stretch;
|
| + align-items: stretch;
|
| + }
|
| + /* line 91, ../sass/_pillar.scss */
|
| + .pillar-content .article-list article {
|
| + -webkit-box-flex: auto;
|
| + -webkit-flex: auto;
|
| + -moz-flex: auto;
|
| + -ms-flex: auto;
|
| + -o-flex: auto;
|
| + flex: auto;
|
| + margin-right: 1.5em;
|
| + width: 45%;
|
| + }
|
| + /* line 96, ../sass/_pillar.scss */
|
| + .pillar-content .article-list article:nth-child(2n), .pillar-content .article-list article:last-of-type {
|
| + margin-right: 0;
|
| + }
|
| +}
|
| +@media only screen and (min-width: 990px) {
|
| + /* line 105, ../sass/_pillar.scss */
|
| + .pillar-content .article-list article {
|
| + width: 30%;
|
| + }
|
| + /* line 107, ../sass/_pillar.scss */
|
| + .pillar-content .article-list article:nth-child(2n) {
|
| + margin-right: 1.5em;
|
| + }
|
| + /* line 111, ../sass/_pillar.scss */
|
| + .pillar-content .article-list article:nth-child(3n), .pillar-content .article-list article:last-of-type {
|
| + margin-right: 0;
|
| + }
|
| +}
|
| +
|
| +@supports not (flex-wrap: wrap) {
|
| + /* line 123, ../sass/_pillar.scss */
|
| + .pillar-content .article-list {
|
| + display: block;
|
| + }
|
| + @media only screen and (min-width: 580px) {
|
| + /* line 125, ../sass/_pillar.scss */
|
| + .pillar-content .article-list article {
|
| + flex: none;
|
| + float: left;
|
| + width: 48%;
|
| + }
|
| +}
|
| + @media only screen and (min-width: 990px) {
|
| + /* line 125, ../sass/_pillar.scss */
|
| + .pillar-content .article-list article {
|
| + width: 31.8058%;
|
| + }
|
| +}
|
| +}
|
| +/* line 140, ../sass/_pillar.scss */
|
| +.load-more-articles {
|
| + overflow: hidden;
|
| + *zoom: 1;
|
| + margin: 2em auto 0.3em;
|
| + text-align: center;
|
| + width: 100%;
|
| +}
|
| +/* line 146, ../sass/_pillar.scss */
|
| +.load-more-articles a,
|
| +.load-more-articles a:hover {
|
| + color: black;
|
| + transition: opacity 0.3s ease 0s;
|
| +}
|
| +
|
| +/* line 151, ../sass/_pillar.scss */
|
| +.nav-arrow {
|
| + background-size: 48px 48px;
|
| + background: top center no-repeat;
|
| + display: inline-block;
|
| + opacity: 0.5;
|
| + transition: opacity 0.3s ease 0s;
|
| + padding-top: 50px;
|
| +}
|
| +
|
| +/* line 159, ../sass/_pillar.scss */
|
| +.nav-arrow:hover {
|
| + opacity: 1;
|
| +}
|
| +
|
| +/* line 162, ../sass/_pillar.scss */
|
| +.down-arrow {
|
| + background-image: url("../images/down-arrow.png");
|
| +}
|
| +
|
| +/* line 5, ../sass/_article.scss */
|
| +.inline-toc {
|
| + line-height: 1.3em;
|
| +}
|
| +/* line 10, ../sass/_article.scss */
|
| +.inline-toc a,
|
| +.inline-toc a:link,
|
| +.inline-toc a:visited {
|
| + color: #aaaaaa;
|
| + font-weight: normal;
|
| +}
|
| +/* line 15, ../sass/_article.scss */
|
| +.inline-toc a:hover, .inline-toc a:focus,
|
| +.inline-toc a:link:hover,
|
| +.inline-toc a:link:focus,
|
| +.inline-toc a:visited:hover,
|
| +.inline-toc a:visited:focus {
|
| + color: black;
|
| +}
|
| +/* line 21, ../sass/_article.scss */
|
| +.inline-toc li li a,
|
| +.inline-toc li li a:link,
|
| +.inline-toc li li a:visited {
|
| + color: #aaaaaa;
|
| +}
|
| +/* line 25, ../sass/_article.scss */
|
| +.inline-toc li li a:hover, .inline-toc li li a:focus,
|
| +.inline-toc li li a:link:hover,
|
| +.inline-toc li li a:link:focus,
|
| +.inline-toc li li a:visited:hover,
|
| +.inline-toc li li a:visited:focus {
|
| + color: black;
|
| +}
|
| +/* line 30, ../sass/_article.scss */
|
| +.inline-toc a {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + padding: 0.5em 0;
|
| +}
|
| +/* line 35, ../sass/_article.scss */
|
| +.inline-toc .related {
|
| + display: block;
|
| +}
|
| +/* line 39, ../sass/_article.scss */
|
| +.inline-toc .related li a.active {
|
| + color: black;
|
| +}
|
| +/* line 45, ../sass/_article.scss */
|
| +.inline-toc #toc {
|
| + display: none;
|
| +}
|
| +/* line 49, ../sass/_article.scss */
|
| +.inline-toc #toc .toplevel > a {
|
| + font-weight: bold;
|
| + color: black;
|
| +}
|
| +/* line 53, ../sass/_article.scss */
|
| +.inline-toc #toc .toplevel > a::after {
|
| + content: '+';
|
| + -webkit-box-flex: 1;
|
| + -webkit-flex: 1;
|
| + -moz-flex: 1;
|
| + -ms-flex: 1;
|
| + -o-flex: 1;
|
| + flex: 1;
|
| + text-align: right;
|
| +}
|
| +/* line 64, ../sass/_article.scss */
|
| +.inline-toc #toc .toplevel.active .toc {
|
| + display: block;
|
| +}
|
| +/* line 68, ../sass/_article.scss */
|
| +.inline-toc #toc .toplevel.active > a::after {
|
| + content: '-';
|
| +}
|
| +/* line 76, ../sass/_article.scss */
|
| +.inline-toc .toc {
|
| + margin: 0;
|
| + padding: 0;
|
| + border-top: 1px solid #dbdbdb;
|
| +}
|
| +/* line 81, ../sass/_article.scss */
|
| +.inline-toc .toc .toc {
|
| + display: none;
|
| +}
|
| +/* line 85, ../sass/_article.scss */
|
| +.inline-toc .toc .toc li {
|
| + padding-left: 1em;
|
| + border-bottom: 1px solid #dbdbdb;
|
| +}
|
| +
|
| +/* line 93, ../sass/_article.scss */
|
| +#cc-info {
|
| + display: -webkit-box;
|
| + display: -webkit-flex;
|
| + display: -moz-flex;
|
| + display: -ms-flex;
|
| + display: -o-flex;
|
| + display: flex;
|
| + -webkit-box-align: center;
|
| + -webkit-align-items: center;
|
| + -moz-align-items: center;
|
| + -ms-align-items: center;
|
| + -o-align-items: center;
|
| + align-items: center;
|
| + font-style: italic;
|
| + font-size: 0.8em;
|
| + color: #848484;
|
| +}
|
| +/* line 100, ../sass/_article.scss */
|
| +#cc-info .cc-license img {
|
| + width: 90px;
|
| + height: 32px;
|
| +}
|
| +/* line 104, ../sass/_article.scss */
|
| +#cc-info .last-updated {
|
| + -webkit-box-flex: 1;
|
| + -webkit-flex: 1;
|
| + -moz-flex: 1;
|
| + -ms-flex: 1;
|
| + -o-flex: 1;
|
| + flex: 1;
|
| +}
|
| +
|
| +@media only screen and (min-width: 580px) {
|
| + /* line 111, ../sass/_article.scss */
|
| + .inline-toc {
|
| + position: absolute;
|
| + top: 0;
|
| + left: 50%;
|
| + margin-left: 195px;
|
| + width: 240px;
|
| + overflow: auto;
|
| + overflow-x: hidden;
|
| + }
|
| + /* line 121, ../sass/_article.scss */
|
| + .inline-toc.sticky {
|
| + position: fixed;
|
| + }
|
| + /* line 125, ../sass/_article.scss */
|
| + .inline-toc #toc {
|
| + display: block;
|
| + }
|
| +
|
| + /* line 129, ../sass/_article.scss */
|
| + .article-content {
|
| + width: 70%;
|
| + padding-right: 5%;
|
| + border-right: 1px solid whitesmoke;
|
| + }
|
| +
|
| + /* line 134, ../sass/_article.scss */
|
| + .cc-license {
|
| + margin: 0 0 0 auto;
|
| + }
|
| +}
|
| +@media only screen and (min-width: 581px) and (max-width: 990px) {
|
| + /* line 141, ../sass/_article.scss */
|
| + .inline-toc {
|
| + width: 200px;
|
| + margin-left: 165px;
|
| + }
|
| +}
|
| +@media only screen and (max-width: 580px) {
|
| + /* line 150, ../sass/_article.scss */
|
| + .article-content [itemprop="articleBody"] > .collapsible {
|
| + height: 58px;
|
| + overflow: hidden;
|
| + }
|
| + /* line 154, ../sass/_article.scss */
|
| + .article-content [itemprop="articleBody"] > .collapsible.active {
|
| + height: auto;
|
| + }
|
| + /* line 156, ../sass/_article.scss */
|
| + .article-content [itemprop="articleBody"] > .collapsible.active h2::before {
|
| + content: '-';
|
| + }
|
| + /* line 161, ../sass/_article.scss */
|
| + .article-content [itemprop="articleBody"] > .collapsible h2 {
|
| + position: relative;
|
| + margin: 0;
|
| + padding: 15px 15px 15px 0;
|
| + border-top: 1px solid #dbdbdb;
|
| + white-space: nowrap;
|
| + overflow: hidden;
|
| + text-overflow: ellipsis;
|
| + }
|
| + /* line 170, ../sass/_article.scss */
|
| + .article-content [itemprop="articleBody"] > .collapsible h2::before {
|
| + position: absolute;
|
| + right: 0;
|
| + content: '+';
|
| + }
|
| + /* line 177, ../sass/_article.scss */
|
| + .article-content [itemprop="articleBody"] .related {
|
| + margin: 20px 0;
|
| + }
|
| }
|
|
|