default.css 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503
  1. @charset "UTF-8";
  2. /* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  3. html, body, div, span, applet, object, iframe,
  4. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  5. a, abbr, acronym, address, big, cite, code,
  6. del, dfn, em, img, ins, kbd, q, s, samp,
  7. small, strike, strong, sub, sup, tt, var,
  8. b, u, i, center,
  9. dl, dt, dd, ol, ul, li,
  10. fieldset, form, label, legend,
  11. table, caption, tbody, tfoot, thead, tr, th, td,
  12. article, aside, canvas, details, embed,
  13. figure, figcaption, footer, header, hgroup,
  14. menu, nav, output, ruby, section, summary,
  15. time, mark, audio, video {
  16. margin: 0;
  17. padding: 0;
  18. border: 0;
  19. font-size: 100%;
  20. font: inherit;
  21. vertical-align: baseline;
  22. }
  23. /* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  24. body {
  25. line-height: 1;
  26. }
  27. /* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  28. ol, ul {
  29. list-style: none;
  30. }
  31. /* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  32. table {
  33. border-collapse: collapse;
  34. border-spacing: 0;
  35. }
  36. /* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  37. caption, th, td {
  38. text-align: left;
  39. font-weight: normal;
  40. vertical-align: middle;
  41. }
  42. /* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  43. q, blockquote {
  44. quotes: none;
  45. }
  46. /* line 101, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  47. q:before, q:after, blockquote:before, blockquote:after {
  48. content: "";
  49. content: none;
  50. }
  51. /* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  52. a img {
  53. border: none;
  54. }
  55. /* line 114, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  56. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  57. display: block;
  58. }
  59. /**
  60. * Base SlideDeck Styles
  61. */
  62. /* line 48, ../scss/_base.scss */
  63. html {
  64. height: 100%;
  65. overflow: hidden;
  66. }
  67. /* line 53, ../scss/_base.scss */
  68. body {
  69. margin: 0;
  70. padding: 0;
  71. opacity: 0;
  72. height: 100%;
  73. min-height: 740px;
  74. width: 100%;
  75. overflow: hidden;
  76. color: #fff;
  77. -webkit-font-smoothing: antialiased;
  78. -moz-font-smoothing: antialiased;
  79. -ms-font-smoothing: antialiased;
  80. -o-font-smoothing: antialiased;
  81. -webkit-transition: opacity 800ms ease-in 100ms;
  82. -moz-transition: opacity 800ms ease-in 100ms;
  83. -ms-transition: opacity 800ms ease-in 100ms;
  84. -o-transition: opacity 800ms ease-in 100ms;
  85. transition: opacity 800ms ease-in 100ms;
  86. }
  87. /* line 69, ../scss/_base.scss */
  88. body.loaded {
  89. opacity: 1 !important;
  90. }
  91. /* line 74, ../scss/_base.scss */
  92. input, button {
  93. vertical-align: middle;
  94. }
  95. /* line 78, ../scss/_base.scss */
  96. slides > slide[hidden] {
  97. display: none !important;
  98. }
  99. /* line 82, ../scss/_base.scss */
  100. slides {
  101. width: 100%;
  102. height: 100%;
  103. position: absolute;
  104. left: 0;
  105. top: 0;
  106. -webkit-transform: translate3d(0, 0, 0);
  107. -moz-transform: translate3d(0, 0, 0);
  108. -ms-transform: translate3d(0, 0, 0);
  109. -o-transform: translate3d(0, 0, 0);
  110. transform: translate3d(0, 0, 0);
  111. -webkit-perspective: 1000;
  112. perspective: 1000;
  113. -webkit-transform-style: preserve-3d;
  114. transform-style: preserve-3d;
  115. -webkit-transition: opacity 800ms ease-in 100ms;
  116. -moz-transition: opacity 800ms ease-in 100ms;
  117. -ms-transition: opacity 800ms ease-in 100ms;
  118. -o-transition: opacity 800ms ease-in 100ms;
  119. transition: opacity 800ms ease-in 100ms;
  120. }
  121. /* line 94, ../scss/_base.scss */
  122. slides > slide {
  123. display: block;
  124. position: absolute;
  125. overflow: hidden;
  126. left: 50%;
  127. top: 50%;
  128. -webkit-box-sizing: border-box;
  129. -moz-box-sizing: border-box;
  130. box-sizing: border-box;
  131. }
  132. /* Slide styles */
  133. /*article.fill iframe {
  134. position: absolute;
  135. left: 0;
  136. top: 0;
  137. width: 100%;
  138. height: 100%;
  139. border: 0;
  140. margin: 0;
  141. @include border-radius(10px);
  142. z-index: -1;
  143. }
  144. slide.fill {
  145. background-repeat: no-repeat;
  146. @include background-size(cover);
  147. }
  148. slide.fill img {
  149. position: absolute;
  150. left: 0;
  151. top: 0;
  152. min-width: 100%;
  153. min-height: 100%;
  154. z-index: -1;
  155. }
  156. */
  157. /**
  158. * Theme Styles
  159. */
  160. /* line 58, ../scss/default.scss */
  161. ::selection {
  162. color: white;
  163. background-color: #ffd14d;
  164. text-shadow: none;
  165. }
  166. /* line 64, ../scss/default.scss */
  167. ::-webkit-scrollbar {
  168. height: 16px;
  169. overflow: visible;
  170. width: 16px;
  171. }
  172. /* line 69, ../scss/default.scss */
  173. ::-webkit-scrollbar-thumb {
  174. background-color: rgba(0, 0, 0, 0.1);
  175. background-clip: padding-box;
  176. border: solid transparent;
  177. min-height: 28px;
  178. padding: 100px 0 0;
  179. -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  180. -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  181. box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  182. border-width: 1px 1px 1px 6px;
  183. }
  184. /* line 78, ../scss/default.scss */
  185. ::-webkit-scrollbar-thumb:hover {
  186. background-color: rgba(0, 0, 0, 0.5);
  187. }
  188. /* line 81, ../scss/default.scss */
  189. ::-webkit-scrollbar-button {
  190. height: 0;
  191. width: 0;
  192. }
  193. /* line 85, ../scss/default.scss */
  194. ::-webkit-scrollbar-track {
  195. background-clip: padding-box;
  196. border: solid transparent;
  197. border-width: 0 0 0 4px;
  198. }
  199. /* line 90, ../scss/default.scss */
  200. ::-webkit-scrollbar-corner {
  201. background: transparent;
  202. }
  203. /* line 94, ../scss/default.scss */
  204. body {
  205. background: black;
  206. }
  207. /* line 98, ../scss/default.scss */
  208. slides > slide {
  209. display: none;
  210. font-family: 'Open Sans', Arial, sans-serif;
  211. font-size: 26px;
  212. color: #797979;
  213. width: 900px;
  214. height: 700px;
  215. margin-left: -450px;
  216. margin-top: -350px;
  217. padding: 40px 60px;
  218. -webkit-border-radius: 5px;
  219. -moz-border-radius: 5px;
  220. -ms-border-radius: 5px;
  221. -o-border-radius: 5px;
  222. border-radius: 5px;
  223. -webkit-transition: all 0.6s ease-in-out;
  224. -moz-transition: all 0.6s ease-in-out;
  225. -ms-transition: all 0.6s ease-in-out;
  226. -o-transition: all 0.6s ease-in-out;
  227. transition: all 0.6s ease-in-out;
  228. }
  229. /* line 119, ../scss/default.scss */
  230. slides > slide.far-past {
  231. display: none;
  232. }
  233. /* line 126, ../scss/default.scss */
  234. slides > slide.past {
  235. display: block;
  236. opacity: 0;
  237. }
  238. /* line 133, ../scss/default.scss */
  239. slides > slide.current {
  240. display: block;
  241. opacity: 1;
  242. }
  243. /* line 139, ../scss/default.scss */
  244. slides > slide.current .auto-fadein {
  245. opacity: 1;
  246. }
  247. /* line 143, ../scss/default.scss */
  248. slides > slide.current .gdbar {
  249. -webkit-background-size: 100% 100%;
  250. -moz-background-size: 100% 100%;
  251. -o-background-size: 100% 100%;
  252. background-size: 100% 100%;
  253. }
  254. /* line 148, ../scss/default.scss */
  255. slides > slide.next {
  256. display: block;
  257. opacity: 0;
  258. pointer-events: none;
  259. }
  260. /* line 156, ../scss/default.scss */
  261. slides > slide.far-next {
  262. display: none;
  263. }
  264. /* line 163, ../scss/default.scss */
  265. slides > slide.dark {
  266. background: #515151 !important;
  267. }
  268. /* line 171, ../scss/default.scss */
  269. slides > slide:not(.nobackground):before {
  270. font-size: 12pt;
  271. content: attr(data-hashtag);
  272. position: absolute;
  273. bottom: 20px;
  274. left: 60px;
  275. /* background: url("../images/google_developers_icon_128.png") no-repeat 0 50%; */
  276. -webkit-background-size: 30px 30px;
  277. -moz-background-size: 30px 30px;
  278. -o-background-size: 30px 30px;
  279. background-size: 30px 30px;
  280. padding-left: 40px;
  281. height: 30px;
  282. line-height: 1.9;
  283. }
  284. /* line 183, ../scss/default.scss */
  285. slides > slide:not(.nobackground):after {
  286. font-size: 12pt;
  287. content: attr(data-slide-num) "/" attr(data-total-slides);
  288. position: absolute;
  289. bottom: 20px;
  290. right: 60px;
  291. line-height: 1.9;
  292. }
  293. /* line 194, ../scss/default.scss */
  294. slides > slide.title-slide:after {
  295. content: '';
  296. /* background: url(../images/io2012_logo.png) no-repeat 100% 50%; */
  297. -webkit-background-size: contain;
  298. -moz-background-size: contain;
  299. -o-background-size: contain;
  300. background-size: contain;
  301. position: absolute;
  302. bottom: 40px;
  303. right: 40px;
  304. width: 100%;
  305. height: 60px;
  306. }
  307. /* line 206, ../scss/default.scss */
  308. slides > slide.backdrop {
  309. z-index: -10;
  310. display: block !important;
  311. background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
  312. background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  313. background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  314. background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  315. background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  316. background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  317. background-color: white;
  318. }
  319. /* line 211, ../scss/default.scss */
  320. slides > slide.backdrop:after, slides > slide.backdrop:before {
  321. display: none;
  322. }
  323. /* line 216, ../scss/default.scss */
  324. slides > slide > hgroup + article {
  325. margin-top: 45px;
  326. }
  327. /* line 220, ../scss/default.scss */
  328. slides > slide > hgroup + article.flexbox.vcenter, slides > slide > hgroup + article.flexbox.vleft, slides > slide > hgroup + article.flexbox.vright {
  329. height: 80%;
  330. }
  331. /* line 225, ../scss/default.scss */
  332. slides > slide > hgroup + article p {
  333. margin-bottom: 1em;
  334. }
  335. /* line 230, ../scss/default.scss */
  336. slides > slide > article:only-child {
  337. height: 100%;
  338. }
  339. /* line 233, ../scss/default.scss */
  340. slides > slide > article:only-child > iframe {
  341. height: 98%;
  342. }
  343. /* line 239, ../scss/default.scss */
  344. slides.layout-faux-widescreen > slide {
  345. padding: 40px 160px;
  346. }
  347. /* line 248, ../scss/default.scss */
  348. slides.layout-widescreen > slide,
  349. slides.layout-faux-widescreen > slide {
  350. margin-left: -550px;
  351. width: 1100px;
  352. }
  353. /* line 253, ../scss/default.scss */
  354. slides.layout-widescreen > slide.far-past,
  355. slides.layout-faux-widescreen > slide.far-past {
  356. display: block;
  357. display: none;
  358. -webkit-transform: translate(-2260px);
  359. -moz-transform: translate(-2260px);
  360. -ms-transform: translate(-2260px);
  361. -o-transform: translate(-2260px);
  362. transform: translate(-2260px);
  363. -webkit-transform: translate3d(-2260px, 0, 0);
  364. -moz-transform: translate3d(-2260px, 0, 0);
  365. -ms-transform: translate3d(-2260px, 0, 0);
  366. -o-transform: translate3d(-2260px, 0, 0);
  367. transform: translate3d(-2260px, 0, 0);
  368. }
  369. /* line 260, ../scss/default.scss */
  370. slides.layout-widescreen > slide.past,
  371. slides.layout-faux-widescreen > slide.past {
  372. display: block;
  373. opacity: 0;
  374. }
  375. /* line 267, ../scss/default.scss */
  376. slides.layout-widescreen > slide.current,
  377. slides.layout-faux-widescreen > slide.current {
  378. display: block;
  379. opacity: 1;
  380. }
  381. /* line 274, ../scss/default.scss */
  382. slides.layout-widescreen > slide.next,
  383. slides.layout-faux-widescreen > slide.next {
  384. display: block;
  385. opacity: 0;
  386. pointer-events: none;
  387. }
  388. /* line 282, ../scss/default.scss */
  389. slides.layout-widescreen > slide.far-next,
  390. slides.layout-faux-widescreen > slide.far-next {
  391. display: block;
  392. display: none;
  393. -webkit-transform: translate(2260px);
  394. -moz-transform: translate(2260px);
  395. -ms-transform: translate(2260px);
  396. -o-transform: translate(2260px);
  397. transform: translate(2260px);
  398. -webkit-transform: translate3d(2260px, 0, 0);
  399. -moz-transform: translate3d(2260px, 0, 0);
  400. -ms-transform: translate3d(2260px, 0, 0);
  401. -o-transform: translate3d(2260px, 0, 0);
  402. transform: translate3d(2260px, 0, 0);
  403. }
  404. /* line 289, ../scss/default.scss */
  405. slides.layout-widescreen #prev-slide-area,
  406. slides.layout-faux-widescreen #prev-slide-area {
  407. margin-left: -650px;
  408. }
  409. /* line 293, ../scss/default.scss */
  410. slides.layout-widescreen #next-slide-area,
  411. slides.layout-faux-widescreen #next-slide-area {
  412. margin-left: 550px;
  413. }
  414. /* line 298, ../scss/default.scss */
  415. b {
  416. font-weight: 600;
  417. }
  418. /* line 302, ../scss/default.scss */
  419. a {
  420. color: #2a7cdf;
  421. text-decoration: none;
  422. border-bottom: 1px solid rgba(42, 124, 223, 0.5);
  423. }
  424. /* line 307, ../scss/default.scss */
  425. a:hover {
  426. color: black !important;
  427. }
  428. /* line 312, ../scss/default.scss */
  429. h1, h2, h3 {
  430. font-weight: 600;
  431. }
  432. /* line 316, ../scss/default.scss */
  433. h2 {
  434. font-size: 45px;
  435. line-height: 45px;
  436. letter-spacing: -2px;
  437. color: #515151;
  438. }
  439. /* line 323, ../scss/default.scss */
  440. h3 {
  441. font-size: 30px;
  442. letter-spacing: -1px;
  443. line-height: 2;
  444. font-weight: inherit;
  445. color: #797979;
  446. }
  447. /* line 331, ../scss/default.scss */
  448. ul {
  449. margin-left: 1.2em;
  450. margin-bottom: 1em;
  451. position: relative;
  452. }
  453. /* line 336, ../scss/default.scss */
  454. ul li {
  455. margin-bottom: 0.5em;
  456. }
  457. /* line 339, ../scss/default.scss */
  458. ul li ul {
  459. margin-left: 2em;
  460. margin-bottom: 0;
  461. }
  462. /* line 343, ../scss/default.scss */
  463. ul li ul li:before {
  464. content: '-';
  465. font-weight: 600;
  466. }
  467. /* line 350, ../scss/default.scss */
  468. ul > li:before {
  469. content: '\00B7';
  470. margin-left: -1em;
  471. position: absolute;
  472. font-weight: 600;
  473. }
  474. /* line 357, ../scss/default.scss */
  475. ul ul {
  476. margin-top: .5em;
  477. }
  478. /* line 364, ../scss/default.scss */
  479. .highlight-code slide.current pre > * {
  480. opacity: 0.25;
  481. -webkit-transition: opacity 0.5s ease-in;
  482. -moz-transition: opacity 0.5s ease-in;
  483. -ms-transition: opacity 0.5s ease-in;
  484. -o-transition: opacity 0.5s ease-in;
  485. transition: opacity 0.5s ease-in;
  486. }
  487. /* line 368, ../scss/default.scss */
  488. .highlight-code slide.current b {
  489. opacity: 1;
  490. }
  491. /* line 373, ../scss/default.scss */
  492. pre {
  493. font-family: 'Inconsolata', 'Courier New', monospace;
  494. font-size: 20px;
  495. line-height: 28px;
  496. padding: 10px 0 10px 60px;
  497. letter-spacing: -1px;
  498. margin-bottom: 0px;
  499. width: 106%;
  500. left: -60px;
  501. position: relative;
  502. -webkit-box-sizing: border-box;
  503. -moz-box-sizing: border-box;
  504. box-sizing: border-box;
  505. /*overflow: hidden;*/
  506. }
  507. /* line 387, ../scss/default.scss */
  508. pre[data-lang]:after {
  509. content: attr(data-lang);
  510. background-color: #a9a9a9;
  511. right: 0;
  512. top: 0;
  513. position: absolute;
  514. font-size: 16pt;
  515. color: white;
  516. padding: 2px 25px;
  517. text-transform: uppercase;
  518. }
  519. /* line 400, ../scss/default.scss */
  520. pre[data-lang="go"] {
  521. color: #333;
  522. }
  523. /* line 404, ../scss/default.scss */
  524. code {
  525. font-size: 95%;
  526. font-family: 'Inconsolata', 'Courier New', monospace;
  527. color: black;
  528. }
  529. /* line 410, ../scss/default.scss */
  530. iframe {
  531. width: 100%;
  532. height: 530px;
  533. background: white;
  534. border: 1px solid #e6e6e6;
  535. -webkit-box-sizing: border-box;
  536. -moz-box-sizing: border-box;
  537. box-sizing: border-box;
  538. }
  539. /* line 418, ../scss/default.scss */
  540. dt {
  541. font-weight: bold;
  542. }
  543. /* line 422, ../scss/default.scss */
  544. button {
  545. display: inline-block;
  546. background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #f9f9f9), color-stop(70%, #e3e3e3));
  547. background: -webkit-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  548. background: -moz-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  549. background: -o-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  550. background: -ms-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  551. background: linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  552. border: 1px solid #a9a9a9;
  553. -webkit-border-radius: 3px;
  554. -moz-border-radius: 3px;
  555. -ms-border-radius: 3px;
  556. -o-border-radius: 3px;
  557. border-radius: 3px;
  558. padding: 5px 8px;
  559. outline: none;
  560. white-space: nowrap;
  561. -webkit-user-select: none;
  562. -moz-user-select: none;
  563. user-select: none;
  564. cursor: pointer;
  565. text-shadow: 1px 1px white;
  566. font-size: 10pt;
  567. }
  568. /* line 436, ../scss/default.scss */
  569. button:not(:disabled):hover {
  570. border-color: #515151;
  571. }
  572. /* line 440, ../scss/default.scss */
  573. button:not(:disabled):active {
  574. background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9));
  575. background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  576. background: -moz-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  577. background: -o-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  578. background: -ms-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  579. background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  580. }
  581. /* line 444, ../scss/default.scss */
  582. :disabled {
  583. color: #a9a9a9;
  584. }
  585. /* line 448, ../scss/default.scss */
  586. .blue {
  587. color: #4387fd;
  588. }
  589. /* line 451, ../scss/default.scss */
  590. .blue2 {
  591. color: #3c8ef3;
  592. }
  593. /* line 454, ../scss/default.scss */
  594. .blue3 {
  595. color: #2a7cdf;
  596. }
  597. /* line 457, ../scss/default.scss */
  598. .yellow {
  599. color: #ffd14d;
  600. }
  601. /* line 460, ../scss/default.scss */
  602. .yellow2 {
  603. color: #f9cc46;
  604. }
  605. /* line 463, ../scss/default.scss */
  606. .yellow3 {
  607. color: #f6c000;
  608. }
  609. /* line 466, ../scss/default.scss */
  610. .green {
  611. color: #0da861;
  612. }
  613. /* line 469, ../scss/default.scss */
  614. .green2 {
  615. color: #00a86d;
  616. }
  617. /* line 472, ../scss/default.scss */
  618. .green3 {
  619. color: #009f5d;
  620. }
  621. /* line 475, ../scss/default.scss */
  622. .red {
  623. color: #f44a3f;
  624. }
  625. /* line 478, ../scss/default.scss */
  626. .red2 {
  627. color: #e0543e;
  628. }
  629. /* line 481, ../scss/default.scss */
  630. .red3 {
  631. color: #d94d3a;
  632. }
  633. /* line 484, ../scss/default.scss */
  634. .gray {
  635. color: #e6e6e6;
  636. }
  637. /* line 487, ../scss/default.scss */
  638. .gray2 {
  639. color: #a9a9a9;
  640. }
  641. /* line 490, ../scss/default.scss */
  642. .gray3 {
  643. color: #797979;
  644. }
  645. /* line 493, ../scss/default.scss */
  646. .gray4 {
  647. color: #515151;
  648. }
  649. /* line 497, ../scss/default.scss */
  650. .white {
  651. color: white !important;
  652. }
  653. /* line 500, ../scss/default.scss */
  654. .black {
  655. color: black !important;
  656. }
  657. /* line 504, ../scss/default.scss */
  658. .columns-2 {
  659. -webkit-column-count: 2;
  660. -moz-column-count: 2;
  661. -o-column-count: 2;
  662. column-count: 2;
  663. }
  664. /* line 508, ../scss/default.scss */
  665. table {
  666. width: 100%;
  667. border-collapse: -moz-initial;
  668. border-collapse: initial;
  669. border-spacing: 2px;
  670. border-bottom: 1px solid #797979;
  671. }
  672. /* line 515, ../scss/default.scss */
  673. table tr > td:first-child, table th {
  674. font-weight: 600;
  675. color: #515151;
  676. }
  677. /* line 520, ../scss/default.scss */
  678. table tr:nth-child(odd) {
  679. background-color: #e6e6e6;
  680. }
  681. /* line 524, ../scss/default.scss */
  682. table th {
  683. color: white;
  684. font-size: 18px;
  685. background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #4387fd), color-stop(80%, #2a7cdf)) no-repeat;
  686. background: -webkit-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  687. background: -moz-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  688. background: -o-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  689. background: -ms-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  690. background: linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  691. }
  692. /* line 530, ../scss/default.scss */
  693. table td, table th {
  694. font-size: 18px;
  695. padding: 1em 0.5em;
  696. }
  697. /* line 535, ../scss/default.scss */
  698. table td.highlight {
  699. color: #515151;
  700. background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffd14d), color-stop(80%, #f6c000)) no-repeat;
  701. background: -webkit-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  702. background: -moz-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  703. background: -o-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  704. background: -ms-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  705. background: linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  706. }
  707. /* line 540, ../scss/default.scss */
  708. table.rows {
  709. border-bottom: none;
  710. border-right: 1px solid #797979;
  711. }
  712. /* line 546, ../scss/default.scss */
  713. q {
  714. font-size: 45px;
  715. line-height: 72px;
  716. }
  717. /* line 550, ../scss/default.scss */
  718. q:before {
  719. content: '“';
  720. position: absolute;
  721. margin-left: -0.5em;
  722. }
  723. /* line 555, ../scss/default.scss */
  724. q:after {
  725. content: '”';
  726. position: absolute;
  727. margin-left: 0.1em;
  728. }
  729. /* line 562, ../scss/default.scss */
  730. slide.fill {
  731. background-repeat: no-repeat;
  732. -webkit-border-radius: 5px;
  733. -moz-border-radius: 5px;
  734. -ms-border-radius: 5px;
  735. -o-border-radius: 5px;
  736. border-radius: 5px;
  737. -webkit-background-size: cover;
  738. -moz-background-size: cover;
  739. -o-background-size: cover;
  740. background-size: cover;
  741. }
  742. /* Size variants */
  743. /* line 571, ../scss/default.scss */
  744. article.smaller p, article.smaller ul {
  745. font-size: 20px;
  746. line-height: 24px;
  747. letter-spacing: 0;
  748. }
  749. /* line 577, ../scss/default.scss */
  750. article.smaller table td, article.smaller table th {
  751. font-size: 14px;
  752. }
  753. /* line 581, ../scss/default.scss */
  754. article.smaller pre {
  755. font-size: 15px;
  756. line-height: 20px;
  757. letter-spacing: 0;
  758. }
  759. /* line 586, ../scss/default.scss */
  760. article.smaller q {
  761. font-size: 40px;
  762. line-height: 48px;
  763. }
  764. /* line 590, ../scss/default.scss */
  765. article.smaller q:before, article.smaller q:after {
  766. font-size: 60px;
  767. }
  768. /* Builds */
  769. /* line 599, ../scss/default.scss */
  770. .build > * {
  771. -webkit-transition: opacity 0.5s ease-in-out 0.2s;
  772. -moz-transition: opacity 0.5s ease-in-out 0.2s;
  773. -ms-transition: opacity 0.5s ease-in-out 0.2s;
  774. -o-transition: opacity 0.5s ease-in-out 0.2s;
  775. transition: opacity 0.5s ease-in-out 0.2s;
  776. }
  777. /* line 603, ../scss/default.scss */
  778. .build .to-build {
  779. opacity: 0;
  780. }
  781. /* line 607, ../scss/default.scss */
  782. .build .build-fade {
  783. opacity: 0.3;
  784. }
  785. /* line 610, ../scss/default.scss */
  786. .build .build-fade:hover {
  787. opacity: 1.0;
  788. }
  789. /* line 617, ../scss/default.scss */
  790. .popup .next .build .to-build {
  791. opacity: 1;
  792. }
  793. /* line 621, ../scss/default.scss */
  794. .popup .next .build .build-fade {
  795. opacity: 1;
  796. }
  797. /* Pretty print */
  798. /* line 629, ../scss/default.scss */
  799. .prettyprint .str,
  800. .prettyprint .atv {
  801. /* a markup attribute value */
  802. color: #009f5d;
  803. }
  804. /* line 633, ../scss/default.scss */
  805. .prettyprint .kwd,
  806. .prettyprint .tag {
  807. /* a markup tag name */
  808. color: #0066cc;
  809. }
  810. /* line 636, ../scss/default.scss */
  811. .prettyprint .com {
  812. /* a comment */
  813. color: #797979;
  814. font-style: italic;
  815. }
  816. /* line 640, ../scss/default.scss */
  817. .prettyprint .lit {
  818. /* a literal value */
  819. color: #7f0000;
  820. }
  821. /* line 645, ../scss/default.scss */
  822. .prettyprint .pun,
  823. .prettyprint .opn,
  824. .prettyprint .clo {
  825. color: #515151;
  826. }
  827. /* line 651, ../scss/default.scss */
  828. .prettyprint .typ,
  829. .prettyprint .atn,
  830. .prettyprint .dec,
  831. .prettyprint .var {
  832. /* a declaration; a variable name */
  833. color: #d94d3a;
  834. }
  835. /* line 654, ../scss/default.scss */
  836. .prettyprint .pln {
  837. color: #515151;
  838. }
  839. /* line 658, ../scss/default.scss */
  840. .note {
  841. position: absolute;
  842. z-index: 100;
  843. width: 100%;
  844. height: 100%;
  845. top: 0;
  846. left: 0;
  847. padding: 1em;
  848. background: rgba(0, 0, 0, 0.3);
  849. opacity: 0;
  850. pointer-events: none;
  851. display: -webkit-box !important;
  852. display: -moz-box !important;
  853. display: -ms-box !important;
  854. display: -o-box !important;
  855. display: box !important;
  856. -webkit-box-orient: vertical;
  857. -moz-box-orient: vertical;
  858. -ms-box-orient: vertical;
  859. box-orient: vertical;
  860. -webkit-box-align: center;
  861. -moz-box-align: center;
  862. -ms-box-align: center;
  863. box-align: center;
  864. -webkit-box-pack: center;
  865. -moz-box-pack: center;
  866. -ms-box-pack: center;
  867. box-pack: center;
  868. -webkit-border-radius: 5px;
  869. -moz-border-radius: 5px;
  870. -ms-border-radius: 5px;
  871. -o-border-radius: 5px;
  872. border-radius: 5px;
  873. -webkit-box-sizing: border-box;
  874. -moz-box-sizing: border-box;
  875. box-sizing: border-box;
  876. -webkit-transform: translateY(350px);
  877. -moz-transform: translateY(350px);
  878. -ms-transform: translateY(350px);
  879. -o-transform: translateY(350px);
  880. transform: translateY(350px);
  881. -webkit-transition: all 0.4s ease-in-out;
  882. -moz-transition: all 0.4s ease-in-out;
  883. -ms-transition: all 0.4s ease-in-out;
  884. -o-transition: all 0.4s ease-in-out;
  885. transition: all 0.4s ease-in-out;
  886. }
  887. /* line 676, ../scss/default.scss */
  888. .note > section {
  889. background: #fff;
  890. -webkit-border-radius: 5px;
  891. -moz-border-radius: 5px;
  892. -ms-border-radius: 5px;
  893. -o-border-radius: 5px;
  894. border-radius: 5px;
  895. -webkit-box-shadow: 0 0 10px #797979;
  896. -moz-box-shadow: 0 0 10px #797979;
  897. box-shadow: 0 0 10px #797979;
  898. width: 60%;
  899. padding: 2em;
  900. }
  901. /* line 693, ../scss/default.scss */
  902. .with-notes.popup slides.layout-widescreen slide.next,
  903. .with-notes.popup slides.layout-faux-widescreen slide.next {
  904. -webkit-transform: translate3d(690px, 80px, 0) scale(0.35);
  905. -moz-transform: translate3d(690px, 80px, 0) scale(0.35);
  906. -ms-transform: translate3d(690px, 80px, 0) scale(0.35);
  907. -o-transform: translate3d(690px, 80px, 0) scale(0.35);
  908. transform: translate3d(690px, 80px, 0) scale(0.35);
  909. }
  910. /* line 696, ../scss/default.scss */
  911. .with-notes.popup slides.layout-widescreen slide .note,
  912. .with-notes.popup slides.layout-faux-widescreen slide .note {
  913. -webkit-transform: translate3d(300px, 800px, 0) scale(1.5);
  914. -moz-transform: translate3d(300px, 800px, 0) scale(1.5);
  915. -ms-transform: translate3d(300px, 800px, 0) scale(1.5);
  916. -o-transform: translate3d(300px, 800px, 0) scale(1.5);
  917. transform: translate3d(300px, 800px, 0) scale(1.5);
  918. }
  919. /* line 702, ../scss/default.scss */
  920. .with-notes.popup slide {
  921. overflow: visible;
  922. background: white;
  923. -webkit-transition: none;
  924. -moz-transition: none;
  925. -ms-transition: none;
  926. -o-transition: none;
  927. transition: none;
  928. pointer-events: none;
  929. -webkit-transform-origin: 0 0;
  930. -moz-transform-origin: 0 0;
  931. -ms-transform-origin: 0 0;
  932. -o-transform-origin: 0 0;
  933. transform-origin: 0 0;
  934. }
  935. /* line 709, ../scss/default.scss */
  936. .with-notes.popup slide:not(.backdrop) {
  937. -webkit-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  938. -moz-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  939. -ms-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  940. -o-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  941. transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  942. -webkit-box-shadow: 0 0 10px #797979;
  943. -moz-box-shadow: 0 0 10px #797979;
  944. box-shadow: 0 0 10px #797979;
  945. }
  946. /* line 714, ../scss/default.scss */
  947. .with-notes.popup slide.backdrop {
  948. background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, color-stop(0%, #b1dfff), color-stop(100%, #4387fd));
  949. background-image: -webkit-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
  950. background-image: -moz-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
  951. background-image: -o-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
  952. background-image: -ms-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
  953. background-image: radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
  954. }
  955. /* line 720, ../scss/default.scss */
  956. .with-notes.popup slide.next {
  957. -webkit-transform: translate3d(570px, 80px, 0) scale(0.35);
  958. -moz-transform: translate3d(570px, 80px, 0) scale(0.35);
  959. -ms-transform: translate3d(570px, 80px, 0) scale(0.35);
  960. -o-transform: translate3d(570px, 80px, 0) scale(0.35);
  961. transform: translate3d(570px, 80px, 0) scale(0.35);
  962. opacity: 1 !important;
  963. }
  964. /* line 724, ../scss/default.scss */
  965. .with-notes.popup slide.next .note {
  966. display: none !important;
  967. }
  968. /* line 730, ../scss/default.scss */
  969. .with-notes.popup .note {
  970. width: 109%;
  971. height: 260px;
  972. background: #e6e6e6;
  973. padding: 0;
  974. -webkit-box-shadow: 0 0 10px #797979;
  975. -moz-box-shadow: 0 0 10px #797979;
  976. box-shadow: 0 0 10px #797979;
  977. -webkit-transform: translate3d(250px, 800px, 0) scale(1.5);
  978. -moz-transform: translate3d(250px, 800px, 0) scale(1.5);
  979. -ms-transform: translate3d(250px, 800px, 0) scale(1.5);
  980. -o-transform: translate3d(250px, 800px, 0) scale(1.5);
  981. transform: translate3d(250px, 800px, 0) scale(1.5);
  982. -webkit-transition: opacity 400ms ease-in-out;
  983. -moz-transition: opacity 400ms ease-in-out;
  984. -ms-transition: opacity 400ms ease-in-out;
  985. -o-transition: opacity 400ms ease-in-out;
  986. transition: opacity 400ms ease-in-out;
  987. }
  988. /* line 741, ../scss/default.scss */
  989. .with-notes.popup .note > section {
  990. background: #fff;
  991. -webkit-border-radius: 5px;
  992. -moz-border-radius: 5px;
  993. -ms-border-radius: 5px;
  994. -o-border-radius: 5px;
  995. border-radius: 5px;
  996. height: 100%;
  997. width: 100%;
  998. -webkit-box-sizing: border-box;
  999. -moz-box-sizing: border-box;
  1000. box-sizing: border-box;
  1001. -webkit-box-shadow: none;
  1002. -moz-box-shadow: none;
  1003. box-shadow: none;
  1004. overflow: auto;
  1005. padding: 1em;
  1006. }
  1007. /* line 754, ../scss/default.scss */
  1008. .with-notes .note {
  1009. opacity: 1;
  1010. -webkit-transform: translateY(0);
  1011. -moz-transform: translateY(0);
  1012. -ms-transform: translateY(0);
  1013. -o-transform: translateY(0);
  1014. transform: translateY(0);
  1015. pointer-events: auto;
  1016. }
  1017. /* line 761, ../scss/default.scss */
  1018. .source {
  1019. font-size: 14px;
  1020. color: #a9a9a9;
  1021. position: absolute;
  1022. bottom: 70px;
  1023. left: 60px;
  1024. }
  1025. /* line 769, ../scss/default.scss */
  1026. .centered {
  1027. text-align: center;
  1028. }
  1029. /* line 773, ../scss/default.scss */
  1030. .reflect {
  1031. -webkit-box-reflect: below 3px -webkit-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  1032. -moz-box-reflect: below 3px -moz-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  1033. -o-box-reflect: below 3px -o-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  1034. -ms-box-reflect: below 3px -ms-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  1035. box-reflect: below 3px linear-gradient(rgba(255, 255, 255, 0) 85%, #ffffff 150%);
  1036. }
  1037. /* line 781, ../scss/default.scss */
  1038. .flexbox {
  1039. display: -webkit-box !important;
  1040. display: -moz-box !important;
  1041. display: -ms-box !important;
  1042. display: -o-box !important;
  1043. display: box !important;
  1044. }
  1045. /* line 785, ../scss/default.scss */
  1046. .flexbox.vcenter {
  1047. -webkit-box-orient: vertical;
  1048. -moz-box-orient: vertical;
  1049. -ms-box-orient: vertical;
  1050. box-orient: vertical;
  1051. -webkit-box-align: center;
  1052. -moz-box-align: center;
  1053. -ms-box-align: center;
  1054. box-align: center;
  1055. -webkit-box-pack: center;
  1056. -moz-box-pack: center;
  1057. -ms-box-pack: center;
  1058. box-pack: center;
  1059. height: 100%;
  1060. width: 100%;
  1061. }
  1062. /* line 791, ../scss/default.scss */
  1063. .flexbox.vleft {
  1064. -webkit-box-orient: vertical;
  1065. -moz-box-orient: vertical;
  1066. -ms-box-orient: vertical;
  1067. box-orient: vertical;
  1068. -webkit-box-align: left;
  1069. -moz-box-align: left;
  1070. -ms-box-align: left;
  1071. box-align: left;
  1072. -webkit-box-pack: center;
  1073. -moz-box-pack: center;
  1074. -ms-box-pack: center;
  1075. box-pack: center;
  1076. height: 100%;
  1077. width: 100%;
  1078. }
  1079. /* line 797, ../scss/default.scss */
  1080. .flexbox.vright {
  1081. -webkit-box-orient: vertical;
  1082. -moz-box-orient: vertical;
  1083. -ms-box-orient: vertical;
  1084. box-orient: vertical;
  1085. -webkit-box-align: end;
  1086. -moz-box-align: end;
  1087. -ms-box-align: end;
  1088. box-align: end;
  1089. -webkit-box-pack: center;
  1090. -moz-box-pack: center;
  1091. -ms-box-pack: center;
  1092. box-pack: center;
  1093. height: 100%;
  1094. width: 100%;
  1095. }
  1096. /* line 803, ../scss/default.scss */
  1097. .auto-fadein {
  1098. -webkit-transition: opacity 0.6s ease-in 1s;
  1099. -moz-transition: opacity 0.6s ease-in 1s;
  1100. -ms-transition: opacity 0.6s ease-in 1s;
  1101. -o-transition: opacity 0.6s ease-in 1s;
  1102. transition: opacity 0.6s ease-in 1s;
  1103. opacity: 0;
  1104. }
  1105. /* Clickable/tappable areas */
  1106. /* line 809, ../scss/default.scss */
  1107. .slide-area {
  1108. z-index: 1000;
  1109. position: absolute;
  1110. left: 0;
  1111. top: 0;
  1112. width: 100px;
  1113. height: 700px;
  1114. left: 50%;
  1115. top: 50%;
  1116. cursor: pointer;
  1117. margin-top: -350px;
  1118. }
  1119. /* line 826, ../scss/default.scss */
  1120. #prev-slide-area {
  1121. margin-left: -550px;
  1122. }
  1123. /* line 831, ../scss/default.scss */
  1124. #next-slide-area {
  1125. margin-left: 450px;
  1126. }
  1127. /* ===== SLIDE CONTENT ===== */
  1128. /* line 839, ../scss/default.scss */
  1129. .logoslide img {
  1130. width: 383px;
  1131. height: 92px;
  1132. }
  1133. /* line 845, ../scss/default.scss */
  1134. .segue {
  1135. padding: 60px 120px;
  1136. }
  1137. /* line 848, ../scss/default.scss */
  1138. .segue h2 {
  1139. color: #e6e6e6;
  1140. font-size: 60px;
  1141. }
  1142. /* line 852, ../scss/default.scss */
  1143. .segue h3 {
  1144. color: #e6e6e6;
  1145. line-height: 2.8;
  1146. }
  1147. /* line 856, ../scss/default.scss */
  1148. .segue hgroup {
  1149. position: absolute;
  1150. bottom: 225px;
  1151. }
  1152. /* line 862, ../scss/default.scss */
  1153. .thank-you-slide {
  1154. background: #4387fd !important;
  1155. color: white;
  1156. }
  1157. /* line 866, ../scss/default.scss */
  1158. .thank-you-slide h2 {
  1159. font-size: 60px;
  1160. color: inherit;
  1161. }
  1162. /* line 871, ../scss/default.scss */
  1163. .thank-you-slide article > p {
  1164. margin-top: 2em;
  1165. font-size: 20pt;
  1166. }
  1167. /* line 876, ../scss/default.scss */
  1168. .thank-you-slide > p {
  1169. position: absolute;
  1170. bottom: 80px;
  1171. font-size: 24pt;
  1172. line-height: 1.3;
  1173. }
  1174. /* line 884, ../scss/default.scss */
  1175. aside.gdbar {
  1176. height: 97px;
  1177. width: 215px;
  1178. position: absolute;
  1179. left: -1px;
  1180. top: 125px;
  1181. -webkit-border-radius: 0 10px 10px 0;
  1182. -moz-border-radius: 0 10px 10px 0;
  1183. -ms-border-radius: 0 10px 10px 0;
  1184. -o-border-radius: 0 10px 10px 0;
  1185. border-radius: 0 10px 10px 0;
  1186. background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6e6e6), color-stop(100%, #e6e6e6)) no-repeat;
  1187. background: -webkit-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  1188. background: -moz-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  1189. background: -o-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  1190. background: -ms-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  1191. background: linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  1192. -webkit-background-size: 0% 100%;
  1193. -moz-background-size: 0% 100%;
  1194. -o-background-size: 0% 100%;
  1195. background-size: 0% 100%;
  1196. -webkit-transition: all 0.5s ease-out 0.5s;
  1197. -moz-transition: all 0.5s ease-out 0.5s;
  1198. -ms-transition: all 0.5s ease-out 0.5s;
  1199. -o-transition: all 0.5s ease-out 0.5s;
  1200. transition: all 0.5s ease-out 0.5s;
  1201. /* Better to transition only on background-size, but not sure how to do that with the mixin. */
  1202. }
  1203. /* line 895, ../scss/default.scss */
  1204. aside.gdbar.right {
  1205. right: 0;
  1206. left: -moz-initial;
  1207. left: initial;
  1208. top: 254px;
  1209. /* 96 is height of gray icon bar */
  1210. -webkit-transform: rotateZ(180deg);
  1211. -moz-transform: rotateZ(180deg);
  1212. -ms-transform: rotateZ(180deg);
  1213. -o-transform: rotateZ(180deg);
  1214. transform: rotateZ(180deg);
  1215. }
  1216. /* line 902, ../scss/default.scss */
  1217. aside.gdbar.right img {
  1218. -webkit-transform: rotateZ(180deg);
  1219. -moz-transform: rotateZ(180deg);
  1220. -ms-transform: rotateZ(180deg);
  1221. -o-transform: rotateZ(180deg);
  1222. transform: rotateZ(180deg);
  1223. }
  1224. /* line 907, ../scss/default.scss */
  1225. aside.gdbar.bottom {
  1226. top: -moz-initial;
  1227. top: initial;
  1228. bottom: 60px;
  1229. }
  1230. /* line 913, ../scss/default.scss */
  1231. aside.gdbar img {
  1232. width: 125px;
  1233. height: 85px;
  1234. position: absolute;
  1235. right: 0;
  1236. margin: 8px 15px;
  1237. }
  1238. /* line 924, ../scss/default.scss */
  1239. .title-slide hgroup {
  1240. bottom: 100px;
  1241. }
  1242. /* line 927, ../scss/default.scss */
  1243. .title-slide hgroup h1 {
  1244. font-size: 65px;
  1245. line-height: 1.4;
  1246. letter-spacing: -3px;
  1247. color: #515151;
  1248. }
  1249. /* line 934, ../scss/default.scss */
  1250. .title-slide hgroup h2 {
  1251. font-size: 34px;
  1252. color: #a9a9a9;
  1253. font-weight: inherit;
  1254. }
  1255. /* line 940, ../scss/default.scss */
  1256. .title-slide hgroup p {
  1257. font-size: 20px;
  1258. color: #797979;
  1259. line-height: 1.3;
  1260. margin-top: 2em;
  1261. }
  1262. /* line 949, ../scss/default.scss */
  1263. .quote {
  1264. color: #e6e6e6;
  1265. }
  1266. /* line 952, ../scss/default.scss */
  1267. .quote .author {
  1268. font-size: 24px;
  1269. position: absolute;
  1270. bottom: 80px;
  1271. line-height: 1.4;
  1272. }
  1273. /* line 961, ../scss/default.scss */
  1274. [data-config-contact] a {
  1275. color: white;
  1276. border-bottom: none;
  1277. }
  1278. /* line 965, ../scss/default.scss */
  1279. [data-config-contact] span {
  1280. width: 115px;
  1281. display: inline-block;
  1282. }
  1283. /* line 974, ../scss/default.scss */
  1284. .overview.popup .note {
  1285. display: none !important;
  1286. }
  1287. /* line 980, ../scss/default.scss */
  1288. .overview slides slide {
  1289. display: block;
  1290. cursor: pointer;
  1291. opacity: 0.5;
  1292. pointer-events: auto !important;
  1293. background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
  1294. background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1295. background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1296. background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1297. background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1298. background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1299. background-color: white;
  1300. }
  1301. /* line 981, ../scss/default.scss */
  1302. .overview slides slide.backdrop {
  1303. display: none !important;
  1304. }
  1305. /* line 996, ../scss/default.scss */
  1306. .overview slides slide.far-past, .overview slides slide.past, .overview slides slide.next, .overview slides slide.far-next, .overview slides slide.far-past {
  1307. opacity: 0.5;
  1308. display: block;
  1309. }
  1310. /* line 1001, ../scss/default.scss */
  1311. .overview slides slide.current {
  1312. opacity: 1;
  1313. }
  1314. /* line 1007, ../scss/default.scss */
  1315. .overview .slide-area {
  1316. display: none;
  1317. }
  1318. @media print {
  1319. /* line 1014, ../scss/default.scss */
  1320. slides slide {
  1321. display: block !important;
  1322. position: relative;
  1323. background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
  1324. background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1325. background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1326. background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1327. background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1328. background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  1329. background-color: white;
  1330. -webkit-transform: none !important;
  1331. -moz-transform: none !important;
  1332. -ms-transform: none !important;
  1333. -o-transform: none !important;
  1334. transform: none !important;
  1335. width: 100%;
  1336. height: 100%;
  1337. page-break-after: always;
  1338. top: auto !important;
  1339. left: auto !important;
  1340. margin-top: 0 !important;
  1341. margin-left: 0 !important;
  1342. opacity: 1 !important;
  1343. color: #555;
  1344. }
  1345. /* line 1034, ../scss/default.scss */
  1346. slides slide.far-past, slides slide.past, slides slide.next, slides slide.far-next, slides slide.far-past, slides slide.current {
  1347. opacity: 1 !important;
  1348. display: block !important;
  1349. }
  1350. /* line 1040, ../scss/default.scss */
  1351. slides slide .build > * {
  1352. -webkit-transition: none;
  1353. -moz-transition: none;
  1354. -ms-transition: none;
  1355. -o-transition: none;
  1356. transition: none;
  1357. }
  1358. /* line 1045, ../scss/default.scss */
  1359. slides slide .build .to-build,
  1360. slides slide .build .build-fade {
  1361. opacity: 1;
  1362. }
  1363. /* line 1050, ../scss/default.scss */
  1364. slides slide .auto-fadein {
  1365. opacity: 1 !important;
  1366. }
  1367. /* line 1054, ../scss/default.scss */
  1368. slides slide.backdrop {
  1369. display: none !important;
  1370. }
  1371. /* line 1058, ../scss/default.scss */
  1372. slides slide table.rows {
  1373. border-right: 0;
  1374. }
  1375. /* line 1063, ../scss/default.scss */
  1376. slides slide[hidden] {
  1377. display: none !important;
  1378. }
  1379. /* line 1068, ../scss/default.scss */
  1380. .slide-area {
  1381. display: none;
  1382. }
  1383. /* line 1072, ../scss/default.scss */
  1384. .reflect {
  1385. -webkit-box-reflect: none;
  1386. -moz-box-reflect: none;
  1387. -o-box-reflect: none;
  1388. -ms-box-reflect: none;
  1389. box-reflect: none;
  1390. }
  1391. /* line 1080, ../scss/default.scss */
  1392. pre, code {
  1393. font-family: monospace !important;
  1394. }
  1395. }