From be428000a5dd8081113323131cbc5af837a15e05 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 4 Aug 2017 09:44:48 -0400 Subject: copied from ../2016-11-30-Profitbricks without any changes yet Signed-off-by: Holger Levsen --- .../css/theme/template/settings.scss | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 userContent/presentations/2017-08-07-DebConf17/css/theme/template/settings.scss (limited to 'userContent/presentations/2017-08-07-DebConf17/css/theme/template/settings.scss') diff --git a/userContent/presentations/2017-08-07-DebConf17/css/theme/template/settings.scss b/userContent/presentations/2017-08-07-DebConf17/css/theme/template/settings.scss new file mode 100644 index 00000000..ffaac235 --- /dev/null +++ b/userContent/presentations/2017-08-07-DebConf17/css/theme/template/settings.scss @@ -0,0 +1,43 @@ +// Base settings for all themes that can optionally be +// overridden by the super-theme + +// Background of the presentation +$backgroundColor: #2b2b2b; + +// Primary/body text +$mainFont: 'Lato', sans-serif; +$mainFontSize: 36px; +$mainColor: #eee; + +// Vertical spacing between blocks of text +$blockMargin: 20px; + +// Headings +$headingMargin: 0 0 $blockMargin 0; +$headingFont: 'League Gothic', Impact, sans-serif; +$headingColor: #eee; +$headingLineHeight: 1.2; +$headingLetterSpacing: normal; +$headingTextTransform: uppercase; +$headingTextShadow: none; +$headingFontWeight: normal; +$heading1TextShadow: $headingTextShadow; + +$heading1Size: 3.77em; +$heading2Size: 2.11em; +$heading3Size: 1.55em; +$heading4Size: 1.00em; + +// Links and actions +$linkColor: #13DAEC; +$linkColorHover: lighten( $linkColor, 20% ); + +// Text selection +$selectionBackgroundColor: #FF5E99; +$selectionColor: #fff; + +// Generates the presentation background, can be overridden +// to return a background image or gradient +@mixin bodyBackground() { + background: $backgroundColor; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2