reveal.scss 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403
  1. /*!
  2. * reveal.js
  3. * http://lab.hakim.se/reveal-js
  4. * MIT licensed
  5. *
  6. * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
  7. */
  8. /*********************************************
  9. * RESET STYLES
  10. *********************************************/
  11. html, body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal iframe,
  12. .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal p, .reveal blockquote, .reveal pre,
  13. .reveal a, .reveal abbr, .reveal acronym, .reveal address, .reveal big, .reveal cite, .reveal code,
  14. .reveal del, .reveal dfn, .reveal em, .reveal img, .reveal ins, .reveal kbd, .reveal q, .reveal s, .reveal samp,
  15. .reveal small, .reveal strike, .reveal strong, .reveal sub, .reveal sup, .reveal tt, .reveal var,
  16. .reveal b, .reveal u, .reveal center,
  17. .reveal dl, .reveal dt, .reveal dd, .reveal ol, .reveal ul, .reveal li,
  18. .reveal fieldset, .reveal form, .reveal label, .reveal legend,
  19. .reveal table, .reveal caption, .reveal tbody, .reveal tfoot, .reveal thead, .reveal tr, .reveal th, .reveal td,
  20. .reveal article, .reveal aside, .reveal canvas, .reveal details, .reveal embed,
  21. .reveal figure, .reveal figcaption, .reveal footer, .reveal header, .reveal hgroup,
  22. .reveal menu, .reveal nav, .reveal output, .reveal ruby, .reveal section, .reveal summary,
  23. .reveal time, .reveal mark, .reveal audio, .reveal video {
  24. margin: 0;
  25. padding: 0;
  26. border: 0;
  27. font-size: 100%;
  28. font: inherit;
  29. vertical-align: baseline;
  30. }
  31. .reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure,
  32. .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section {
  33. display: block;
  34. }
  35. /*********************************************
  36. * GLOBAL STYLES
  37. *********************************************/
  38. html,
  39. body {
  40. width: 100%;
  41. height: 100%;
  42. overflow: hidden;
  43. }
  44. body {
  45. position: relative;
  46. line-height: 1;
  47. background-color: #fff;
  48. color: #000;
  49. }
  50. /*********************************************
  51. * VIEW FRAGMENTS
  52. *********************************************/
  53. .reveal .slides section .fragment {
  54. opacity: 0;
  55. visibility: hidden;
  56. transition: all .2s ease;
  57. &.visible {
  58. opacity: 1;
  59. visibility: visible;
  60. }
  61. }
  62. .reveal .slides section .fragment.grow {
  63. opacity: 1;
  64. visibility: visible;
  65. &.visible {
  66. transform: scale( 1.3 );
  67. }
  68. }
  69. .reveal .slides section .fragment.shrink {
  70. opacity: 1;
  71. visibility: visible;
  72. &.visible {
  73. transform: scale( 0.7 );
  74. }
  75. }
  76. .reveal .slides section .fragment.zoom-in {
  77. transform: scale( 0.1 );
  78. &.visible {
  79. transform: none;
  80. }
  81. }
  82. .reveal .slides section .fragment.fade-out {
  83. opacity: 1;
  84. visibility: visible;
  85. &.visible {
  86. opacity: 0;
  87. visibility: hidden;
  88. }
  89. }
  90. .reveal .slides section .fragment.semi-fade-out {
  91. opacity: 1;
  92. visibility: visible;
  93. &.visible {
  94. opacity: 0.5;
  95. visibility: visible;
  96. }
  97. }
  98. .reveal .slides section .fragment.strike {
  99. opacity: 1;
  100. visibility: visible;
  101. &.visible {
  102. text-decoration: line-through;
  103. }
  104. }
  105. .reveal .slides section .fragment.fade-up {
  106. transform: translate(0, 20%);
  107. &.visible {
  108. transform: translate(0, 0);
  109. }
  110. }
  111. .reveal .slides section .fragment.fade-down {
  112. transform: translate(0, -20%);
  113. &.visible {
  114. transform: translate(0, 0);
  115. }
  116. }
  117. .reveal .slides section .fragment.fade-right {
  118. transform: translate(-20%, 0);
  119. &.visible {
  120. transform: translate(0, 0);
  121. }
  122. }
  123. .reveal .slides section .fragment.fade-left {
  124. transform: translate(20%, 0);
  125. &.visible {
  126. transform: translate(0, 0);
  127. }
  128. }
  129. .reveal .slides section .fragment.current-visible {
  130. opacity: 0;
  131. visibility: hidden;
  132. &.current-fragment {
  133. opacity: 1;
  134. visibility: visible;
  135. }
  136. }
  137. .reveal .slides section .fragment.highlight-red,
  138. .reveal .slides section .fragment.highlight-current-red,
  139. .reveal .slides section .fragment.highlight-green,
  140. .reveal .slides section .fragment.highlight-current-green,
  141. .reveal .slides section .fragment.highlight-blue,
  142. .reveal .slides section .fragment.highlight-current-blue {
  143. opacity: 1;
  144. visibility: visible;
  145. }
  146. .reveal .slides section .fragment.highlight-red.visible {
  147. color: #ff2c2d
  148. }
  149. .reveal .slides section .fragment.highlight-green.visible {
  150. color: #17ff2e;
  151. }
  152. .reveal .slides section .fragment.highlight-blue.visible {
  153. color: #1b91ff;
  154. }
  155. .reveal .slides section .fragment.highlight-current-red.current-fragment {
  156. color: #ff2c2d
  157. }
  158. .reveal .slides section .fragment.highlight-current-green.current-fragment {
  159. color: #17ff2e;
  160. }
  161. .reveal .slides section .fragment.highlight-current-blue.current-fragment {
  162. color: #1b91ff;
  163. }
  164. /*********************************************
  165. * DEFAULT ELEMENT STYLES
  166. *********************************************/
  167. /* Fixes issue in Chrome where italic fonts did not appear when printing to PDF */
  168. .reveal:after {
  169. content: '';
  170. font-style: italic;
  171. }
  172. .reveal iframe {
  173. z-index: 1;
  174. }
  175. /** Prevents layering issues in certain browser/transition combinations */
  176. .reveal a {
  177. position: relative;
  178. }
  179. .reveal .stretch {
  180. max-width: none;
  181. max-height: none;
  182. }
  183. .reveal pre.stretch code {
  184. height: 100%;
  185. max-height: 100%;
  186. box-sizing: border-box;
  187. }
  188. /*********************************************
  189. * CONTROLS
  190. *********************************************/
  191. .reveal .controls {
  192. display: none;
  193. position: fixed;
  194. width: 110px;
  195. height: 110px;
  196. z-index: 30;
  197. right: 10px;
  198. bottom: 10px;
  199. -webkit-user-select: none;
  200. }
  201. .reveal .controls button {
  202. padding: 0;
  203. position: absolute;
  204. opacity: 0.05;
  205. width: 0;
  206. height: 0;
  207. background-color: transparent;
  208. border: 12px solid transparent;
  209. transform: scale(.9999);
  210. transition: all 0.2s ease;
  211. -webkit-appearance: none;
  212. -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
  213. }
  214. .reveal .controls .enabled {
  215. opacity: 0.7;
  216. cursor: pointer;
  217. }
  218. .reveal .controls .enabled:active {
  219. margin-top: 1px;
  220. }
  221. .reveal .controls .navigate-left {
  222. top: 42px;
  223. border-right-width: 22px;
  224. border-right-color: #000;
  225. }
  226. .reveal .controls .navigate-left.fragmented {
  227. opacity: 0.3;
  228. }
  229. .reveal .controls .navigate-right {
  230. left: 74px;
  231. top: 42px;
  232. border-left-width: 22px;
  233. border-left-color: #000;
  234. }
  235. .reveal .controls .navigate-right.fragmented {
  236. opacity: 0.3;
  237. }
  238. .reveal .controls .navigate-up {
  239. left: 42px;
  240. border-bottom-width: 22px;
  241. border-bottom-color: #000;
  242. }
  243. .reveal .controls .navigate-up.fragmented {
  244. opacity: 0.3;
  245. }
  246. .reveal .controls .navigate-down {
  247. left: 42px;
  248. top: 74px;
  249. border-top-width: 22px;
  250. border-top-color: #000;
  251. }
  252. .reveal .controls .navigate-down.fragmented {
  253. opacity: 0.3;
  254. }
  255. /*********************************************
  256. * PROGRESS BAR
  257. *********************************************/
  258. .reveal .progress {
  259. position: fixed;
  260. display: none;
  261. height: 3px;
  262. width: 100%;
  263. bottom: 0;
  264. left: 0;
  265. z-index: 10;
  266. background-color: rgba( 0, 0, 0, 0.2 );
  267. }
  268. .reveal .progress:after {
  269. content: '';
  270. display: block;
  271. position: absolute;
  272. height: 20px;
  273. width: 100%;
  274. top: -20px;
  275. }
  276. .reveal .progress span {
  277. display: block;
  278. height: 100%;
  279. width: 0px;
  280. background-color: #000;
  281. transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
  282. }
  283. /*********************************************
  284. * SLIDE NUMBER
  285. *********************************************/
  286. .reveal .slide-number {
  287. position: fixed;
  288. display: block;
  289. right: 8px;
  290. bottom: 8px;
  291. z-index: 31;
  292. font-family: Helvetica, sans-serif;
  293. font-size: 12px;
  294. line-height: 1;
  295. color: #fff;
  296. background-color: rgba( 0, 0, 0, 0.4 );
  297. padding: 5px;
  298. }
  299. .reveal .slide-number-delimiter {
  300. margin: 0 3px;
  301. }
  302. /*********************************************
  303. * SLIDES
  304. *********************************************/
  305. .reveal {
  306. position: relative;
  307. width: 100%;
  308. height: 100%;
  309. overflow: hidden;
  310. touch-action: none;
  311. }
  312. .reveal .slides {
  313. position: absolute;
  314. width: 100%;
  315. height: 100%;
  316. top: 0;
  317. right: 0;
  318. bottom: 0;
  319. left: 0;
  320. margin: auto;
  321. overflow: visible;
  322. z-index: 1;
  323. text-align: center;
  324. perspective: 600px;
  325. perspective-origin: 50% 40%;
  326. }
  327. .reveal .slides>section {
  328. -ms-perspective: 600px;
  329. }
  330. .reveal .slides>section,
  331. .reveal .slides>section>section {
  332. display: none;
  333. position: absolute;
  334. width: 100%;
  335. padding: 20px 0px;
  336. z-index: 10;
  337. transform-style: preserve-3d;
  338. transition: transform-origin 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
  339. transform 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
  340. visibility 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
  341. opacity 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
  342. }
  343. /* Global transition speed settings */
  344. .reveal[data-transition-speed="fast"] .slides section {
  345. transition-duration: 400ms;
  346. }
  347. .reveal[data-transition-speed="slow"] .slides section {
  348. transition-duration: 1200ms;
  349. }
  350. /* Slide-specific transition speed overrides */
  351. .reveal .slides section[data-transition-speed="fast"] {
  352. transition-duration: 400ms;
  353. }
  354. .reveal .slides section[data-transition-speed="slow"] {
  355. transition-duration: 1200ms;
  356. }
  357. .reveal .slides>section.stack {
  358. padding-top: 0;
  359. padding-bottom: 0;
  360. }
  361. .reveal .slides>section.present,
  362. .reveal .slides>section>section.present {
  363. display: block;
  364. z-index: 11;
  365. opacity: 1;
  366. }
  367. .reveal.center,
  368. .reveal.center .slides,
  369. .reveal.center .slides section {
  370. min-height: 0 !important;
  371. }
  372. /* Don't allow interaction with invisible slides */
  373. .reveal .slides>section.future,
  374. .reveal .slides>section>section.future,
  375. .reveal .slides>section.past,
  376. .reveal .slides>section>section.past {
  377. pointer-events: none;
  378. }
  379. .reveal.overview .slides>section,
  380. .reveal.overview .slides>section>section {
  381. pointer-events: auto;
  382. }
  383. .reveal .slides>section.past,
  384. .reveal .slides>section.future,
  385. .reveal .slides>section>section.past,
  386. .reveal .slides>section>section.future {
  387. opacity: 0;
  388. }
  389. /*********************************************
  390. * Mixins for readability of transitions
  391. *********************************************/
  392. @mixin transition-global($style) {
  393. .reveal .slides section[data-transition=#{$style}],
  394. .reveal.#{$style} .slides section:not([data-transition]) {
  395. @content;
  396. }
  397. }
  398. @mixin transition-horizontal-past($style) {
  399. .reveal .slides>section[data-transition=#{$style}].past,
  400. .reveal .slides>section[data-transition~=#{$style}-out].past,
  401. .reveal.#{$style} .slides>section:not([data-transition]).past {
  402. @content;
  403. }
  404. }
  405. @mixin transition-horizontal-future($style) {
  406. .reveal .slides>section[data-transition=#{$style}].future,
  407. .reveal .slides>section[data-transition~=#{$style}-in].future,
  408. .reveal.#{$style} .slides>section:not([data-transition]).future {
  409. @content;
  410. }
  411. }
  412. @mixin transition-vertical-past($style) {
  413. .reveal .slides>section>section[data-transition=#{$style}].past,
  414. .reveal .slides>section>section[data-transition~=#{$style}-out].past,
  415. .reveal.#{$style} .slides>section>section:not([data-transition]).past {
  416. @content;
  417. }
  418. }
  419. @mixin transition-vertical-future($style) {
  420. .reveal .slides>section>section[data-transition=#{$style}].future,
  421. .reveal .slides>section>section[data-transition~=#{$style}-in].future,
  422. .reveal.#{$style} .slides>section>section:not([data-transition]).future {
  423. @content;
  424. }
  425. }
  426. /*********************************************
  427. * SLIDE TRANSITION
  428. * Aliased 'linear' for backwards compatibility
  429. *********************************************/
  430. @each $stylename in slide, linear {
  431. .reveal.#{$stylename} section {
  432. backface-visibility: hidden;
  433. }
  434. @include transition-horizontal-past(#{$stylename}) {
  435. transform: translate(-150%, 0);
  436. }
  437. @include transition-horizontal-future(#{$stylename}) {
  438. transform: translate(150%, 0);
  439. }
  440. @include transition-vertical-past(#{$stylename}) {
  441. transform: translate(0, -150%);
  442. }
  443. @include transition-vertical-future(#{$stylename}) {
  444. transform: translate(0, 150%);
  445. }
  446. }
  447. /*********************************************
  448. * CONVEX TRANSITION
  449. * Aliased 'default' for backwards compatibility
  450. *********************************************/
  451. @each $stylename in default, convex {
  452. @include transition-horizontal-past(#{$stylename}) {
  453. transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
  454. }
  455. @include transition-horizontal-future(#{$stylename}) {
  456. transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
  457. }
  458. @include transition-vertical-past(#{$stylename}) {
  459. transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
  460. }
  461. @include transition-vertical-future(#{$stylename}) {
  462. transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
  463. }
  464. }
  465. /*********************************************
  466. * CONCAVE TRANSITION
  467. *********************************************/
  468. @include transition-horizontal-past(concave) {
  469. transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
  470. }
  471. @include transition-horizontal-future(concave) {
  472. transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
  473. }
  474. @include transition-vertical-past(concave) {
  475. transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
  476. }
  477. @include transition-vertical-future(concave) {
  478. transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
  479. }
  480. /*********************************************
  481. * ZOOM TRANSITION
  482. *********************************************/
  483. @include transition-global(zoom) {
  484. transition-timing-function: ease;
  485. }
  486. @include transition-horizontal-past(zoom) {
  487. visibility: hidden;
  488. transform: scale(16);
  489. }
  490. @include transition-horizontal-future(zoom) {
  491. visibility: hidden;
  492. transform: scale(0.2);
  493. }
  494. @include transition-vertical-past(zoom) {
  495. transform: translate(0, -150%);
  496. }
  497. @include transition-vertical-future(zoom) {
  498. transform: translate(0, 150%);
  499. }
  500. /*********************************************
  501. * CUBE TRANSITION
  502. *********************************************/
  503. .reveal.cube .slides {
  504. perspective: 1300px;
  505. }
  506. .reveal.cube .slides section {
  507. padding: 30px;
  508. min-height: 700px;
  509. backface-visibility: hidden;
  510. box-sizing: border-box;
  511. }
  512. .reveal.center.cube .slides section {
  513. min-height: 0;
  514. }
  515. .reveal.cube .slides section:not(.stack):before {
  516. content: '';
  517. position: absolute;
  518. display: block;
  519. width: 100%;
  520. height: 100%;
  521. left: 0;
  522. top: 0;
  523. background: rgba(0,0,0,0.1);
  524. border-radius: 4px;
  525. transform: translateZ( -20px );
  526. }
  527. .reveal.cube .slides section:not(.stack):after {
  528. content: '';
  529. position: absolute;
  530. display: block;
  531. width: 90%;
  532. height: 30px;
  533. left: 5%;
  534. bottom: 0;
  535. background: none;
  536. z-index: 1;
  537. border-radius: 4px;
  538. box-shadow: 0px 95px 25px rgba(0,0,0,0.2);
  539. transform: translateZ(-90px) rotateX( 65deg );
  540. }
  541. .reveal.cube .slides>section.stack {
  542. padding: 0;
  543. background: none;
  544. }
  545. .reveal.cube .slides>section.past {
  546. transform-origin: 100% 0%;
  547. transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  548. }
  549. .reveal.cube .slides>section.future {
  550. transform-origin: 0% 0%;
  551. transform: translate3d(100%, 0, 0) rotateY(90deg);
  552. }
  553. .reveal.cube .slides>section>section.past {
  554. transform-origin: 0% 100%;
  555. transform: translate3d(0, -100%, 0) rotateX(90deg);
  556. }
  557. .reveal.cube .slides>section>section.future {
  558. transform-origin: 0% 0%;
  559. transform: translate3d(0, 100%, 0) rotateX(-90deg);
  560. }
  561. /*********************************************
  562. * PAGE TRANSITION
  563. *********************************************/
  564. .reveal.page .slides {
  565. perspective-origin: 0% 50%;
  566. perspective: 3000px;
  567. }
  568. .reveal.page .slides section {
  569. padding: 30px;
  570. min-height: 700px;
  571. box-sizing: border-box;
  572. }
  573. .reveal.page .slides section.past {
  574. z-index: 12;
  575. }
  576. .reveal.page .slides section:not(.stack):before {
  577. content: '';
  578. position: absolute;
  579. display: block;
  580. width: 100%;
  581. height: 100%;
  582. left: 0;
  583. top: 0;
  584. background: rgba(0,0,0,0.1);
  585. transform: translateZ( -20px );
  586. }
  587. .reveal.page .slides section:not(.stack):after {
  588. content: '';
  589. position: absolute;
  590. display: block;
  591. width: 90%;
  592. height: 30px;
  593. left: 5%;
  594. bottom: 0;
  595. background: none;
  596. z-index: 1;
  597. border-radius: 4px;
  598. box-shadow: 0px 95px 25px rgba(0,0,0,0.2);
  599. -webkit-transform: translateZ(-90px) rotateX( 65deg );
  600. }
  601. .reveal.page .slides>section.stack {
  602. padding: 0;
  603. background: none;
  604. }
  605. .reveal.page .slides>section.past {
  606. transform-origin: 0% 0%;
  607. transform: translate3d(-40%, 0, 0) rotateY(-80deg);
  608. }
  609. .reveal.page .slides>section.future {
  610. transform-origin: 100% 0%;
  611. transform: translate3d(0, 0, 0);
  612. }
  613. .reveal.page .slides>section>section.past {
  614. transform-origin: 0% 0%;
  615. transform: translate3d(0, -40%, 0) rotateX(80deg);
  616. }
  617. .reveal.page .slides>section>section.future {
  618. transform-origin: 0% 100%;
  619. transform: translate3d(0, 0, 0);
  620. }
  621. /*********************************************
  622. * FADE TRANSITION
  623. *********************************************/
  624. .reveal .slides section[data-transition=fade],
  625. .reveal.fade .slides section:not([data-transition]),
  626. .reveal.fade .slides>section>section:not([data-transition]) {
  627. transform: none;
  628. transition: opacity 0.5s;
  629. }
  630. .reveal.fade.overview .slides section,
  631. .reveal.fade.overview .slides>section>section {
  632. transition: none;
  633. }
  634. /*********************************************
  635. * NO TRANSITION
  636. *********************************************/
  637. @include transition-global(none) {
  638. transform: none;
  639. transition: none;
  640. }
  641. /*********************************************
  642. * PAUSED MODE
  643. *********************************************/
  644. .reveal .pause-overlay {
  645. position: absolute;
  646. top: 0;
  647. left: 0;
  648. width: 100%;
  649. height: 100%;
  650. background: black;
  651. visibility: hidden;
  652. opacity: 0;
  653. z-index: 100;
  654. transition: all 1s ease;
  655. }
  656. .reveal.paused .pause-overlay {
  657. visibility: visible;
  658. opacity: 1;
  659. }
  660. /*********************************************
  661. * FALLBACK
  662. *********************************************/
  663. .no-transforms {
  664. overflow-y: auto;
  665. }
  666. .no-transforms .reveal .slides {
  667. position: relative;
  668. width: 80%;
  669. height: auto !important;
  670. top: 0;
  671. left: 50%;
  672. margin: 0;
  673. text-align: center;
  674. }
  675. .no-transforms .reveal .controls,
  676. .no-transforms .reveal .progress {
  677. display: none !important;
  678. }
  679. .no-transforms .reveal .slides section {
  680. display: block !important;
  681. opacity: 1 !important;
  682. position: relative !important;
  683. height: auto;
  684. min-height: 0;
  685. top: 0;
  686. left: -50%;
  687. margin: 70px 0;
  688. transform: none;
  689. }
  690. .no-transforms .reveal .slides section section {
  691. left: 0;
  692. }
  693. .reveal .no-transition,
  694. .reveal .no-transition * {
  695. transition: none !important;
  696. }
  697. /*********************************************
  698. * PER-SLIDE BACKGROUNDS
  699. *********************************************/
  700. .reveal .backgrounds {
  701. position: absolute;
  702. width: 100%;
  703. height: 100%;
  704. top: 0;
  705. left: 0;
  706. perspective: 600px;
  707. }
  708. .reveal .slide-background {
  709. display: none;
  710. position: absolute;
  711. width: 100%;
  712. height: 100%;
  713. opacity: 0;
  714. visibility: hidden;
  715. background-color: rgba( 0, 0, 0, 0 );
  716. background-position: 50% 50%;
  717. background-repeat: no-repeat;
  718. background-size: cover;
  719. transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
  720. }
  721. .reveal .slide-background.stack {
  722. display: block;
  723. }
  724. .reveal .slide-background.present {
  725. opacity: 1;
  726. visibility: visible;
  727. }
  728. .print-pdf .reveal .slide-background {
  729. opacity: 1 !important;
  730. visibility: visible !important;
  731. }
  732. /* Video backgrounds */
  733. .reveal .slide-background video {
  734. position: absolute;
  735. width: 100%;
  736. height: 100%;
  737. max-width: none;
  738. max-height: none;
  739. top: 0;
  740. left: 0;
  741. }
  742. /* Immediate transition style */
  743. .reveal[data-background-transition=none]>.backgrounds .slide-background,
  744. .reveal>.backgrounds .slide-background[data-background-transition=none] {
  745. transition: none;
  746. }
  747. /* Slide */
  748. .reveal[data-background-transition=slide]>.backgrounds .slide-background,
  749. .reveal>.backgrounds .slide-background[data-background-transition=slide] {
  750. opacity: 1;
  751. backface-visibility: hidden;
  752. }
  753. .reveal[data-background-transition=slide]>.backgrounds .slide-background.past,
  754. .reveal>.backgrounds .slide-background.past[data-background-transition=slide] {
  755. transform: translate(-100%, 0);
  756. }
  757. .reveal[data-background-transition=slide]>.backgrounds .slide-background.future,
  758. .reveal>.backgrounds .slide-background.future[data-background-transition=slide] {
  759. transform: translate(100%, 0);
  760. }
  761. .reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past,
  762. .reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide] {
  763. transform: translate(0, -100%);
  764. }
  765. .reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future,
  766. .reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide] {
  767. transform: translate(0, 100%);
  768. }
  769. /* Convex */
  770. .reveal[data-background-transition=convex]>.backgrounds .slide-background.past,
  771. .reveal>.backgrounds .slide-background.past[data-background-transition=convex] {
  772. opacity: 0;
  773. transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
  774. }
  775. .reveal[data-background-transition=convex]>.backgrounds .slide-background.future,
  776. .reveal>.backgrounds .slide-background.future[data-background-transition=convex] {
  777. opacity: 0;
  778. transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
  779. }
  780. .reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past,
  781. .reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex] {
  782. opacity: 0;
  783. transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0);
  784. }
  785. .reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future,
  786. .reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex] {
  787. opacity: 0;
  788. transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0);
  789. }
  790. /* Concave */
  791. .reveal[data-background-transition=concave]>.backgrounds .slide-background.past,
  792. .reveal>.backgrounds .slide-background.past[data-background-transition=concave] {
  793. opacity: 0;
  794. transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
  795. }
  796. .reveal[data-background-transition=concave]>.backgrounds .slide-background.future,
  797. .reveal>.backgrounds .slide-background.future[data-background-transition=concave] {
  798. opacity: 0;
  799. transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
  800. }
  801. .reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past,
  802. .reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave] {
  803. opacity: 0;
  804. transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0);
  805. }
  806. .reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future,
  807. .reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave] {
  808. opacity: 0;
  809. transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0);
  810. }
  811. /* Zoom */
  812. .reveal[data-background-transition=zoom]>.backgrounds .slide-background,
  813. .reveal>.backgrounds .slide-background[data-background-transition=zoom] {
  814. transition-timing-function: ease;
  815. }
  816. .reveal[data-background-transition=zoom]>.backgrounds .slide-background.past,
  817. .reveal>.backgrounds .slide-background.past[data-background-transition=zoom] {
  818. opacity: 0;
  819. visibility: hidden;
  820. transform: scale(16);
  821. }
  822. .reveal[data-background-transition=zoom]>.backgrounds .slide-background.future,
  823. .reveal>.backgrounds .slide-background.future[data-background-transition=zoom] {
  824. opacity: 0;
  825. visibility: hidden;
  826. transform: scale(0.2);
  827. }
  828. .reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past,
  829. .reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom] {
  830. opacity: 0;
  831. visibility: hidden;
  832. transform: scale(16);
  833. }
  834. .reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future,
  835. .reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom] {
  836. opacity: 0;
  837. visibility: hidden;
  838. transform: scale(0.2);
  839. }
  840. /* Global transition speed settings */
  841. .reveal[data-transition-speed="fast"]>.backgrounds .slide-background {
  842. transition-duration: 400ms;
  843. }
  844. .reveal[data-transition-speed="slow"]>.backgrounds .slide-background {
  845. transition-duration: 1200ms;
  846. }
  847. /*********************************************
  848. * OVERVIEW
  849. *********************************************/
  850. .reveal.overview {
  851. perspective-origin: 50% 50%;
  852. perspective: 700px;
  853. .slides section {
  854. height: 100%;
  855. top: 0 !important;
  856. opacity: 1 !important;
  857. overflow: hidden;
  858. visibility: visible !important;
  859. cursor: pointer;
  860. box-sizing: border-box;
  861. }
  862. .slides section:hover,
  863. .slides section.present {
  864. outline: 10px solid rgba(150,150,150,0.4);
  865. outline-offset: 10px;
  866. }
  867. .slides section .fragment {
  868. opacity: 1;
  869. transition: none;
  870. }
  871. .slides section:after,
  872. .slides section:before {
  873. display: none !important;
  874. }
  875. .slides>section.stack {
  876. padding: 0;
  877. top: 0 !important;
  878. background: none;
  879. outline: none;
  880. overflow: visible;
  881. }
  882. .backgrounds {
  883. perspective: inherit;
  884. }
  885. .backgrounds .slide-background {
  886. opacity: 1;
  887. visibility: visible;
  888. // This can't be applied to the slide itself in Safari
  889. outline: 10px solid rgba(150,150,150,0.1);
  890. outline-offset: 10px;
  891. }
  892. }
  893. // Disable transitions transitions while we're activating
  894. // or deactivating the overview mode.
  895. .reveal.overview .slides section,
  896. .reveal.overview-deactivating .slides section {
  897. transition: none;
  898. }
  899. .reveal.overview .backgrounds .slide-background,
  900. .reveal.overview-deactivating .backgrounds .slide-background {
  901. transition: none;
  902. }
  903. .reveal.overview-animated .slides {
  904. transition: transform 0.4s ease;
  905. }
  906. /*********************************************
  907. * RTL SUPPORT
  908. *********************************************/
  909. .reveal.rtl .slides,
  910. .reveal.rtl .slides h1,
  911. .reveal.rtl .slides h2,
  912. .reveal.rtl .slides h3,
  913. .reveal.rtl .slides h4,
  914. .reveal.rtl .slides h5,
  915. .reveal.rtl .slides h6 {
  916. direction: rtl;
  917. font-family: sans-serif;
  918. }
  919. .reveal.rtl pre,
  920. .reveal.rtl code {
  921. direction: ltr;
  922. }
  923. .reveal.rtl ol,
  924. .reveal.rtl ul {
  925. text-align: right;
  926. }
  927. .reveal.rtl .progress span {
  928. float: right
  929. }
  930. /*********************************************
  931. * PARALLAX BACKGROUND
  932. *********************************************/
  933. .reveal.has-parallax-background .backgrounds {
  934. transition: all 0.8s ease;
  935. }
  936. /* Global transition speed settings */
  937. .reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
  938. transition-duration: 400ms;
  939. }
  940. .reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
  941. transition-duration: 1200ms;
  942. }
  943. /*********************************************
  944. * LINK PREVIEW OVERLAY
  945. *********************************************/
  946. .reveal .overlay {
  947. position: absolute;
  948. top: 0;
  949. left: 0;
  950. width: 100%;
  951. height: 100%;
  952. z-index: 1000;
  953. background: rgba( 0, 0, 0, 0.9 );
  954. opacity: 0;
  955. visibility: hidden;
  956. transition: all 0.3s ease;
  957. }
  958. .reveal .overlay.visible {
  959. opacity: 1;
  960. visibility: visible;
  961. }
  962. .reveal .overlay .spinner {
  963. position: absolute;
  964. display: block;
  965. top: 50%;
  966. left: 50%;
  967. width: 32px;
  968. height: 32px;
  969. margin: -16px 0 0 -16px;
  970. z-index: 10;
  971. background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);
  972. visibility: visible;
  973. opacity: 0.6;
  974. transition: all 0.3s ease;
  975. }
  976. .reveal .overlay header {
  977. position: absolute;
  978. left: 0;
  979. top: 0;
  980. width: 100%;
  981. height: 40px;
  982. z-index: 2;
  983. border-bottom: 1px solid #222;
  984. }
  985. .reveal .overlay header a {
  986. display: inline-block;
  987. width: 40px;
  988. height: 40px;
  989. padding: 0 10px;
  990. float: right;
  991. opacity: 0.6;
  992. box-sizing: border-box;
  993. }
  994. .reveal .overlay header a:hover {
  995. opacity: 1;
  996. }
  997. .reveal .overlay header a .icon {
  998. display: inline-block;
  999. width: 20px;
  1000. height: 20px;
  1001. background-position: 50% 50%;
  1002. background-size: 100%;
  1003. background-repeat: no-repeat;
  1004. }
  1005. .reveal .overlay header a.close .icon {
  1006. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC);
  1007. }
  1008. .reveal .overlay header a.external .icon {
  1009. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==);
  1010. }
  1011. .reveal .overlay .viewport {
  1012. position: absolute;
  1013. display: flex;
  1014. top: 40px;
  1015. right: 0;
  1016. bottom: 0;
  1017. left: 0;
  1018. }
  1019. .reveal .overlay.overlay-preview .viewport iframe {
  1020. width: 100%;
  1021. height: 100%;
  1022. max-width: 100%;
  1023. max-height: 100%;
  1024. border: 0;
  1025. opacity: 0;
  1026. visibility: hidden;
  1027. transition: all 0.3s ease;
  1028. }
  1029. .reveal .overlay.overlay-preview.loaded .viewport iframe {
  1030. opacity: 1;
  1031. visibility: visible;
  1032. }
  1033. .reveal .overlay.overlay-preview.loaded .spinner {
  1034. opacity: 0;
  1035. visibility: hidden;
  1036. transform: scale(0.2);
  1037. }
  1038. .reveal .overlay.overlay-help .viewport {
  1039. overflow: auto;
  1040. color: #fff;
  1041. }
  1042. .reveal .overlay.overlay-help .viewport .viewport-inner {
  1043. width: 600px;
  1044. margin: auto;
  1045. padding: 20px 20px 80px 20px;
  1046. text-align: center;
  1047. letter-spacing: normal;
  1048. }
  1049. .reveal .overlay.overlay-help .viewport .viewport-inner .title {
  1050. font-size: 20px;
  1051. }
  1052. .reveal .overlay.overlay-help .viewport .viewport-inner table {
  1053. border: 1px solid #fff;
  1054. border-collapse: collapse;
  1055. font-size: 16px;
  1056. }
  1057. .reveal .overlay.overlay-help .viewport .viewport-inner table th,
  1058. .reveal .overlay.overlay-help .viewport .viewport-inner table td {
  1059. width: 200px;
  1060. padding: 14px;
  1061. border: 1px solid #fff;
  1062. vertical-align: middle;
  1063. }
  1064. .reveal .overlay.overlay-help .viewport .viewport-inner table th {
  1065. padding-top: 20px;
  1066. padding-bottom: 20px;
  1067. }
  1068. /*********************************************
  1069. * PLAYBACK COMPONENT
  1070. *********************************************/
  1071. .reveal .playback {
  1072. position: fixed;
  1073. left: 15px;
  1074. bottom: 20px;
  1075. z-index: 30;
  1076. cursor: pointer;
  1077. transition: all 400ms ease;
  1078. }
  1079. .reveal.overview .playback {
  1080. opacity: 0;
  1081. visibility: hidden;
  1082. }
  1083. /*********************************************
  1084. * ROLLING LINKS
  1085. *********************************************/
  1086. .reveal .roll {
  1087. display: inline-block;
  1088. line-height: 1.2;
  1089. overflow: hidden;
  1090. vertical-align: top;
  1091. perspective: 400px;
  1092. perspective-origin: 50% 50%;
  1093. }
  1094. .reveal .roll:hover {
  1095. background: none;
  1096. text-shadow: none;
  1097. }
  1098. .reveal .roll span {
  1099. display: block;
  1100. position: relative;
  1101. padding: 0 2px;
  1102. pointer-events: none;
  1103. transition: all 400ms ease;
  1104. transform-origin: 50% 0%;
  1105. transform-style: preserve-3d;
  1106. backface-visibility: hidden;
  1107. }
  1108. .reveal .roll:hover span {
  1109. background: rgba(0,0,0,0.5);
  1110. transform: translate3d( 0px, 0px, -45px ) rotateX( 90deg );
  1111. }
  1112. .reveal .roll span:after {
  1113. content: attr(data-title);
  1114. display: block;
  1115. position: absolute;
  1116. left: 0;
  1117. top: 0;
  1118. padding: 0 2px;
  1119. backface-visibility: hidden;
  1120. transform-origin: 50% 0%;
  1121. transform: translate3d( 0px, 110%, 0px ) rotateX( -90deg );
  1122. }
  1123. /*********************************************
  1124. * SPEAKER NOTES
  1125. *********************************************/
  1126. // Hide on-page notes
  1127. .reveal aside.notes {
  1128. display: none;
  1129. }
  1130. // An interface element that can optionally be used to show the
  1131. // speaker notes to all viewers, on top of the presentation
  1132. .reveal .speaker-notes {
  1133. display: none;
  1134. position: absolute;
  1135. width: 70%;
  1136. max-height: 15%;
  1137. left: 15%;
  1138. bottom: 26px;
  1139. padding: 10px;
  1140. z-index: 1;
  1141. font-size: 18px;
  1142. line-height: 1.4;
  1143. color: #fff;
  1144. background-color: rgba(0,0,0,0.5);
  1145. overflow: auto;
  1146. box-sizing: border-box;
  1147. text-align: left;
  1148. font-family: Helvetica, sans-serif;
  1149. -webkit-overflow-scrolling: touch;
  1150. }
  1151. .reveal .speaker-notes.visible:not(:empty) {
  1152. display: block;
  1153. }
  1154. @media screen and (max-width: 1024px) {
  1155. .reveal .speaker-notes {
  1156. font-size: 14px;
  1157. }
  1158. }
  1159. @media screen and (max-width: 600px) {
  1160. .reveal .speaker-notes {
  1161. width: 90%;
  1162. left: 5%;
  1163. }
  1164. }
  1165. /*********************************************
  1166. * ZOOM PLUGIN
  1167. *********************************************/
  1168. .zoomed .reveal *,
  1169. .zoomed .reveal *:before,
  1170. .zoomed .reveal *:after {
  1171. backface-visibility: visible !important;
  1172. }
  1173. .zoomed .reveal .progress,
  1174. .zoomed .reveal .controls {
  1175. opacity: 0;
  1176. }
  1177. .zoomed .reveal .roll span {
  1178. background: none;
  1179. }
  1180. .zoomed .reveal .roll span:after {
  1181. visibility: hidden;
  1182. }