reveal.scss 37 KB

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