summaryrefslogtreecommitdiffhomepage
path: root/css/theme/template
AgeCommit message (Collapse)Author
2018-10-30Make code font customizable for themes.Arno Lepisk
2018-04-24smaller font size for sub/supHakim El Hattab
2018-03-23Print background in pdf (#2131)Quentin PROUST
* Print background in pdf Pull request to integrate issue https://github.com/hakimel/reveal.js/issues/1686. Adding the workaround to the theme template to make it work for every theme. * apply suggestion of @hakimel
2017-12-04fix missing theme line-height when printing #1967Hakim El Hattab
2017-11-09Merge branch 'update-css' of https://github.com/sfairchild/reveal.js into devHakim El Hattab
2017-09-06Prevent text-transform inside code tagsSean Fairchild
2017-06-14themes use default quotation marks for `<q>` #1720Hakim El Hattab
2017-05-18revise progress to make them easier to overrideHakim El Hattab
2017-05-16simplify control styling using currentColorHakim El Hattab
2017-05-16new controls are used by default, add config optionsHakim El Hattab
2017-05-16new optional controls aligned to screen edgesHakim El Hattab
2016-06-21Revert "fix theme backgrounds in firefox fullscreen mode #1386"Hakim El Hattab
This reverts commit b7e0d9b1c79a475249777d734a9675b1ba03a47a.
2016-06-20fix theme backgrounds in firefox fullscreen mode #1386Hakim El Hattab
2016-06-10increase default font sizes, adjust config defaults for less margings and ↵Hakim El Hattab
larger max scale #1605
2016-05-23moz selection color in theme template #1575Hakim El Hattab
2016-01-11merge #1220Hakim El Hattab
2015-10-29slide numbers work in pdf exports, update slide number styleHakim El Hattab
2015-07-07Merge pull request #1132 from kendaleiv/plain-imagesHakim El Hattab
Add plain class for plain images
2015-07-07fix theme control arrow selectors #1257Hakim El Hattab
2015-07-02remove harcoded syntax highlight colors #1290Hakim El Hattab
2015-05-03Fixed last header having a border-bottom Philipp A.
`<tbody/>` is automatically inserted, so we can guarantee that this affects all ths and tds in the last row of the table *body* and the head is left untouched
2015-03-02fix mixed spaces/tabsHakim El Hattab
2015-02-28Markdown table column alignment #1050Christian Fehmer
The alignment information were already in the generated html. The css was the only thing missing, so I added it.
2015-02-13Add plain class for plain imagesKen Dale
2015-01-06new font & type settings for default themeHakim El Hattab
2014-11-05theme updates, normalized spacing between block-level elementsHakim El Hattab
2014-09-28style tweaks for all themes; larger line heights, no default adjustmetn to ↵Hakim El Hattab
letter-spacing
2014-06-11shift a few additional styles from core to themeHakim El Hattab
2014-06-11move large chunk of content styles from core css to theme cssHakim El Hattab
2014-05-26move paragraph styles to themeHakim El Hattab
2014-02-25don't reduce line height for all headings in base theme (#753)Hakim El Hattab
2014-02-17drop -o-transition and -ms-transitionHakim El Hattab
2014-02-17remove all use of :not(.image)Hakim El Hattab
2013-11-27include slide number color in theme templateHakim El Hattab
2013-11-08define normal font widths in all themes to make sure things look the same ↵Hakim El Hattab
after #691
2013-07-20Make header margin an overridable setting.Matthew Eppelsheimer
css/theme/template/settings.scss adds the $headingMargin variable, set to `0 0 20px 0`. css/theme/template/theme.scss uses $headingMargin to set margin on headers.
2013-03-04better choice of fallback fonts (closes #328)Hakim El Hattab
2012-11-27remove left/right margin from images, tweak pdf print stylesHakim El Hattab
2012-11-10allow multiple control elements, document usage of global controls (#184, #204)Hakim El Hattab
2012-10-29fix rolling links glitch in firefoxHakim El Hattab
2012-10-28include theme background in printed pdfs (#217), fix empty white pages in ↵Hakim El Hattab
regular print (#215)
2012-10-22use borders to generate control arrows (closes #137)Hakim El Hattab
2012-10-22Updated new CSS triangle controls to use theme colors.Russell Beattie
2012-10-20use outer color of radial gradient as solid fallbackHakim El Hattab
2012-10-20modularize themes and convert them to sass (closes #191)Hakim El Hattab