Update slide mode to show extra info and support url actions and support disqus via yaml-metadata

This commit is contained in:
Wu Cheng-Han 2016-08-15 11:25:27 +08:00
parent e12fae6999
commit a013c9d3bc
11 changed files with 155 additions and 4 deletions

View file

@ -264,3 +264,29 @@ pre.mermaid > svg {
direction: rtl;
font-family: inherit;
}
.text-uppercase {
text-transform: uppercase;
}
.footer {
background-color: white;
padding: 25px 15px;
}
.footer > * {
margin-left: auto;
margin-right: auto;
max-width: 758px;
}
.reveal {
height: 100vh;
}
.reveal .progress,
.reveal .slide-number,
.reveal .playback,
.reveal .controls {
position: absolute;
}