summaryrefslogtreecommitdiffhomepage
path: root/css/theme
AgeCommit message (Collapse)Author
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-07-01update url to setup instructions (closes #520)Hakim El Hattab
2013-06-13recompile themes #488Hakim El Hattab
2013-06-13Fix links so they aren't cut off (in SCSS)Owen Versteeg
2013-06-13Fix links so they aren't cut off (in SCSS)Owen Versteeg
2013-06-10correct links in sky themeOwen Versteeg
They looked a little wonky if you used a G or a Y.
2013-06-10update serif (change controls, fix links, change url)Owen Versteeg
The Serif theme was a little flaky previously
2013-04-02always use https google font urls (closes #382)Hakim El Hattab
2013-03-30protocol-relative paths for google webfonts (closes #382)Hakim El Hattab
2013-03-17add missing theme readmeHakim El Hattab
2013-03-08remove extra whitespace in cssHakim El Hattab
2013-03-04merge two new themes, slight adjustments to said themesHakim El Hattab
2013-03-04Merge branch 'solarized' of https://github.com/asmod3us/reveal.js into devHakim El Hattab
2013-03-04better choice of fallback fonts (closes #328)Hakim El Hattab
2013-03-04add grunt sass theme taskHakim El Hattab
2013-02-21updated dark theme to use external color definitionasmod3us
2013-02-21added solarized light themeasmod3us
2013-02-21extracted solarized color definitions to separate fileasmod3us
2013-02-21added solarized dark themeasmod3us
2013-01-08theming docsHakim El Hattab
2012-11-27remove left/right margin from images, tweak pdf print stylesHakim El Hattab
2012-11-10add night themeHakim 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
2012-10-16adjust themes so that font definitions are at top, apply fonts on .reveal ↵Hakim El Hattab
instead of body
2012-10-13tweaks to page and cube transitions, change sky theme text-highlight colorHakim El Hattab
2012-10-04simple serif font themeMax Ogden
2012-08-30correction to code style in sky theme, adjusted transition demo pageHakim El Hattab
2012-08-30tweaks to the simple themeHakim El Hattab
2012-08-30add theme config option, add sky theme, fix line-height of <small>Hakim El Hattab
2012-08-15consistent use of tabs rather than spaces in css (closes #121)hakimel
2012-08-08added simple themeOwen Versteeg
reveal.js was lacking a nice, simple, minimal theme. now it has one. bam.
2012-08-08added appropriate selection colorOwen Versteeg
the old one was pink. while I don't have anything against pink, I just thought it might be good to make the highlight color dark brown instead.
2012-08-08themes are now available as separate css files under css/theme/, old theme ↵Hakim El Hattab
option in config is no longer supported (closes #104)