summaryrefslogtreecommitdiff
path: root/public/css/theme/template/settings.scss
diff options
context:
space:
mode:
authorWu Cheng-Han2015-11-29 01:04:20 -0600
committerWu Cheng-Han2015-11-29 01:04:20 -0600
commitb070de8fa931d1b3b3f87d0c4afce55675f3cb93 (patch)
tree6453ee6a5a1cfad534660b38db9ebbc6c5faa9b6 /public/css/theme/template/settings.scss
parentbaed9eb33d1ae6da5d04a11ae8df6bc6293f04b6 (diff)
Updated and merge reveal.js to use bower
Diffstat (limited to '')
-rw-r--r--public/css/theme/template/settings.scss43
1 files changed, 0 insertions, 43 deletions
diff --git a/public/css/theme/template/settings.scss b/public/css/theme/template/settings.scss
deleted file mode 100644
index ffaac235..00000000
--- a/public/css/theme/template/settings.scss
+++ /dev/null
@@ -1,43 +0,0 @@
-// 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