reveal.scss 38 KB

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