Sha256: 87a6a5088282a0333d159496b611d8a8d138aa8f7e83146732777677d74f90c0

Contents?: true

Size: 866 Bytes

Versions: 47

Compression:

Stored size: 866 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', sans-serif;
$mainFontSize: 36px;
$mainColor: #eee;

// Headings
$headingMargin: 0 0 20px 0;
$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

47 entries across 47 versions & 7 rubygems

Version Path
hyla-1.0.9 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.9.pre.3 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.9.pre.2 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.9.pre.1 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.8 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.7 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.7.pre.9 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.7.pre.8 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.7.pre.7 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.7.pre.6 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.7.pre.5 lib/resources/assets/revealjs/css/theme/template/settings.scss
slippery-0.4.1 assets/reveal.js/css/theme/template/settings.scss
hyla-1.0.7.pre.3 lib/resources/assets/revealjs/css/theme/template/settings.scss
slippery-0.4.0 assets/reveal.js/css/theme/template/settings.scss
hyla-1.0.7.pre.2 lib/resources/assets/revealjs/css/theme/template/settings.scss
hyla-1.0.7.pre.1 lib/resources/revealjs/css/theme/template/settings.scss
slide_hero-0.0.8 vendor/reveal.js/css/theme/template/settings.scss
slide_hero-0.0.7 vendor/reveal.js/css/theme/template/settings.scss
slide_hero-0.0.6 vendor/reveal.js/css/theme/template/settings.scss
hyla-1.0.6 lib/resources/revealjs/css/theme/template/settings.scss