reveal.css 49 KB

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