Sha256: 1cdde3e110f4671de88176aad2be9942b6666fccbbd6395f5939c8acfd3cf5fe

Contents?: true

Size: 465 Bytes

Versions: 4

Compression:

Stored size: 465 Bytes

Contents

// Cover-page styling. Creates a single-page low-res cover for web PDFs.
@page cover {
	margin: 0;
}
body.cover, div.cover {
    margin: 0;
    padding: 0;
}
p.cover {
    margin: 0;
    padding: 0;
    text-indent: 0;
}
img.cover {
    height: 100%;
    width: 100%;
}

// Add extra verso to retain correct folios
body.cover {
    page-break-after: left;
}

// Also see:
// _print-page-break-tools.scss
// _print-start-on-recto-and-verso

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
electric-book-classic-theme-0.1.3 _sass/partials/_print-front-cover.scss
electric-book-classic-theme-0.1.2 _sass/partials/_print-front-cover.scss
electric-book-classic-theme-0.1.1 _sass/partials/_print-front-cover.scss
electric-book-classic-theme-0.1.0 _sass/partials/_print-front-cover.scss