reveal.css 49 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396
  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. .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. overflow: visible;
  281. z-index: 1;
  282. text-align: center;
  283. -webkit-perspective: 600px;
  284. perspective: 600px;
  285. -webkit-perspective-origin: 50% 40%;
  286. perspective-origin: 50% 40%; }
  287. .reveal .slides > section {
  288. -ms-perspective: 600px; }
  289. .reveal .slides > section,
  290. .reveal .slides > section > section {
  291. display: none;
  292. position: absolute;
  293. width: 100%;
  294. padding: 20px 0px;
  295. z-index: 10;
  296. -webkit-transform-style: flat;
  297. transform-style: flat;
  298. -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);
  299. 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); }
  300. /* Global transition speed settings */
  301. .reveal[data-transition-speed="fast"] .slides section {
  302. -webkit-transition-duration: 400ms;
  303. transition-duration: 400ms; }
  304. .reveal[data-transition-speed="slow"] .slides section {
  305. -webkit-transition-duration: 1200ms;
  306. transition-duration: 1200ms; }
  307. /* Slide-specific transition speed overrides */
  308. .reveal .slides section[data-transition-speed="fast"] {
  309. -webkit-transition-duration: 400ms;
  310. transition-duration: 400ms; }
  311. .reveal .slides section[data-transition-speed="slow"] {
  312. -webkit-transition-duration: 1200ms;
  313. transition-duration: 1200ms; }
  314. .reveal .slides > section.stack {
  315. padding-top: 0;
  316. padding-bottom: 0; }
  317. .reveal .slides > section.present,
  318. .reveal .slides > section > section.present {
  319. display: block;
  320. z-index: 11;
  321. opacity: 1; }
  322. .reveal.center,
  323. .reveal.center .slides,
  324. .reveal.center .slides section {
  325. min-height: 0 !important; }
  326. /* Don't allow interaction with invisible slides */
  327. .reveal .slides > section.future,
  328. .reveal .slides > section > section.future,
  329. .reveal .slides > section.past,
  330. .reveal .slides > section > section.past {
  331. pointer-events: none; }
  332. .reveal.overview .slides > section,
  333. .reveal.overview .slides > section > section {
  334. pointer-events: auto; }
  335. .reveal .slides > section.past,
  336. .reveal .slides > section.future,
  337. .reveal .slides > section > section.past,
  338. .reveal .slides > section > section.future {
  339. opacity: 0; }
  340. /*********************************************
  341. * Mixins for readability of transitions
  342. *********************************************/
  343. /*********************************************
  344. * SLIDE TRANSITION
  345. * Aliased 'linear' for backwards compatibility
  346. *********************************************/
  347. .reveal.slide section {
  348. -webkit-backface-visibility: hidden;
  349. backface-visibility: hidden; }
  350. .reveal .slides > section[data-transition=slide].past,
  351. .reveal .slides > section[data-transition~=slide-out].past,
  352. .reveal.slide .slides > section:not([data-transition]).past {
  353. -webkit-transform: translate(-150%, 0);
  354. transform: translate(-150%, 0); }
  355. .reveal .slides > section[data-transition=slide].future,
  356. .reveal .slides > section[data-transition~=slide-in].future,
  357. .reveal.slide .slides > section:not([data-transition]).future {
  358. -webkit-transform: translate(150%, 0);
  359. transform: translate(150%, 0); }
  360. .reveal .slides > section > section[data-transition=slide].past,
  361. .reveal .slides > section > section[data-transition~=slide-out].past,
  362. .reveal.slide .slides > section > section:not([data-transition]).past {
  363. -webkit-transform: translate(0, -150%);
  364. transform: translate(0, -150%); }
  365. .reveal .slides > section > section[data-transition=slide].future,
  366. .reveal .slides > section > section[data-transition~=slide-in].future,
  367. .reveal.slide .slides > section > section:not([data-transition]).future {
  368. -webkit-transform: translate(0, 150%);
  369. transform: translate(0, 150%); }
  370. .reveal.linear section {
  371. -webkit-backface-visibility: hidden;
  372. backface-visibility: hidden; }
  373. .reveal .slides > section[data-transition=linear].past,
  374. .reveal .slides > section[data-transition~=linear-out].past,
  375. .reveal.linear .slides > section:not([data-transition]).past {
  376. -webkit-transform: translate(-150%, 0);
  377. transform: translate(-150%, 0); }
  378. .reveal .slides > section[data-transition=linear].future,
  379. .reveal .slides > section[data-transition~=linear-in].future,
  380. .reveal.linear .slides > section:not([data-transition]).future {
  381. -webkit-transform: translate(150%, 0);
  382. transform: translate(150%, 0); }
  383. .reveal .slides > section > section[data-transition=linear].past,
  384. .reveal .slides > section > section[data-transition~=linear-out].past,
  385. .reveal.linear .slides > section > section:not([data-transition]).past {
  386. -webkit-transform: translate(0, -150%);
  387. transform: translate(0, -150%); }
  388. .reveal .slides > section > section[data-transition=linear].future,
  389. .reveal .slides > section > section[data-transition~=linear-in].future,
  390. .reveal.linear .slides > section > section:not([data-transition]).future {
  391. -webkit-transform: translate(0, 150%);
  392. transform: translate(0, 150%); }
  393. /*********************************************
  394. * CONVEX TRANSITION
  395. * Aliased 'default' for backwards compatibility
  396. *********************************************/
  397. .reveal .slides section[data-transition=default].stack,
  398. .reveal.default .slides section.stack {
  399. -webkit-transform-style: preserve-3d;
  400. transform-style: preserve-3d; }
  401. .reveal .slides > section[data-transition=default].past,
  402. .reveal .slides > section[data-transition~=default-out].past,
  403. .reveal.default .slides > section:not([data-transition]).past {
  404. -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
  405. transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }
  406. .reveal .slides > section[data-transition=default].future,
  407. .reveal .slides > section[data-transition~=default-in].future,
  408. .reveal.default .slides > section:not([data-transition]).future {
  409. -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
  410. transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }
  411. .reveal .slides > section > section[data-transition=default].past,
  412. .reveal .slides > section > section[data-transition~=default-out].past,
  413. .reveal.default .slides > section > section:not([data-transition]).past {
  414. -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
  415. transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0); }
  416. .reveal .slides > section > section[data-transition=default].future,
  417. .reveal .slides > section > section[data-transition~=default-in].future,
  418. .reveal.default .slides > section > section:not([data-transition]).future {
  419. -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
  420. transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0); }
  421. .reveal .slides section[data-transition=convex].stack,
  422. .reveal.convex .slides section.stack {
  423. -webkit-transform-style: preserve-3d;
  424. transform-style: preserve-3d; }
  425. .reveal .slides > section[data-transition=convex].past,
  426. .reveal .slides > section[data-transition~=convex-out].past,
  427. .reveal.convex .slides > section:not([data-transition]).past {
  428. -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
  429. transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }
  430. .reveal .slides > section[data-transition=convex].future,
  431. .reveal .slides > section[data-transition~=convex-in].future,
  432. .reveal.convex .slides > section:not([data-transition]).future {
  433. -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
  434. transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }
  435. .reveal .slides > section > section[data-transition=convex].past,
  436. .reveal .slides > section > section[data-transition~=convex-out].past,
  437. .reveal.convex .slides > section > section:not([data-transition]).past {
  438. -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
  439. transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0); }
  440. .reveal .slides > section > section[data-transition=convex].future,
  441. .reveal .slides > section > section[data-transition~=convex-in].future,
  442. .reveal.convex .slides > section > section:not([data-transition]).future {
  443. -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
  444. transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0); }
  445. /*********************************************
  446. * CONCAVE TRANSITION
  447. *********************************************/
  448. .reveal .slides section[data-transition=concave].stack,
  449. .reveal.concave .slides section.stack {
  450. -webkit-transform-style: preserve-3d;
  451. transform-style: preserve-3d; }
  452. .reveal .slides > section[data-transition=concave].past,
  453. .reveal .slides > section[data-transition~=concave-out].past,
  454. .reveal.concave .slides > section:not([data-transition]).past {
  455. -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
  456. transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); }
  457. .reveal .slides > section[data-transition=concave].future,
  458. .reveal .slides > section[data-transition~=concave-in].future,
  459. .reveal.concave .slides > section:not([data-transition]).future {
  460. -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
  461. transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); }
  462. .reveal .slides > section > section[data-transition=concave].past,
  463. .reveal .slides > section > section[data-transition~=concave-out].past,
  464. .reveal.concave .slides > section > section:not([data-transition]).past {
  465. -webkit-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
  466. transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0); }
  467. .reveal .slides > section > section[data-transition=concave].future,
  468. .reveal .slides > section > section[data-transition~=concave-in].future,
  469. .reveal.concave .slides > section > section:not([data-transition]).future {
  470. -webkit-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
  471. transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0); }
  472. /*********************************************
  473. * ZOOM TRANSITION
  474. *********************************************/
  475. .reveal .slides section[data-transition=zoom],
  476. .reveal.zoom .slides section:not([data-transition]) {
  477. -webkit-transition-timing-function: ease;
  478. transition-timing-function: ease; }
  479. .reveal .slides > section[data-transition=zoom].past,
  480. .reveal .slides > section[data-transition~=zoom-out].past,
  481. .reveal.zoom .slides > section:not([data-transition]).past {
  482. visibility: hidden;
  483. -webkit-transform: scale(16);
  484. transform: scale(16); }
  485. .reveal .slides > section[data-transition=zoom].future,
  486. .reveal .slides > section[data-transition~=zoom-in].future,
  487. .reveal.zoom .slides > section:not([data-transition]).future {
  488. visibility: hidden;
  489. -webkit-transform: scale(0.2);
  490. transform: scale(0.2); }
  491. .reveal .slides > section > section[data-transition=zoom].past,
  492. .reveal .slides > section > section[data-transition~=zoom-out].past,
  493. .reveal.zoom .slides > section > section:not([data-transition]).past {
  494. -webkit-transform: translate(0, -150%);
  495. transform: translate(0, -150%); }
  496. .reveal .slides > section > section[data-transition=zoom].future,
  497. .reveal .slides > section > section[data-transition~=zoom-in].future,
  498. .reveal.zoom .slides > section > section:not([data-transition]).future {
  499. -webkit-transform: translate(0, 150%);
  500. transform: translate(0, 150%); }
  501. /*********************************************
  502. * CUBE TRANSITION
  503. *********************************************/
  504. .reveal.cube .slides {
  505. -webkit-perspective: 1300px;
  506. perspective: 1300px; }
  507. .reveal.cube .slides section {
  508. padding: 30px;
  509. min-height: 700px;
  510. -webkit-backface-visibility: hidden;
  511. backface-visibility: hidden;
  512. box-sizing: border-box;
  513. -webkit-transform-style: preserve-3d;
  514. transform-style: preserve-3d; }
  515. .reveal.center.cube .slides section {
  516. min-height: 0; }
  517. .reveal.cube .slides section:not(.stack):before {
  518. content: '';
  519. position: absolute;
  520. display: block;
  521. width: 100%;
  522. height: 100%;
  523. left: 0;
  524. top: 0;
  525. background: rgba(0, 0, 0, 0.1);
  526. border-radius: 4px;
  527. -webkit-transform: translateZ(-20px);
  528. transform: translateZ(-20px); }
  529. .reveal.cube .slides section:not(.stack):after {
  530. content: '';
  531. position: absolute;
  532. display: block;
  533. width: 90%;
  534. height: 30px;
  535. left: 5%;
  536. bottom: 0;
  537. background: none;
  538. z-index: 1;
  539. border-radius: 4px;
  540. box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
  541. -webkit-transform: translateZ(-90px) rotateX(65deg);
  542. transform: translateZ(-90px) rotateX(65deg); }
  543. .reveal.cube .slides > section.stack {
  544. padding: 0;
  545. background: none; }
  546. .reveal.cube .slides > section.past {
  547. -webkit-transform-origin: 100% 0%;
  548. transform-origin: 100% 0%;
  549. -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  550. transform: translate3d(-100%, 0, 0) rotateY(-90deg); }
  551. .reveal.cube .slides > section.future {
  552. -webkit-transform-origin: 0% 0%;
  553. transform-origin: 0% 0%;
  554. -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
  555. transform: translate3d(100%, 0, 0) rotateY(90deg); }
  556. .reveal.cube .slides > section > section.past {
  557. -webkit-transform-origin: 0% 100%;
  558. transform-origin: 0% 100%;
  559. -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg);
  560. transform: translate3d(0, -100%, 0) rotateX(90deg); }
  561. .reveal.cube .slides > section > section.future {
  562. -webkit-transform-origin: 0% 0%;
  563. transform-origin: 0% 0%;
  564. -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg);
  565. transform: translate3d(0, 100%, 0) rotateX(-90deg); }
  566. /*********************************************
  567. * PAGE TRANSITION
  568. *********************************************/
  569. .reveal.page .slides {
  570. -webkit-perspective-origin: 0% 50%;
  571. perspective-origin: 0% 50%;
  572. -webkit-perspective: 3000px;
  573. perspective: 3000px; }
  574. .reveal.page .slides section {
  575. padding: 30px;
  576. min-height: 700px;
  577. box-sizing: border-box;
  578. -webkit-transform-style: preserve-3d;
  579. transform-style: preserve-3d; }
  580. .reveal.page .slides section.past {
  581. z-index: 12; }
  582. .reveal.page .slides section:not(.stack):before {
  583. content: '';
  584. position: absolute;
  585. display: block;
  586. width: 100%;
  587. height: 100%;
  588. left: 0;
  589. top: 0;
  590. background: rgba(0, 0, 0, 0.1);
  591. -webkit-transform: translateZ(-20px);
  592. transform: translateZ(-20px); }
  593. .reveal.page .slides section:not(.stack):after {
  594. content: '';
  595. position: absolute;
  596. display: block;
  597. width: 90%;
  598. height: 30px;
  599. left: 5%;
  600. bottom: 0;
  601. background: none;
  602. z-index: 1;
  603. border-radius: 4px;
  604. box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
  605. -webkit-transform: translateZ(-90px) rotateX(65deg); }
  606. .reveal.page .slides > section.stack {
  607. padding: 0;
  608. background: none; }
  609. .reveal.page .slides > section.past {
  610. -webkit-transform-origin: 0% 0%;
  611. transform-origin: 0% 0%;
  612. -webkit-transform: translate3d(-40%, 0, 0) rotateY(-80deg);
  613. transform: translate3d(-40%, 0, 0) rotateY(-80deg); }
  614. .reveal.page .slides > section.future {
  615. -webkit-transform-origin: 100% 0%;
  616. transform-origin: 100% 0%;
  617. -webkit-transform: translate3d(0, 0, 0);
  618. transform: translate3d(0, 0, 0); }
  619. .reveal.page .slides > section > section.past {
  620. -webkit-transform-origin: 0% 0%;
  621. transform-origin: 0% 0%;
  622. -webkit-transform: translate3d(0, -40%, 0) rotateX(80deg);
  623. transform: translate3d(0, -40%, 0) rotateX(80deg); }
  624. .reveal.page .slides > section > section.future {
  625. -webkit-transform-origin: 0% 100%;
  626. transform-origin: 0% 100%;
  627. -webkit-transform: translate3d(0, 0, 0);
  628. transform: translate3d(0, 0, 0); }
  629. /*********************************************
  630. * FADE TRANSITION
  631. *********************************************/
  632. .reveal .slides section[data-transition=fade],
  633. .reveal.fade .slides section:not([data-transition]),
  634. .reveal.fade .slides > section > section:not([data-transition]) {
  635. -webkit-transform: none;
  636. transform: none;
  637. -webkit-transition: opacity 0.5s;
  638. transition: opacity 0.5s; }
  639. .reveal.fade.overview .slides section,
  640. .reveal.fade.overview .slides > section > section {
  641. -webkit-transition: none;
  642. transition: none; }
  643. /*********************************************
  644. * NO TRANSITION
  645. *********************************************/
  646. .reveal .slides section[data-transition=none],
  647. .reveal.none .slides section:not([data-transition]) {
  648. -webkit-transform: none;
  649. transform: none;
  650. -webkit-transition: none;
  651. transition: none; }
  652. /*********************************************
  653. * PAUSED MODE
  654. *********************************************/
  655. .reveal .pause-overlay {
  656. position: absolute;
  657. top: 0;
  658. left: 0;
  659. width: 100%;
  660. height: 100%;
  661. background: black;
  662. visibility: hidden;
  663. opacity: 0;
  664. z-index: 100;
  665. -webkit-transition: all 1s ease;
  666. transition: all 1s ease; }
  667. .reveal.paused .pause-overlay {
  668. visibility: visible;
  669. opacity: 1; }
  670. /*********************************************
  671. * FALLBACK
  672. *********************************************/
  673. .no-transforms {
  674. overflow-y: auto; }
  675. .no-transforms .reveal .slides {
  676. position: relative;
  677. width: 80%;
  678. height: auto !important;
  679. top: 0;
  680. left: 50%;
  681. margin: 0;
  682. text-align: center; }
  683. .no-transforms .reveal .controls,
  684. .no-transforms .reveal .progress {
  685. display: none !important; }
  686. .no-transforms .reveal .slides section {
  687. display: block !important;
  688. opacity: 1 !important;
  689. position: relative !important;
  690. height: auto;
  691. min-height: 0;
  692. top: 0;
  693. left: -50%;
  694. margin: 70px 0;
  695. -webkit-transform: none;
  696. transform: none; }
  697. .no-transforms .reveal .slides section section {
  698. left: 0; }
  699. .reveal .no-transition,
  700. .reveal .no-transition * {
  701. -webkit-transition: none !important;
  702. transition: none !important; }
  703. /*********************************************
  704. * PER-SLIDE BACKGROUNDS
  705. *********************************************/
  706. .reveal .backgrounds {
  707. position: absolute;
  708. width: 100%;
  709. height: 100%;
  710. top: 0;
  711. left: 0;
  712. -webkit-perspective: 600px;
  713. perspective: 600px; }
  714. .reveal .slide-background {
  715. display: none;
  716. position: absolute;
  717. width: 100%;
  718. height: 100%;
  719. opacity: 0;
  720. visibility: hidden;
  721. background-color: transparent;
  722. background-position: 50% 50%;
  723. background-repeat: no-repeat;
  724. background-size: cover;
  725. -webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  726. transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
  727. .reveal .slide-background.stack {
  728. display: block; }
  729. .reveal .slide-background.present {
  730. opacity: 1;
  731. visibility: visible; }
  732. .print-pdf .reveal .slide-background {
  733. opacity: 1 !important;
  734. visibility: visible !important; }
  735. /* Video backgrounds */
  736. .reveal .slide-background video {
  737. position: absolute;
  738. width: 100%;
  739. height: 100%;
  740. max-width: none;
  741. max-height: none;
  742. top: 0;
  743. left: 0; }
  744. /* Immediate transition style */
  745. .reveal[data-background-transition=none] > .backgrounds .slide-background,
  746. .reveal > .backgrounds .slide-background[data-background-transition=none] {
  747. -webkit-transition: none;
  748. transition: none; }
  749. /* Slide */
  750. .reveal[data-background-transition=slide] > .backgrounds .slide-background,
  751. .reveal > .backgrounds .slide-background[data-background-transition=slide] {
  752. opacity: 1;
  753. -webkit-backface-visibility: hidden;
  754. backface-visibility: hidden; }
  755. .reveal[data-background-transition=slide] > .backgrounds .slide-background.past,
  756. .reveal > .backgrounds .slide-background.past[data-background-transition=slide] {
  757. -webkit-transform: translate(-100%, 0);
  758. transform: translate(-100%, 0); }
  759. .reveal[data-background-transition=slide] > .backgrounds .slide-background.future,
  760. .reveal > .backgrounds .slide-background.future[data-background-transition=slide] {
  761. -webkit-transform: translate(100%, 0);
  762. transform: translate(100%, 0); }
  763. .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.past,
  764. .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=slide] {
  765. -webkit-transform: translate(0, -100%);
  766. transform: translate(0, -100%); }
  767. .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.future,
  768. .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=slide] {
  769. -webkit-transform: translate(0, 100%);
  770. transform: translate(0, 100%); }
  771. /* Convex */
  772. .reveal[data-background-transition=convex] > .backgrounds .slide-background.past,
  773. .reveal > .backgrounds .slide-background.past[data-background-transition=convex] {
  774. opacity: 0;
  775. -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
  776. transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }
  777. .reveal[data-background-transition=convex] > .backgrounds .slide-background.future,
  778. .reveal > .backgrounds .slide-background.future[data-background-transition=convex] {
  779. opacity: 0;
  780. -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
  781. transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }
  782. .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.past,
  783. .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=convex] {
  784. opacity: 0;
  785. -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0);
  786. transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0); }
  787. .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.future,
  788. .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=convex] {
  789. opacity: 0;
  790. -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0);
  791. transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0); }
  792. /* Concave */
  793. .reveal[data-background-transition=concave] > .backgrounds .slide-background.past,
  794. .reveal > .backgrounds .slide-background.past[data-background-transition=concave] {
  795. opacity: 0;
  796. -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
  797. transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); }
  798. .reveal[data-background-transition=concave] > .backgrounds .slide-background.future,
  799. .reveal > .backgrounds .slide-background.future[data-background-transition=concave] {
  800. opacity: 0;
  801. -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
  802. transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); }
  803. .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.past,
  804. .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=concave] {
  805. opacity: 0;
  806. -webkit-transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0);
  807. transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0); }
  808. .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.future,
  809. .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=concave] {
  810. opacity: 0;
  811. -webkit-transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0);
  812. transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0); }
  813. /* Zoom */
  814. .reveal[data-background-transition=zoom] > .backgrounds .slide-background,
  815. .reveal > .backgrounds .slide-background[data-background-transition=zoom] {
  816. -webkit-transition-timing-function: ease;
  817. transition-timing-function: ease; }
  818. .reveal[data-background-transition=zoom] > .backgrounds .slide-background.past,
  819. .reveal > .backgrounds .slide-background.past[data-background-transition=zoom] {
  820. opacity: 0;
  821. visibility: hidden;
  822. -webkit-transform: scale(16);
  823. transform: scale(16); }
  824. .reveal[data-background-transition=zoom] > .backgrounds .slide-background.future,
  825. .reveal > .backgrounds .slide-background.future[data-background-transition=zoom] {
  826. opacity: 0;
  827. visibility: hidden;
  828. -webkit-transform: scale(0.2);
  829. transform: scale(0.2); }
  830. .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.past,
  831. .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=zoom] {
  832. opacity: 0;
  833. visibility: hidden;
  834. -webkit-transform: scale(16);
  835. transform: scale(16); }
  836. .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.future,
  837. .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=zoom] {
  838. opacity: 0;
  839. visibility: hidden;
  840. -webkit-transform: scale(0.2);
  841. transform: scale(0.2); }
  842. /* Global transition speed settings */
  843. .reveal[data-transition-speed="fast"] > .backgrounds .slide-background {
  844. -webkit-transition-duration: 400ms;
  845. transition-duration: 400ms; }
  846. .reveal[data-transition-speed="slow"] > .backgrounds .slide-background {
  847. -webkit-transition-duration: 1200ms;
  848. transition-duration: 1200ms; }
  849. /*********************************************
  850. * OVERVIEW
  851. *********************************************/
  852. .reveal.overview {
  853. -webkit-perspective-origin: 50% 50%;
  854. perspective-origin: 50% 50%;
  855. -webkit-perspective: 700px;
  856. perspective: 700px; }
  857. .reveal.overview .slides {
  858. -moz-transform-style: preserve-3d; }
  859. .reveal.overview .slides section {
  860. height: 100%;
  861. top: 0 !important;
  862. opacity: 1 !important;
  863. overflow: hidden;
  864. visibility: visible !important;
  865. cursor: pointer;
  866. box-sizing: border-box; }
  867. .reveal.overview .slides section:hover,
  868. .reveal.overview .slides section.present {
  869. outline: 10px solid rgba(150, 150, 150, 0.4);
  870. outline-offset: 10px; }
  871. .reveal.overview .slides section .fragment {
  872. opacity: 1;
  873. -webkit-transition: none;
  874. transition: none; }
  875. .reveal.overview .slides section:after,
  876. .reveal.overview .slides section:before {
  877. display: none !important; }
  878. .reveal.overview .slides > section.stack {
  879. padding: 0;
  880. top: 0 !important;
  881. background: none;
  882. outline: none;
  883. overflow: visible; }
  884. .reveal.overview .backgrounds {
  885. -webkit-perspective: inherit;
  886. perspective: inherit;
  887. -moz-transform-style: preserve-3d; }
  888. .reveal.overview .backgrounds .slide-background {
  889. opacity: 1;
  890. visibility: visible;
  891. outline: 10px solid rgba(150, 150, 150, 0.1);
  892. outline-offset: 10px; }
  893. .reveal.overview .slides section,
  894. .reveal.overview-deactivating .slides section {
  895. -webkit-transition: none;
  896. transition: none; }
  897. .reveal.overview .backgrounds .slide-background,
  898. .reveal.overview-deactivating .backgrounds .slide-background {
  899. -webkit-transition: none;
  900. transition: none; }
  901. .reveal.overview-animated .slides {
  902. -webkit-transition: -webkit-transform 0.4s ease;
  903. transition: transform 0.4s ease; }
  904. /*********************************************
  905. * RTL SUPPORT
  906. *********************************************/
  907. .reveal.rtl .slides,
  908. .reveal.rtl .slides h1,
  909. .reveal.rtl .slides h2,
  910. .reveal.rtl .slides h3,
  911. .reveal.rtl .slides h4,
  912. .reveal.rtl .slides h5,
  913. .reveal.rtl .slides h6 {
  914. direction: rtl;
  915. font-family: sans-serif; }
  916. .reveal.rtl pre,
  917. .reveal.rtl code {
  918. direction: ltr; }
  919. .reveal.rtl ol,
  920. .reveal.rtl ul {
  921. text-align: right; }
  922. .reveal.rtl .progress span {
  923. float: right; }
  924. /*********************************************
  925. * PARALLAX BACKGROUND
  926. *********************************************/
  927. .reveal.has-parallax-background .backgrounds {
  928. -webkit-transition: all 0.8s ease;
  929. transition: all 0.8s ease; }
  930. /* Global transition speed settings */
  931. .reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
  932. -webkit-transition-duration: 400ms;
  933. transition-duration: 400ms; }
  934. .reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
  935. -webkit-transition-duration: 1200ms;
  936. transition-duration: 1200ms; }
  937. /*********************************************
  938. * LINK PREVIEW OVERLAY
  939. *********************************************/
  940. .reveal .overlay {
  941. position: absolute;
  942. top: 0;
  943. left: 0;
  944. width: 100%;
  945. height: 100%;
  946. z-index: 1000;
  947. background: rgba(0, 0, 0, 0.9);
  948. opacity: 0;
  949. visibility: hidden;
  950. -webkit-transition: all 0.3s ease;
  951. transition: all 0.3s ease; }
  952. .reveal .overlay.visible {
  953. opacity: 1;
  954. visibility: visible; }
  955. .reveal .overlay .spinner {
  956. position: absolute;
  957. display: block;
  958. top: 50%;
  959. left: 50%;
  960. width: 32px;
  961. height: 32px;
  962. margin: -16px 0 0 -16px;
  963. z-index: 10;
  964. 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);
  965. visibility: visible;
  966. opacity: 0.6;
  967. -webkit-transition: all 0.3s ease;
  968. transition: all 0.3s ease; }
  969. .reveal .overlay header {
  970. position: absolute;
  971. left: 0;
  972. top: 0;
  973. width: 100%;
  974. height: 40px;
  975. z-index: 2;
  976. border-bottom: 1px solid #222; }
  977. .reveal .overlay header a {
  978. display: inline-block;
  979. width: 40px;
  980. height: 40px;
  981. line-height: 36px;
  982. padding: 0 10px;
  983. float: right;
  984. opacity: 0.6;
  985. box-sizing: border-box; }
  986. .reveal .overlay header a:hover {
  987. opacity: 1; }
  988. .reveal .overlay header a .icon {
  989. display: inline-block;
  990. width: 20px;
  991. height: 20px;
  992. background-position: 50% 50%;
  993. background-size: 100%;
  994. background-repeat: no-repeat; }
  995. .reveal .overlay header a.close .icon {
  996. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC); }
  997. .reveal .overlay header a.external .icon {
  998. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==); }
  999. /**********************************
  1000. * FOOTER START -- freebird
  1001. **********************************/
  1002. .footer {
  1003. position: absolute;
  1004. left: 1%;
  1005. bottom: 0.05em;
  1006. }
  1007. /**********************************
  1008. * FOOTER END -- freebird
  1009. **********************************/
  1010. /**********************************
  1011. * TABLE two column START -- freebird
  1012. **********************************/
  1013. .twocolumn {
  1014. display: grid;
  1015. grid-template-columns: 1fr 1fr;
  1016. grid-gap: 30px;
  1017. text-align: center;
  1018. }
  1019. /**********************************
  1020. * TABLE two column END -- freebird
  1021. **********************************/
  1022. .reveal .overlay .viewport {
  1023. position: absolute;
  1024. display: -webkit-box;
  1025. display: -webkit-flex;
  1026. display: -ms-flexbox;
  1027. display: flex;
  1028. top: 40px;
  1029. right: 0;
  1030. bottom: 0;
  1031. left: 0; }
  1032. .reveal .overlay.overlay-preview .viewport iframe {
  1033. width: 100%;
  1034. height: 100%;
  1035. max-width: 100%;
  1036. max-height: 100%;
  1037. border: 0;
  1038. opacity: 0;
  1039. visibility: hidden;
  1040. -webkit-transition: all 0.3s ease;
  1041. transition: all 0.3s ease; }
  1042. .reveal .overlay.overlay-preview.loaded .viewport iframe {
  1043. opacity: 1;
  1044. visibility: visible; }
  1045. .reveal .overlay.overlay-preview.loaded .viewport-inner {
  1046. position: absolute;
  1047. z-index: -1;
  1048. left: 0;
  1049. top: 45%;
  1050. width: 100%;
  1051. text-align: center;
  1052. letter-spacing: normal; }
  1053. .reveal .overlay.overlay-preview .x-frame-error {
  1054. opacity: 0;
  1055. -webkit-transition: opacity 0.3s ease 0.3s;
  1056. transition: opacity 0.3s ease 0.3s; }
  1057. .reveal .overlay.overlay-preview.loaded .x-frame-error {
  1058. opacity: 1; }
  1059. .reveal .overlay.overlay-preview.loaded .spinner {
  1060. opacity: 0;
  1061. visibility: hidden;
  1062. -webkit-transform: scale(0.2);
  1063. transform: scale(0.2); }
  1064. .reveal .overlay.overlay-help .viewport {
  1065. overflow: auto;
  1066. color: #fff; }
  1067. .reveal .overlay.overlay-help .viewport .viewport-inner {
  1068. width: 600px;
  1069. margin: auto;
  1070. padding: 20px 20px 80px 20px;
  1071. text-align: center;
  1072. letter-spacing: normal; }
  1073. .reveal .overlay.overlay-help .viewport .viewport-inner .title {
  1074. font-size: 20px; }
  1075. .reveal .overlay.overlay-help .viewport .viewport-inner table {
  1076. border: 1px solid #fff;
  1077. border-collapse: collapse;
  1078. font-size: 16px; }
  1079. .reveal .overlay.overlay-help .viewport .viewport-inner table th,
  1080. .reveal .overlay.overlay-help .viewport .viewport-inner table td {
  1081. width: 200px;
  1082. padding: 14px;
  1083. border: 1px solid #fff;
  1084. vertical-align: middle; }
  1085. .reveal .overlay.overlay-help .viewport .viewport-inner table th {
  1086. padding-top: 20px;
  1087. padding-bottom: 20px; }
  1088. /*********************************************
  1089. * PLAYBACK COMPONENT
  1090. *********************************************/
  1091. .reveal .playback {
  1092. position: fixed;
  1093. left: 15px;
  1094. bottom: 20px;
  1095. z-index: 30;
  1096. cursor: pointer;
  1097. -webkit-transition: all 400ms ease;
  1098. transition: all 400ms ease; }
  1099. .reveal.overview .playback {
  1100. opacity: 0;
  1101. visibility: hidden; }
  1102. /*********************************************
  1103. * ROLLING LINKS
  1104. *********************************************/
  1105. .reveal .roll {
  1106. display: inline-block;
  1107. line-height: 1.2;
  1108. overflow: hidden;
  1109. vertical-align: top;
  1110. -webkit-perspective: 400px;
  1111. perspective: 400px;
  1112. -webkit-perspective-origin: 50% 50%;
  1113. perspective-origin: 50% 50%; }
  1114. .reveal .roll:hover {
  1115. background: none;
  1116. text-shadow: none; }
  1117. .reveal .roll span {
  1118. display: block;
  1119. position: relative;
  1120. padding: 0 2px;
  1121. pointer-events: none;
  1122. -webkit-transition: all 400ms ease;
  1123. transition: all 400ms ease;
  1124. -webkit-transform-origin: 50% 0%;
  1125. transform-origin: 50% 0%;
  1126. -webkit-transform-style: preserve-3d;
  1127. transform-style: preserve-3d;
  1128. -webkit-backface-visibility: hidden;
  1129. backface-visibility: hidden; }
  1130. .reveal .roll:hover span {
  1131. background: rgba(0, 0, 0, 0.5);
  1132. -webkit-transform: translate3d(0px, 0px, -45px) rotateX(90deg);
  1133. transform: translate3d(0px, 0px, -45px) rotateX(90deg); }
  1134. .reveal .roll span:after {
  1135. content: attr(data-title);
  1136. display: block;
  1137. position: absolute;
  1138. left: 0;
  1139. top: 0;
  1140. padding: 0 2px;
  1141. -webkit-backface-visibility: hidden;
  1142. backface-visibility: hidden;
  1143. -webkit-transform-origin: 50% 0%;
  1144. transform-origin: 50% 0%;
  1145. -webkit-transform: translate3d(0px, 110%, 0px) rotateX(-90deg);
  1146. transform: translate3d(0px, 110%, 0px) rotateX(-90deg); }
  1147. /*********************************************
  1148. * SPEAKER NOTES
  1149. *********************************************/
  1150. .reveal aside.notes {
  1151. display: none; }
  1152. .reveal .speaker-notes {
  1153. display: none;
  1154. position: absolute;
  1155. width: 70%;
  1156. max-height: 15%;
  1157. left: 15%;
  1158. bottom: 26px;
  1159. padding: 10px;
  1160. z-index: 1;
  1161. font-size: 18px;
  1162. line-height: 1.4;
  1163. color: #fff;
  1164. background-color: rgba(0, 0, 0, 0.5);
  1165. overflow: auto;
  1166. box-sizing: border-box;
  1167. text-align: left;
  1168. font-family: Helvetica, sans-serif;
  1169. -webkit-overflow-scrolling: touch; }
  1170. .reveal .speaker-notes.visible:not(:empty) {
  1171. display: block; }
  1172. @media screen and (max-width: 1024px) {
  1173. .reveal .speaker-notes {
  1174. font-size: 14px; } }
  1175. @media screen and (max-width: 600px) {
  1176. .reveal .speaker-notes {
  1177. width: 90%;
  1178. left: 5%; } }
  1179. /*********************************************
  1180. * ZOOM PLUGIN
  1181. *********************************************/
  1182. .zoomed .reveal *,
  1183. .zoomed .reveal *:before,
  1184. .zoomed .reveal *:after {
  1185. -webkit-backface-visibility: visible !important;
  1186. backface-visibility: visible !important; }
  1187. .zoomed .reveal .progress,
  1188. .zoomed .reveal .controls {
  1189. opacity: 0; }
  1190. .zoomed .reveal .roll span {
  1191. background: none; }
  1192. .zoomed .reveal .roll span:after {
  1193. visibility: hidden; }