reveal.bare.css 37 KB

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