Sha256: e10235b32b74b7ce1eb560a912163a657533416cfe1139add2c1d9e3ca9aa651

Contents?: true

Size: 860 Bytes

Versions: 6

Compression:

Stored size: 860 Bytes

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', Times, 'Times New Roman', serif;
$mainFontSize: 36px;
$mainColor: #eee;

// Headings
$headingFont: 'League Gothic', Impact, sans-serif;
$headingColor: #eee;
$headingLineHeight: 0.9em;
$headingLetterSpacing: 0.02em;
$headingTextTransform: uppercase;
$headingTextShadow: 0px 0px 6px rgba(0,0,0,0.2);
$heading1TextShadow: $headingTextShadow;

// 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

6 entries across 6 versions & 2 rubygems

Version Path
reveal-ck-0.1.2 reveal.js/css/theme/template/settings.scss
reveal-ck-0.1.1 reveal.js/css/theme/template/settings.scss
reveal-ck-0.1.0 reveal.js/css/theme/template/settings.scss
briefing-0.0.3 lib/briefing/public/css/theme/template/settings.scss
briefing-0.0.2 lib/briefing/public/css/theme/template/settings.scss
briefing-0.0.1 lib/briefing/public/css/theme/template/settings.scss