reveal.scss 36 KB

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