Sha256: 5c5e40aba7162aa6986d9ba6975fc271ea9816171192075d88215b70cda0f735

Contents?: true

Size: 1.01 KB

Versions: 14

Compression:

Stored size: 1.01 KB

Contents

// 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: 40px;
$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;
}

Version data entries

14 entries across 14 versions & 4 rubygems

Version Path
reveal-ck-3.9.2 files/reveal.js/css/theme/template/settings.scss
reveal-ck-3.9.1 files/reveal.js/css/theme/template/settings.scss
reveal-ck-3.9.0 files/reveal.js/css/theme/template/settings.scss
reveal-ck-3.8.1 files/reveal.js/css/theme/template/settings.scss
jekyll-theme-slides-0.1.3 assets/reveal.js/css/theme/template/settings.scss
jekyll-theme-slides-0.1.2 assets/reveal.js/css/theme/template/settings.scss
jekyll-theme-newtype-0.1.4 assets/revealjs/css/theme/template/settings.scss
jekyll-theme-newtype-0.1.3 assets/revealjs/css/theme/template/settings.scss
jekyll-theme-newtype-0.1.2 assets/revealjs/css/theme/template/settings.scss
jekyll-theme-newtype-0.1.1 assets/revealjs/css/theme/template/settings.scss
jekyll-theme-newtype-0.1.0 assets/revealjs/css/theme/template/settings.scss
reveal-ck-3.8.0 files/reveal.js/css/theme/template/settings.scss
starterlog-theme-1.2.0 assets/modules/reveal.js/css/theme/template/settings.scss
reveal-ck-3.7.0 files/reveal.js/css/theme/template/settings.scss