reveal.bare.css 36 KB

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