reveal.css 49 KB

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