diff options
Diffstat (limited to 'default.s5')
-rw-r--r-- | default.s5 | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -16,22 +16,11 @@ $if(keywords)$ | |||
16 | $endif$ | 16 | $endif$ |
17 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 17 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
18 | <style type="text/css"> | 18 | <style type="text/css"> |
19 | code{white-space: pre-wrap;} | 19 | $styles.html()$ |
20 | span.smallcaps{font-variant: small-caps;} | ||
21 | span.underline{text-decoration: underline;} | ||
22 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
23 | $if(quotes)$ | ||
24 | q { quotes: "“" "”" "‘" "’"; } | ||
25 | $endif$ | ||
26 | </style> | 20 | </style> |
27 | <!-- configuration parameters --> | 21 | <!-- configuration parameters --> |
28 | <meta name="defaultView" content="slideshow" /> | 22 | <meta name="defaultView" content="slideshow" /> |
29 | <meta name="controlVis" content="hidden" /> | 23 | <meta name="controlVis" content="hidden" /> |
30 | $if(highlighting-css)$ | ||
31 | <style type="text/css"> | ||
32 | $highlighting-css$ | ||
33 | </style> | ||
34 | $endif$ | ||
35 | $for(css)$ | 24 | $for(css)$ |
36 | <link rel="stylesheet" href="$css$" type="text/css" /> | 25 | <link rel="stylesheet" href="$css$" type="text/css" /> |
37 | $endfor$ | 26 | $endfor$ |