/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ body { line-height: 1; } /* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ ol, ul { list-style: none; } /* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ table { border-collapse: collapse; border-spacing: 0; } /* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } /* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q, blockquote { quotes: none; } /* line 101, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } /* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ a img { border: none; } /* line 114, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } /** * Base SlideDeck Styles */ /* line 42, ../sass/_base.scss */ html { height: 100%; overflow: hidden; } /* line 47, ../sass/_base.scss */ body { margin: 0; padding: 0; opacity: 1 !important; height: 100%; min-height: 740px; overflow-x: hidden; overflow-y: auto; color: #fff; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; -webkit-transition: opacity 800ms ease-in; -moz-transition: opacity 800ms ease-in; -ms-transition: opacity 800ms ease-in; -o-transition: opacity 800ms ease-in; transition: opacity 800ms ease-in; } /* line 65, ../sass/_base.scss */ slides > slide[hidden] { display: none !important; } /* line 69, ../sass/_base.scss */ slides { width: 100%; height: 100%; position: absolute; left: 0; top: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-perspective: 1000; perspective: 1000; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; } /* line 80, ../sass/_base.scss */ slides > slide { display: block; position: absolute; overflow: hidden; left: 50%; top: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Slide styles */ /*article.fill iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 0; margin: 0; @include border-radius(10px); z-index: -1; } slide.fill { background-repeat: no-repeat; @include background-size(cover); } slide.fill img { position: absolute; left: 0; top: 0; min-width: 100%; min-height: 100%; z-index: -1; } */ /** * Theme Styles */ /* line 51, ../sass/default.scss */ ::selection { color: white; background-color: #ffd14d; text-shadow: none; } /* line 57, ../sass/default.scss */ ::-webkit-scrollbar { height: 16px; overflow: visible; width: 16px; } /* line 62, ../sass/default.scss */ ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.1); background-clip: padding-box; border: solid transparent; min-height: 28px; padding: 100px 0 0; -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07); border-width: 1px 1px 1px 6px; } /* line 71, ../sass/default.scss */ ::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.5); } /* line 74, ../sass/default.scss */ ::-webkit-scrollbar-button { height: 0; width: 0; } /* line 78, ../sass/default.scss */ ::-webkit-scrollbar-track { background-clip: padding-box; border: solid transparent; border-width: 0 0 0 4px; } /* line 83, ../sass/default.scss */ ::-webkit-scrollbar-corner { background: transparent; } /* line 87, ../sass/default.scss */ body { background: black; } /* line 95, ../sass/default.scss */ slides > slide { display: none; font-family: 'Open Sans', Arial, sans-serif; font-size: 26px; color: #797979; width: 900px; height: 700px; margin-left: -450px; margin-top: -350px; padding: 40px 60px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -ms-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; transition: all 0.6s ease-out; } /* line 116, ../sass/default.scss */ slides > slide.far-past { display: none; } /* line 123, ../sass/default.scss */ slides > slide.past { display: block; opacity: 0; } /* line 130, ../sass/default.scss */ slides > slide.current { display: block; opacity: 1; } /* line 136, ../sass/default.scss */ slides > slide.current .auto-fadein { opacity: 1; } /* line 140, ../sass/default.scss */ slides > slide.current .gdbar { -webkit-background-size: 100% 100%; -moz-background-size: 100% 100%; -o-background-size: 100% 100%; background-size: 100% 100%; } /* line 145, ../sass/default.scss */ slides > slide.next { display: block; opacity: 0; pointer-events: none; } /* line 153, ../sass/default.scss */ slides > slide.far-next { display: none; } /* line 160, ../sass/default.scss */ slides > slide.dark { background: #515151; } /* line 168, ../sass/default.scss */ slides > slide:not(.fill):not(.nobackground):before { font-size: 12pt; content: "#io2012"; position: absolute; bottom: 20px; left: 60px; background: url(../../images/google_developers_icon_128.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; -moz-background-size: 30px 30px; -o-background-size: 30px 30px; background-size: 30px 30px; padding-left: 40px; height: 30px; line-height: 1.9; } /* line 180, ../sass/default.scss */ slides > slide:not(.fill):not(.nobackground):after { font-size: 12pt; content: attr(data-slide-num) "/" attr(data-total-slides); position: absolute; bottom: 20px; right: 60px; line-height: 1.9; } /* line 191, ../sass/default.scss */ slides > slide.title-slide:after { content: ''; background: url(../../images/io2012_logo.png) no-repeat 100% 50%; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; position: absolute; bottom: 40px; right: 40px; width: 100%; height: 60px; } /* line 203, ../sass/default.scss */ slides > slide.backdrop { z-index: -1; display: block !important; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6)); background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6); background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6); background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6); background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6); background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6); background-color: white; } /* line 209, ../sass/default.scss */ slides > slide.backdrop:after, slides > slide.backdrop:before { display: none; } /* line 214, ../sass/default.scss */ slides > slide > hgroup + article { margin-top: 45px; } /* line 217, ../sass/default.scss */ slides > slide > hgroup + article p { margin-bottom: 1em; } /* line 222, ../sass/default.scss */ slides > slide > article:only-child > iframe { height: 100%; } /* line 227, ../sass/default.scss */ slides.layout-faux-widescreen > slide { padding: 40px 160px; } /* line 236, ../sass/default.scss */ slides.layout-widescreen > slide, slides.layout-faux-widescreen > slide { margin-left: -550px; width: 1100px; } /* line 241, ../sass/default.scss */ slides.layout-widescreen > slide.far-past, slides.layout-faux-widescreen > slide.far-past { display: block; display: none; -webkit-transform: translate(-2260px); -moz-transform: translate(-2260px); -ms-transform: translate(-2260px); -o-transform: translate(-2260px); transform: translate(-2260px); -webkit-transform: translate3d(-2260px, 0, 0); -moz-transform: translate3d(-2260px, 0, 0); -ms-transform: translate3d(-2260px, 0, 0); -o-transform: translate3d(-2260px, 0, 0); transform: translate3d(-2260px, 0, 0); } /* line 248, ../sass/default.scss */ slides.layout-widescreen > slide.past, slides.layout-faux-widescreen > slide.past { display: block; opacity: 0; } /* line 255, ../sass/default.scss */ slides.layout-widescreen > slide.current, slides.layout-faux-widescreen > slide.current { display: block; opacity: 1; } /* line 262, ../sass/default.scss */ slides.layout-widescreen > slide.next, slides.layout-faux-widescreen > slide.next { display: block; opacity: 0; pointer-events: none; } /* line 270, ../sass/default.scss */ slides.layout-widescreen > slide.far-next, slides.layout-faux-widescreen > slide.far-next { display: block; display: none; -webkit-transform: translate(2260px); -moz-transform: translate(2260px); -ms-transform: translate(2260px); -o-transform: translate(2260px); transform: translate(2260px); -webkit-transform: translate3d(2260px, 0, 0); -moz-transform: translate3d(2260px, 0, 0); -ms-transform: translate3d(2260px, 0, 0); -o-transform: translate3d(2260px, 0, 0); transform: translate3d(2260px, 0, 0); } /* line 277, ../sass/default.scss */ slides.layout-widescreen #prev-slide-area, slides.layout-faux-widescreen #prev-slide-area { margin-left: -650px; } /* line 281, ../sass/default.scss */ slides.layout-widescreen #next-slide-area, slides.layout-faux-widescreen #next-slide-area { margin-left: 550px; } /* line 286, ../sass/default.scss */ b { font-weight: 600; } /* line 290, ../sass/default.scss */ a { color: #2a7cdf; text-decoration: none; padding-bottom: 2px; border-bottom: 1px solid rgba(42, 124, 223, 0.5); } /* line 296, ../sass/default.scss */ a:hover { color: black !important; } /* line 301, ../sass/default.scss */ h1, h2, h3 { font-weight: 600; } /* line 305, ../sass/default.scss */ h2 { font-size: 45px; line-height: 45px; letter-spacing: -2px; color: #515151; } /* line 312, ../sass/default.scss */ h3 { font-size: 30px; letter-spacing: -1px; line-height: 2; font-weight: inherit; color: #797979; } /* line 320, ../sass/default.scss */ ul { margin-left: 1.2em; margin-bottom: 1em; position: relative; } /* line 325, ../sass/default.scss */ ul li { margin-bottom: 0.5em; } /* line 328, ../sass/default.scss */ ul li ul { margin-left: 2em; margin-bottom: 0; } /* line 332, ../sass/default.scss */ ul li ul li:before { content: '-'; font-weight: 600; } /* line 339, ../sass/default.scss */ ul > li:before { content: '·'; margin-left: -1em; position: absolute; font-weight: 600; } /* line 346, ../sass/default.scss */ ul ul { margin-top: .5em; } /* line 353, ../sass/default.scss */ .highlight-code slide.current pre > * { opacity: 0.25; -webkit-transition: opacity 0.5s ease-in; -moz-transition: opacity 0.5s ease-in; -ms-transition: opacity 0.5s ease-in; -o-transition: opacity 0.5s ease-in; transition: opacity 0.5s ease-in; } /* line 357, ../sass/default.scss */ .highlight-code slide.current b { opacity: 1; } /* line 362, ../sass/default.scss */ pre { font-family: 'Inconsolata', 'Courier New', monospace; font-size: 20px; line-height: 28px; padding: 10px 0 10px 60px; letter-spacing: -1px; margin-bottom: 20px; width: 106%; background-color: #e6e6e6; left: -60px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /*overflow: hidden;*/ } /* line 376, ../sass/default.scss */ pre:after { content: attr(data-lang); background-color: #a9a9a9; right: 0; top: 0; position: absolute; font-size: 16pt; color: white; padding: 2px 25px; text-transform: uppercase; } /* line 389, ../sass/default.scss */ code { font-size: 95%; font-family: 'Inconsolata', 'Courier New', monospace; color: black; } /* line 395, ../sass/default.scss */ iframe { width: 100%; height: 530px; background: white; border: 1px solid #e6e6e6; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* line 403, ../sass/default.scss */ dt { font-weight: bold; } /* line 407, ../sass/default.scss */ button { display: inline-block; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #f9f9f9), color-stop(70%, #e3e3e3)); background: -webkit-linear-gradient(#f9f9f9 40%, #e3e3e3 70%); background: -moz-linear-gradient(#f9f9f9 40%, #e3e3e3 70%); background: -o-linear-gradient(#f9f9f9 40%, #e3e3e3 70%); background: -ms-linear-gradient(#f9f9f9 40%, #e3e3e3 70%); background: linear-gradient(#f9f9f9 40%, #e3e3e3 70%); border: 1px solid #999; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: pointer; text-shadow: 1px 1px white; font-weight: 700; font-size: 10pt; } /* line 422, ../sass/default.scss */ button:hover { border-color: black; } /* line 426, ../sass/default.scss */ button:active { background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9)); background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%); background: -moz-linear-gradient(#e3e3e3 40%, #f9f9f9 70%); background: -o-linear-gradient(#e3e3e3 40%, #f9f9f9 70%); background: -ms-linear-gradient(#e3e3e3 40%, #f9f9f9 70%); background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%); } /* line 430, ../sass/default.scss */ .blue { color: #4387fd; } /* line 433, ../sass/default.scss */ .blue2 { color: #3c8ef3; } /* line 436, ../sass/default.scss */ .blue3 { color: #2a7cdf; } /* line 439, ../sass/default.scss */ .yellow { color: #ffd14d; } /* line 442, ../sass/default.scss */ .yellow2 { color: #f9cc46; } /* line 445, ../sass/default.scss */ .yellow3 { color: #f6c000; } /* line 448, ../sass/default.scss */ .green { color: #0da861; } /* line 451, ../sass/default.scss */ .green2 { color: #00a86d; } /* line 454, ../sass/default.scss */ .green3 { color: #009f5d; } /* line 457, ../sass/default.scss */ .red { color: #f44a3f; } /* line 460, ../sass/default.scss */ .red2 { color: #e0543e; } /* line 463, ../sass/default.scss */ .red3 { color: #d94d3a; } /* line 466, ../sass/default.scss */ .gray { color: #e6e6e6; } /* line 469, ../sass/default.scss */ .gray2 { color: #a9a9a9; } /* line 472, ../sass/default.scss */ .gray3 { color: #797979; } /* line 475, ../sass/default.scss */ .gray4 { color: #515151; } /* line 479, ../sass/default.scss */ .columns-2 { -webkit-column-count: 2; -moz-column-count: 2; -o-column-count: 2; column-count: 2; } /* line 483, ../sass/default.scss */ table { width: 100%; border-collapse: -moz-initial; border-collapse: initial; border-spacing: 2px; border-bottom: 1px solid #797979; } /* line 490, ../sass/default.scss */ table tr > td:first-child, table th { font-weight: 600; color: #515151; } /* line 495, ../sass/default.scss */ table tr:nth-child(odd) { background-color: #e6e6e6; } /* line 499, ../sass/default.scss */ table th { color: white; font-size: 18px; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #4387fd), color-stop(80%, #2a7cdf)) no-repeat; background: -webkit-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; background: -moz-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; background: -o-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; background: -ms-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; background: linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat; } /* line 505, ../sass/default.scss */ table td, table th { font-size: 18px; padding: 1em 0.5em; } /* line 510, ../sass/default.scss */ table td.highlight { color: #515151; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffd14d), color-stop(80%, #f6c000)) no-repeat; background: -webkit-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; background: -moz-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; background: -o-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; background: -ms-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; background: linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat; } /* line 515, ../sass/default.scss */ table.rows { border-bottom: none; border-right: 1px solid #797979; } /* line 521, ../sass/default.scss */ q { font-size: 45px; line-height: 72px; } /* line 525, ../sass/default.scss */ q:before { content: '“'; position: absolute; margin-left: -0.5em; } /* line 530, ../sass/default.scss */ q:after { content: '”'; position: absolute; margin-left: 0.1em; } /* line 537, ../sass/default.scss */ slide.fill { -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } /* line 540, ../sass/default.scss */ slide.fill h3 { background: rgba(255, 255, 255, 0.75); padding-top: .2em; padding-bottom: .3em; margin-top: -0.2em; margin-left: -60px; padding-left: 60px; margin-right: -60px; padding-right: 60px; } /* line 551, ../sass/default.scss */ slide.fill h4 { display: inline; position: absolute; bottom: 50px; padding: 15px; } /* Size variants */ /* line 562, ../sass/default.scss */ article.smaller p, article.smaller ul { font-size: 20px; line-height: 24px; letter-spacing: 0; } /* line 568, ../sass/default.scss */ article.smaller table td, article.smaller table th { font-size: 14px; } /* line 572, ../sass/default.scss */ article.smaller pre { font-size: 15px; line-height: 20px; letter-spacing: 0; } /* line 577, ../sass/default.scss */ article.smaller q { font-size: 40px; line-height: 48px; } /* line 581, ../sass/default.scss */ article.smaller q:before, article.smaller q:after { font-size: 60px; } /* Builds */ /* line 590, ../sass/default.scss */ .build > * { -webkit-transition: opacity 0.5s ease-in-out 0.2s; -moz-transition: opacity 0.5s ease-in-out 0.2s; -ms-transition: opacity 0.5s ease-in-out 0.2s; -o-transition: opacity 0.5s ease-in-out 0.2s; transition: opacity 0.5s ease-in-out 0.2s; } /* line 594, ../sass/default.scss */ .build .to-build { opacity: 0; } /* line 598, ../sass/default.scss */ .build .build-fade { opacity: 0.3; } /* line 601, ../sass/default.scss */ .build .build-fade:hover { opacity: 1.0; } /* Pretty print */ /* line 610, ../sass/default.scss */ .prettyprint .str, .prettyprint .atv { /* a markup attribute value */ color: #009f5d; } /* line 614, ../sass/default.scss */ .prettyprint .kwd, .prettyprint .tag { /* a markup tag name */ color: #0066cc; } /* line 617, ../sass/default.scss */ .prettyprint .com { /* a comment */ color: #797979; font-style: italic; } /* line 621, ../sass/default.scss */ .prettyprint .lit { /* a literal value */ color: #7f0000; } /* line 626, ../sass/default.scss */ .prettyprint .pun, .prettyprint .opn, .prettyprint .clo { color: #515151; } /* line 632, ../sass/default.scss */ .prettyprint .typ, .prettyprint .atn, .prettyprint .dec, .prettyprint .var { /* a declaration; a variable name */ color: #d94d3a; } /* line 635, ../sass/default.scss */ .prettyprint .pln { color: #515151; } /* line 641, ../sass/default.scss */ .with-notes slide.current { -webkit-transform: rotateY(180deg) !important; -moz-transform: rotateY(180deg) !important; -ms-transform: rotateY(180deg) !important; -o-transform: rotateY(180deg) !important; transform: rotateY(180deg) !important; } /* line 644, ../sass/default.scss */ .with-notes .note { opacity: 1; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); pointer-events: auto; } /* line 651, ../sass/default.scss */ .note { position: absolute; z-index: 100; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); opacity: 0; pointer-events: none; display: -webkit-box !important; display: -moz-box !important; display: -ms-box !important; display: -o-box !important; display: box !important; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-align: center; -moz-box-align: center; -ms-box-align: center; box-align: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.1, 0.1, 0.25, 0.9), opacity 0.4s ease-in-out 0.4s; -moz-transition: -moz-transform 0.2s cubic-bezier(0.1, 0.1, 0.25, 0.9), opacity 0.4s ease-in-out 0.4s; -ms-transition: -ms-transform 0.2s cubic-bezier(0.1, 0.1, 0.25, 0.9), opacity 0.4s ease-in-out 0.4s; -o-transition: -o-transform 0.2s cubic-bezier(0.1, 0.1, 0.25, 0.9), opacity 0.4s ease-in-out 0.4s; transition: transform 0.2s cubic-bezier(0.1, 0.1, 0.25, 0.9), opacity 0.4s ease-in-out 0.4s; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; } /* line 667, ../sass/default.scss */ .note > section { background: #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 10px #797979; -moz-box-shadow: 0 0 10px #797979; box-shadow: 0 0 10px #797979; width: 60%; padding: 2em; } /* line 676, ../sass/default.scss */ input, button { vertical-align: middle; } /*.centered { text-align: center; } .reflect { -webkit-box-reflect: below 3px -webkit-linear-gradient(rgba(255,255,255,0) 85%, white 150%); -moz-box-reflect: below 3px -moz-linear-gradient(rgba(255,255,255,0) 85%, white 150%); -o-box-reflect: below 3px -o-linear-gradient(rgba(255,255,255,0) 85%, white 150%); -ms-box-reflect: below 3px -ms-linear-gradient(rgba(255,255,255,0) 85%, white 150%); box-reflect: below 3px linear-gradient(rgba(255,255,255,0) 85%, white 150%); }*/ /* line 692, ../sass/default.scss */ .flexbox { display: -webkit-box !important; display: -moz-box !important; display: -ms-box !important; display: -o-box !important; display: box !important; } /* line 696, ../sass/default.scss */ .flexbox.vcenter { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-align: center; -moz-box-align: center; -ms-box-align: center; box-align: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; height: 100%; width: 100%; } /* line 702, ../sass/default.scss */ .flexbox.vleft { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-box-align: left; -moz-box-align: left; -ms-box-align: left; box-align: left; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; box-pack: center; height: 100%; width: 100%; } /* line 708, ../sass/default.scss */ .auto-fadein { -webkit-transition: opacity 0.6s ease-in 1s; -moz-transition: opacity 0.6s ease-in 1s; -ms-transition: opacity 0.6s ease-in 1s; -o-transition: opacity 0.6s ease-in 1s; transition: opacity 0.6s ease-in 1s; opacity: 0; } /* Clickable/tappable areas */ /* line 714, ../sass/default.scss */ .slide-area { z-index: 1000; position: absolute; left: 0; top: 0; width: 100px; height: 700px; left: 50%; top: 50%; cursor: pointer; margin-top: -350px; } /* line 731, ../sass/default.scss */ #prev-slide-area { margin-left: -550px; } /* line 736, ../sass/default.scss */ #next-slide-area { margin-left: 450px; } /* ===== SLIDE CONTENT ===== */ /* line 744, ../sass/default.scss */ .logoslide img { width: 383px; height: 92px; } /* line 750, ../sass/default.scss */ .segue { padding: 60px 120px; } /* line 753, ../sass/default.scss */ .segue h2 { color: #e6e6e6; font-size: 60px; } /* line 757, ../sass/default.scss */ .segue h3 { color: #e6e6e6; line-height: 2.8; } /* line 761, ../sass/default.scss */ .segue hgroup { position: absolute; bottom: 225px; } /* line 767, ../sass/default.scss */ .thank-you-slide { background: #4387fd; color: white; } /* line 771, ../sass/default.scss */ .thank-you-slide h2 { font-size: 60px; color: inherit; } /* line 776, ../sass/default.scss */ .thank-you-slide article > p { margin-top: 2em; font-size: 20pt; } /* line 781, ../sass/default.scss */ .thank-you-slide > p { position: absolute; bottom: 80px; font-size: 24pt; line-height: 1.3; } /* line 789, ../sass/default.scss */ aside.gdbar { height: 97px; width: 215px; position: absolute; left: 0; top: 125px; -webkit-border-radius: 0 10px 10px 0; -moz-border-radius: 0 10px 10px 0; -ms-border-radius: 0 10px 10px 0; -o-border-radius: 0 10px 10px 0; border-radius: 0 10px 10px 0; background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6e6e6), color-stop(100%, #e6e6e6)) no-repeat; background: -webkit-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat; background: -moz-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat; background: -o-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat; background: -ms-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat; background: linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat; -webkit-background-size: 0% 100%; -moz-background-size: 0% 100%; -o-background-size: 0% 100%; background-size: 0% 100%; -webkit-transition: all 0.5s ease-out 0.5s; -moz-transition: all 0.5s ease-out 0.5s; -ms-transition: all 0.5s ease-out 0.5s; -o-transition: all 0.5s ease-out 0.5s; transition: all 0.5s ease-out 0.5s; /* Better to transition only on background-size, but not sure how to do that with the mixin. */ } /* line 800, ../sass/default.scss */ aside.gdbar.right { right: 0; left: -moz-initial; left: initial; top: 254px; /* 96 is height of gray icon bar */ -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } /* line 807, ../sass/default.scss */ aside.gdbar.right img { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } /* line 812, ../sass/default.scss */ aside.gdbar.bottom { top: -moz-initial; top: initial; bottom: 60px; } /* line 818, ../sass/default.scss */ aside.gdbar img { width: 85px; height: 85px; position: absolute; right: 0; margin: 8px 15px; } /* line 829, ../sass/default.scss */ .title-slide hgroup { bottom: 100px; } /* line 832, ../sass/default.scss */ .title-slide hgroup h1 { font-size: 65px; line-height: 1.4; letter-spacing: -3px; color: #515151; } /* line 839, ../sass/default.scss */ .title-slide hgroup h2 { font-size: 34px; color: #a9a9a9; font-weight: inherit; } /* line 845, ../sass/default.scss */ .title-slide hgroup p { font-size: 20px; color: #797979; line-height: 1.3; margin-top: 2em; } /* line 854, ../sass/default.scss */ .quote { color: #e6e6e6; } /* line 857, ../sass/default.scss */ .quote .author { font-size: 24px; position: absolute; bottom: 80px; line-height: 1.4; } /* line 866, ../sass/default.scss */ [data-config-contact] a { color: white; border-bottom: none; } /* line 870, ../sass/default.scss */ [data-config-contact] span { width: 115px; display: inline-block; }