aboutsummaryrefslogtreecommitdiff
path: root/css/theme
Commit message (Collapse)AuthorAge
* all themes now have contrasting text colors based on slide bgHakim El Hattab2020-06-05
|
* progress bar width set via scale instead of width for perfHakim El Hattab2020-05-20
|
* reveal.netlify.app -> revealjs.comHakim El Hattab2020-05-19
|
* move fonts from lib/fonts to dist/theme/fontsHakim El Hattab2020-05-19
|
* update all links to docs (will sub out '.netlify.app' once we ship 4.0)Hakim El Hattab2020-05-18
|
* remove default border around images, now available via img.r-frameHakim El Hattab2020-05-14
|
* scope selection color to .revealHakim El Hattab2020-05-11
|
* move body styles to new .reveal-viewportHakim El Hattab2020-04-06
|
* :rotating_light: breaking change; move all compiled assets to /distHakim El Hattab2020-03-06
|
* Merge pull request #2521 from quilicicf/dev_cssCustomPropertiesHakim El Hattab2020-03-03
|\ | | | | Expose theme variables in CSS custom properties
| * Expose theme variables in CSS custom propertiesquilicicf2019-11-12
| |
* | fixed link to gruntfileTrevor Power2020-01-13
|/
* switch to monokai as default syntax highlight themeHakim El Hattab2019-03-12
|
* Make code font customizable for themes.Arno Lepisk2018-10-30
|
* smaller font size for sub/supHakim El Hattab2018-04-24
|
* Print background in pdf (#2131)Quentin PROUST2018-03-23
| | | | | | | | * 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
* Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into devHakim El Hattab2018-02-22
|\
| * Docs: avoid recommending global Grunt installation.Benjamin Tan2018-02-06
| | | | | | | | Closes #1951.
* | fix missing theme line-height when printing #1967Hakim El Hattab2017-12-04
|/
* Merge branch 'update-css' of https://github.com/sfairchild/reveal.js into devHakim El Hattab2017-11-09
|\
| * Prevent text-transform inside code tagsSean Fairchild2017-09-06
| |
* | themes use default quotation marks for `<q>` #1720Hakim El Hattab2017-06-14
| |
* | Merge branch 'master' of github.com:hakimel/reveal.js into devHakim El Hattab2017-06-12
|\|
| * Fix typoBen Tsai2017-05-10
| | | | | | "proceding" → "proceeding"
* | revise progress to make them easier to overrideHakim El Hattab2017-05-18
| |
* | simplify control styling using currentColorHakim El Hattab2017-05-16
| |
* | new controls are used by default, add config optionsHakim El Hattab2017-05-16
| |
* | new optional controls aligned to screen edgesHakim El Hattab2017-05-16
|/
* Revert "fix theme backgrounds in firefox fullscreen mode #1386"Hakim El Hattab2016-06-21
| | | | This reverts commit b7e0d9b1c79a475249777d734a9675b1ba03a47a.
* fix theme backgrounds in firefox fullscreen mode #1386Hakim El Hattab2016-06-20
|
* increase default font sizes, adjust config defaults for less margings and ↵Hakim El Hattab2016-06-10
| | | | larger max scale #1605
* Merge pull request #1537 from vincentbernat/fix/dark-background-simple-themeHakim El Hattab2016-05-23
|\ | | | | make theme "simple" use white titles on dark backgrounds
| * make theme "simple" use white titles on dark backgroundsVincent Bernat2016-03-24
| | | | | | | | This is similar to what is done in the "white" theme.
* | moz selection color in theme template #1575Hakim El Hattab2016-05-23
| |
* | Add selection colour for Mozilla FirefoxAniqah Mair2016-04-27
|/ | | | | Defines the highlight colour when selecting slide content using Mozilla Firefox to match other browsers, instead of being the default colour.
* merge #1220Hakim El Hattab2016-01-11
|\
| * Fixed last header having a border-bottom Philipp A.2015-05-03
| | | | | | `<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
* | rebuild cssHakim El Hattab2016-01-08
| |
* | :copyright: :copyright: :copyright: :copyright: :copyright: closes #1469Hakim El Hattab2016-01-04
| |
* | Merge pull request #1362 from GuGuss/patch-1Hakim El Hattab2015-11-09
|\ \ | | | | | | Update the theme README.md
| * | Update the theme README.mdAugustin Delaporte2015-09-20
| | | | | | | | | The `grunt css-themes` command now loops through all Sass files. There is no need to add the newly created file to the task list.
* | | slide numbers work in pdf exports, update slide number styleHakim El Hattab2015-10-29
| | |
* | | rebuild cssHakim El Hattab2015-10-06
| | |
* | | Merge pull request #1132 from kendaleiv/plain-imagesHakim El Hattab2015-07-07
|\ \ \ | | | | | | | | Add plain class for plain images
| * | | Add plain class for plain imagesKen Dale2015-02-13
| | | |
* | | | fix theme control arrow selectors #1257Hakim El Hattab2015-07-07
| | | |
* | | | remove harcoded syntax highlight colors #1290Hakim El Hattab2015-07-02
| |/ / |/| |
* | | tweaks to blood themeHakim El Hattab2015-03-02
| | |
* | | fix mixed spaces/tabsHakim El Hattab2015-03-02
| | |
* | | Markdown table column alignment #1050Christian Fehmer2015-02-28
| | | | | | | | | | | | | | | The alignment information were already in the generated html. The css was the only thing missing, so I added it.