Sha256: a875b5544541fedc2b1ba2a57d64faa152c6ac23776876ad8c2a5b6c78953ce3

Contents?: true

Size: 838 Bytes

Versions: 12

Compression:

Stored size: 838 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
$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

12 entries across 12 versions & 3 rubygems

Version Path
slippery-0.4.2 assets/reveal.old/css/theme/template/settings.scss
admin-sys-1.0.2 plugins/report/public/echarts2/doc/slide/css/theme/template/settings.scss
admin-sys-1.0.1 plugins/report/public/echarts2/doc/slide/css/theme/template/settings.scss
admin-sys-1.0.0 plugins/report/public/echarts2/doc/slide/css/theme/template/settings.scss
slippery-0.4.1 assets/reveal.old/css/theme/template/settings.scss
slippery-0.4.0 assets/reveal.old/css/theme/template/settings.scss
slippery-0.3.0 assets/reveal.js/css/theme/template/settings.scss
slippery-0.2.0 assets/reveal.js/css/theme/template/settings.scss
slippery-0.1.0 assets/reveal.js/css/theme/template/settings.scss
slippery-0.0.3 assets/reveal.js/css/theme/template/settings.scss
slippery-0.0.1 assets/reveal.js/css/theme/template/settings.scss
reveal-ck-0.1.3 reveal.js/css/theme/template/settings.scss