reveal.css 48 KB

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