Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1953)

Unified Diff: chrome/common/extensions/docs/static/css/site.css

Issue 113963003: added scss files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved site.css to out subdirectory Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
deleted file mode 100644
index 8aab13f79cf92c3c513bf35b61db0afb3edd232b..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/static/css/site.css
+++ /dev/null
@@ -1,2721 +0,0 @@
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
- * 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;
-}
-
-/**
- * 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;
-}
-
-/**
- * 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;
-}
-
-/**
- * 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;
-}
-
-/* ==========================================================================
- 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 */
-}
-
-/**
- * Address `font-family` inconsistency between `textarea` and other form
- * elements.
- */
-/* line 139, ../sass/_normalize.scss */
-button,
-input,
-select,
-textarea {
- font-family: sans-serif;
-}
-
-/**
- * Remove default margin.
- */
-/* line 148, ../sass/_normalize.scss */
-body {
- margin: 0;
-}
-
-/* ==========================================================================
- Links
- ========================================================================== */
-/**
- * Remove the gray background color from active links in IE 10.
- */
-/* line 160, ../sass/_normalize.scss */
-a {
- background: transparent;
-}
-
-/**
- * Address `outline` inconsistency between Chrome and other browsers.
- */
-/* line 168, ../sass/_normalize.scss */
-a:focus {
- outline: thin dotted;
-}
-
-/**
- * Improve readability when focused and also mouse hovered in all browsers.
- */
-/* line 177, ../sass/_normalize.scss */
-a:active,
-a:hover {
- outline: 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;
-}
-
-/* line 195, ../sass/_normalize.scss */
-blockquote {
- /* Set 1 unit of vertical rhythm on the top and bottom margin. */
- margin: 1.5em 40px;
-}
-
-/**
- * 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;
-}
-
-/* line 227, ../sass/_normalize.scss */
-h3 {
- font-size: 1.17em;
- line-height: 1.28205em;
- margin-top: 1.28205em;
- margin-bottom: 1.28205em;
-}
-
-/* line 233, ../sass/_normalize.scss */
-h4 {
- font-size: 1em;
- line-height: 1.5em;
- margin-top: 1.5em;
- margin-bottom: 1.5em;
-}
-
-/* line 239, ../sass/_normalize.scss */
-h5 {
- font-size: 0.83em;
- line-height: 1.80723em;
- margin-top: 1.80723em;
- margin-bottom: 1.80723em;
-}
-
-/* line 245, ../sass/_normalize.scss */
-h6 {
- font-size: 0.67em;
- line-height: 2.23881em;
- margin-top: 2.23881em;
- margin-bottom: 2.23881em;
-}
-
-/**
- * Address styling not present in IE 8/9, Safari 5, and Chrome.
- */
-/* line 256, ../sass/_normalize.scss */
-abbr[title] {
- border-bottom: 1px dotted;
-}
-
-/**
- * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
- */
-/* line 265, ../sass/_normalize.scss */
-b,
-strong {
- font-weight: bold;
-}
-
-/**
- * Address styling not present in Safari 5 and Chrome.
- */
-/* line 273, ../sass/_normalize.scss */
-dfn {
- font-style: italic;
-}
-
-/**
- * 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;
-}
-
-/**
- * Address styling not present in IE 8/9.
- */
-/* line 290, ../sass/_normalize.scss */
-mark {
- background: #ff0;
- color: #000;
-}
-
-/**
- * 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;
-}
-
-/**
- * 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;
-}
-
-/**
- * Set consistent quote types.
- */
-/* line 334, ../sass/_normalize.scss */
-q {
- quotes: "\201C" "\201D" "\2018" "\2019";
-}
-
-/**
- * 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
- * the element has a subset of displays, which include inline-block.
- *
- * Use the data-inline-block attribute rather than a class on the element
- * because the templates may end up overriding the class attribute.
- */
-[data-list-item] {
- display: list-item;
-}
-
-.uncapitalize::first-letter {
- text-transform: lowercase;
-}
-
-.capitalize::first-letter {
- text-transform: uppercase;
-}
-
-/**
- * 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;
-}
-
-/* line 358, ../sass/_normalize.scss */
-sup {
- top: -0.5em;
-}
-
-/* line 362, ../sass/_normalize.scss */
-sub {
- bottom: -0.25em;
-}
-
-/* ==========================================================================
- Lists
- ========================================================================== */
-/**
- * Address margins set differently in IE 6/7.
- */
-/* line 378, ../sass/_normalize.scss */
-dl,
-menu,
-ol,
-ul {
- margin: 1.5em 0;
-}
-
-/* line 392, ../sass/_normalize.scss */
-dd {
- margin: 0 0 0 40px;
-}
-
-/**
- * Address paddings set differently in IE 6/7.
- */
-/* line 402, ../sass/_normalize.scss */
-menu,
-ol,
-ul {
- padding: 0 0 0 40px;
-}
-
-/**
- * Correct list images handled incorrectly in IE 7.
- */
-/* line 413, ../sass/_normalize.scss */
-nav ul,
-nav ol {
- list-style: none;
- list-style-image: none;
-}
-
-/* ==========================================================================
- 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;
-}
-
-/**
- * Correct overflow displayed oddly in IE 9.
- */
-/* line 439, ../sass/_normalize.scss */
-svg:not(:root) {
- overflow: hidden;
-}
-
-/* ==========================================================================
- Figures
- ========================================================================== */
-/**
- * Address margin not present in IE 8/9 and Safari 5.
- */
-/* line 451, ../sass/_normalize.scss */
-figure {
- margin: 0;
-}
-
-/* ==========================================================================
- Forms
- ========================================================================== */
-/**
- * Correct margin displayed oddly in IE 6/7.
- */
-/* line 464, ../sass/_normalize.scss */
-form {
- margin: 0;
-}
-
-/**
- * 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 */
-}
-
-/**
- * 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;
- /* 1 */
- font-size: 100%;
- /* 2 */
- margin: 0;
- /* 3 */
- vertical-align: baseline;
- /* 4 */
- *vertical-align: middle;
- /* 4 */
-}
-
-/**
- * Address Firefox 4+ setting `line-height` on `input` using `!important` in
- * the UA stylesheet.
- */
-/* line 523, ../sass/_normalize.scss */
-button,
-input {
- line-height: normal;
-}
-
-/**
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
- * All other form control elements do not inherit `text-transform` values.
- * Correct `button` style inheritance in Chrome, Safari 5+, and IE 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 */
-}
-
-/**
- * Re-set default cursor for disabled elements.
- */
-/* line 565, ../sass/_normalize.scss */
-button[disabled],
-html input[disabled] {
- cursor: default;
-}
-
-/**
- * 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 */
-}
-
-/**
- * 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;
-}
-
-/**
- * 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;
-}
-
-/**
- * 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 */
-}
-
-/* ==========================================================================
- Tables
- ========================================================================== */
-/**
- * Remove most spacing between table cells.
- */
-/* line 635, ../sass/_normalize.scss */
-table {
- border-collapse: collapse;
- border-spacing: 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%;
-}
-
-/* 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;
-}
-
-/* line 61, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
-* html {
- font-size: 100%;
-}
-
-/* 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;
-}
-
-/* line 7, ../sass/_grid.scss */
-.g-section:after {
- content: ".";
- display: block;
- height: 0;
- clear: both;
- visibility: hidden;
-}
-
-/* line 14, ../sass/_grid.scss */
-.g-unit .g-section:after {
- clear: none;
-}
-
-/* line 17, ../sass/_grid.scss */
-.g-unit .g-section {
- width: 100%;
- overflow: hidden;
-}
-
-/* line 21, ../sass/_grid.scss */
-.g-section, .g-unit {
- zoom: 1;
-}
-
-/* line 24, ../sass/_grid.scss */
-.g-split > .g-unit {
- float: right;
- text-align: right;
-}
-
-/* line 28, ../sass/_grid.scss */
-.g-split > .g-first {
- float: left;
- text-align: left;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* line 70, ../sass/_grid.scss */
-.g-tpl-nest .g-unit {
- float: left;
- width: auto;
- display: inline;
- margin: 0;
-}
-
-/* line 73, ../sass/_grid.scss */
-.g-tpl-nest-alt .g-unit {
- float: right;
- width: auto;
- display: inline;
- margin: 0;
-}
-
-/* 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;
-}
-
-/* line 41, ../sass/_layout.scss */
-footer[role="contentinfo"] {
- padding: 40px 0 50px;
-}
-
-@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;
-}
-
-/* line 34, ../sass/_html.scss */
-td, th {
- padding: 1em 1.5em;
- text-align: left;
- border: 1px solid #dbdbdb;
-}
-
-/* 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;
- 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;
-}
-
-/* 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;
-}
-
-/* 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);
-}
-/* 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;
-}
-/* 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;
-}
-
-/* line 308, ../sass/_html.scss */
-#scroll-to-top {
- border-left: 0;
- left: 0;
-}
-
-/* line 312, ../sass/_html.scss */
-#send-feedback {
- border-right: 0;
- right: 0;
-}
-
-/*
-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;
- float: right;
- margin: 5px 0px 0px 0px;
- padding: 5px;
- position: relative;
- width: 250px;
- word-break: break-word;
- z-index: 3;
-
- * {
- list-style: none;
- overflow: hidden;
- padding: 0;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
-
- a {
- color: black;
- }
-
- h2 {
- border: none;
- font-size: 100%;
- font-weight: bold;
- margin: 0;
- padding: 0;
- }
-
- 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 {
- line-height: 6px;
-}
-
-#filtered_apis {
- margin-top: 5px;
-}
-
-#skipto {
- display: none;
-}
-*/
-/* List with largeish images floated to the 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;
-}
-
-.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;
- }
-}
-
-.optional {
- color: #7D7D7D;
-}
-*/
-/* =============================================================================
- Typography
-
- 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;
-}
-
-/* line 16, ../sass/_typography.scss */
-body {
- font-size: 13px;
- color: #777777;
-}
-
-/* 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;
-}
-
-/* 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;
-}
-
-/* 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;
- padding-top: 3.33em;
-}
-
-/* line 100, ../sass/_typography.scss */
-footer[role="contentinfo"] {
- font-size: 0.84615385em;
-}
-/* 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;
-}
-
-/* line 117, ../sass/_typography.scss */
-img {
- vertical-align: middle;
-}
-
-/* line 121, ../sass/_typography.scss */
-figcaption {
- font-family: "Open Sans", Arial, "Lucida Grande", sans-serif;
- color: #aaaaaa;
-}
-
-/* line 127, ../sass/_typography.scss */
-blockquote {
- margin: 0.75em 0.8em;
-}
-
-/* line 131, ../sass/_typography.scss */
-cite {
- margin: 0.75em 0.8em;
- color: #c3c3c3;
- font-style: normal;
-}
-
-/* line 138, ../sass/_typography.scss */
-canvas {
- background: white;
- margin: 1.5em 0;
-}
-
-/* line 145, ../sass/_typography.scss */
-.code,
-code,
-pre {
- color: #008800;
- font-family: "Source Code Pro", sans-serif;
-}
-
-/* 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;
-}
-
-/* line 173, ../sass/_typography.scss */
-.static-code-container {
- line-height: 1em;
- clear: both;
-}
-
-/* line 181, ../sass/_typography.scss */
-code,
-kbd,
-samp {
- margin: 1.5em 0;
- line-height: 1em;
-}
-
-/* line 191, ../sass/_typography.scss */
-dl,
-menu,
-ol,
-ul,
-.item-list ul {
- margin: 0.8em 0;
-}
-
-/* line 194, ../sass/_typography.scss */
-ul {
- padding-left: 1.28em;
-}
-
-/* line 197, ../sass/_typography.scss */
-ol {
- padding-left: 1.52em;
-}
-
-/* line 201, ../sass/_typography.scss */
-hr {
- height: 1px;
- border: 0;
- border-bottom: 1px solid #dbdbdb;
- padding-bottom: -1px;
- margin: 1.5em 0;
-}
-
-/* line 209, ../sass/_typography.scss */
-.capitalize {
- text-transform: uppercase;
-}
-
-/* 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;
-}
-
-/* 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;
- z-index: 1001;
- left: 0;
- 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;
- }
-}
« no previous file with comments | « chrome/common/extensions/docs/static/css/out/site.css ('k') | chrome/common/extensions/docs/static/sass/_article.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698