Sha256: 2a43b67c64302e17e995f344a8733ad7315d3a84ca88b1d6b80d4defa95efa13
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
--- --- <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>{{ headers['title'] }}</title> {{ more_content_for_head }} <style> html, body { margin: 0; padding: 0; } body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; } a:link, a:visited { color: black; } h1 { font-size: 30pt; } h2 { font-size: 28pt; } h3 { font-size: 25pt; } p, li, dt, dd, td, th { font-size: 18pt; } pre { font-size: 14pt; } pre.small { font-size: 11pt; } pre.code { background-color: azure; padding: 5px; } ul { list-style-type: square; } .center { text-align: center; } .slide { page-break-after: always; min-height: 100mm; padding: 40px; border: 1px dotted black; /* background: -moz-linear-gradient( top, maroon, red); */ } {{ more_content_for_css }} /* for princexml (CSS3 paged media support) @page { size: A4 landscape } */ </style> </head> <body> <div class="presentation"> {{ content }} </div> <!-- presentation --> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slideshow-templates-3.0.0 | templates/slides.pdf.html |