diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-30 21:24:36 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-30 21:24:36 +0100 |
commit | fa33733fc6e8050631e6e09202ca92047c98697d (patch) | |
tree | 96143574df7e31d259328144114aaf3243136649 /userContent/presentations/2016-11-30-Profitbricks/css/theme/source/simple.scss | |
parent | f794313de062993754e7274ccd5061ab0109bb3b (diff) | |
download | jenkins.debian.net-fa33733fc6e8050631e6e09202ca92047c98697d.tar.xz |
presenation: move to userContent/ so it becomes visible
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'userContent/presentations/2016-11-30-Profitbricks/css/theme/source/simple.scss')
-rw-r--r-- | userContent/presentations/2016-11-30-Profitbricks/css/theme/source/simple.scss | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/userContent/presentations/2016-11-30-Profitbricks/css/theme/source/simple.scss b/userContent/presentations/2016-11-30-Profitbricks/css/theme/source/simple.scss new file mode 100644 index 00000000..84c7d9b0 --- /dev/null +++ b/userContent/presentations/2016-11-30-Profitbricks/css/theme/source/simple.scss @@ -0,0 +1,38 @@ +/** + * A simple theme for reveal.js presentations, similar + * to the default theme. The accent color is darkblue. + * + * This theme is Copyright (C) 2012 Owen Versteeg, https://github.com/StereotypicalApps. It is MIT licensed. + * reveal.js is Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se + */ + + +// Default mixins and settings ----------------- +@import "../template/mixins"; +@import "../template/settings"; +// --------------------------------------------- + + + +// Include theme-specific fonts +@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700); +@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic); + + +// Override theme settings (see ../template/settings.scss) +$mainFont: 'Lato', sans-serif; +$mainColor: #000; +$headingFont: 'News Cycle', Impact, sans-serif; +$headingColor: #000; +$headingTextShadow: none; +$headingTextTransform: none; +$backgroundColor: #fff; +$linkColor: #00008B; +$linkColorHover: lighten( $linkColor, 20% ); +$selectionBackgroundColor: rgba(0, 0, 0, 0.99); + + + +// Theme template ------------------------------ +@import "../template/theme"; +// ---------------------------------------------
\ No newline at end of file |