reveal.scss 38 KB

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