reveal.scss 36 KB

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