Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Add slide numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sutharsan committed Dec 12, 2018
1 parent 8a4c466 commit dd01630
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -110,6 +110,7 @@
transition: 'none',
backgroundTransition: 'none',
});
Reveal.configure({ slideNumber: 'c' });
</script>
</body>
</html>
1 change: 1 addition & 0 deletions lesson-1.html
Expand Up @@ -68,6 +68,7 @@
transition: 'none',
backgroundTransition: 'none',
});
Reveal.configure({ slideNumber: 'c' });
</script>
</body>
</html>
1 change: 1 addition & 0 deletions lesson-2.html
Expand Up @@ -68,6 +68,7 @@
transition: 'none',
backgroundTransition: 'none',
});
Reveal.configure({ slideNumber: 'c' });
</script>
</body>
</html>
1 change: 1 addition & 0 deletions lesson-3.html
Expand Up @@ -74,6 +74,7 @@
transition: 'none',
backgroundTransition: 'none',
});
Reveal.configure({ slideNumber: 'c' });
</script>
</body>
</html>
1 change: 1 addition & 0 deletions lesson-4.html
Expand Up @@ -71,6 +71,7 @@
transition: 'none',
backgroundTransition: 'none',
});
Reveal.configure({ slideNumber: 'c' });
</script>
</body>
</html>
1 change: 1 addition & 0 deletions lesson-5.html
Expand Up @@ -71,6 +71,7 @@
transition: 'none',
backgroundTransition: 'none',
});
Reveal.configure({ slideNumber: 'c' });
</script>
</body>
</html>
1 change: 1 addition & 0 deletions lesson-6.html
Expand Up @@ -62,6 +62,7 @@
transition: 'none',
backgroundTransition: 'none',
});
Reveal.configure({ slideNumber: 'c' });
</script>
</body>
</html>
6 changes: 6 additions & 0 deletions slide-foundation/css/open-drupal.css
Expand Up @@ -319,6 +319,12 @@ body {
height: 5px; }
.reveal .controls-arrow {
color: #0678BE; }
.reveal .slide-number {
right: 12px;
bottom: 30px;
font-size: 14px;
color: #0678BE;
background-color: transparent; }
.reveal section img {
border-width: 0;
box-shadow: none; }
Expand Down
8 changes: 8 additions & 0 deletions slide-foundation/css/source/open-drupal.scss
Expand Up @@ -146,6 +146,14 @@ section.has-dark-background {
color: $c-drupal-blue-dark;
}

.slide-number {
right: 12px;
bottom: 30px;
font-size: 14px;
color: $c-drupal-blue-dark;
background-color: transparent;
}

section {

img {
Expand Down

0 comments on commit dd01630

Please sign in to comment.