Commit Graph

131 Commits

Author SHA1 Message Date
1bfc699045 Black & White compact themes with verbatim headers. (#3310) 2023-02-22 04:05:29 +01:00
60769db4ee better selection color contrast for black theme 2023-01-17 09:52:10 +01:00
7a613a4507 Add theme 'dracula'
New theme using color palette from [Dracula](https://draculatheme.com/)
dark editor theme available for quite a number of different
applications.
2022-11-19 20:29:59 +02:00
76a81939a7 prepend --r- to global style variables
When embedding reveal in a website, this will help avoid global variable conflicts with other frameworks that use global styles via variables.
2021-06-04 07:40:40 -04:00
83648bb9eb recompile assets 2021-05-27 09:46:32 +02:00
c2fd760f8f replace deprecated hljs.highlightBlock calls, fix #2958 2021-05-21 09:13:40 +02:00
1de653a95a reduce tab size in code blocks from 8 to 2 2021-02-04 14:17:27 +01:00
4d62dcc674 Merge branch 'master' of github.com:hakimel/reveal.js into dev 2020-09-09 10:26:42 +02:00
5f7c945dee Merge pull request #2752 from michaelmior/css-paths
Start relative paths in CSS with ./
2020-09-09 10:24:04 +02:00
aa62bd424b Update README.md
Fixed broken URL
2020-09-06 12:08:25 +02:00
a150d0c5dd Start relative paths in CSS with ./ 2020-08-18 12:49:49 -04:00
3535536444 use native CSS vars from exposer 2020-07-29 13:31:29 +02:00
1b6a3b1e6f add support for auto-sized big text via r-fit-text 2020-06-05 13:17:43 +02:00
166af89353 all themes now have contrasting text colors based on slide bg 2020-06-05 10:03:07 +02:00
df61f9e1fa progress bar width set via scale instead of width for perf 2020-05-20 10:42:55 +02:00
4f2293378b reveal.netlify.app -> revealjs.com 2020-05-19 18:27:00 +02:00
5e5013645d move fonts from lib/fonts to dist/theme/fonts 2020-05-19 11:03:16 +02:00
815557c1d8 update all links to docs (will sub out '.netlify.app' once we ship 4.0) 2020-05-18 20:52:51 +02:00
30cd9a8d3b remove default border around images, now available via img.r-frame 2020-05-14 12:39:45 +02:00
aa2a4a0a36 scope selection color to .reveal 2020-05-11 11:28:36 +02:00
ff62b96a5d move body styles to new .reveal-viewport 2020-04-06 13:49:39 +02:00
608a7577bd 🚨 breaking change; move all compiled assets to /dist 2020-03-06 19:58:40 +01:00
8987f92b44 Merge pull request #2521 from quilicicf/dev_cssCustomProperties
Expose theme variables in CSS custom properties
2020-03-03 15:22:08 +01:00
76a8193fc2 fixed link to gruntfile 2020-01-13 11:57:17 +00:00
f4d188ec99 Expose theme variables in CSS custom properties 2019-11-12 13:54:12 +01:00
fbbae1dc55 switch to monokai as default syntax highlight theme 2019-03-12 11:26:10 +01:00
8e5bdcc2bb Make code font customizable for themes. 2018-10-30 22:03:13 +01:00
de41f6cf50 smaller font size for sub/sup 2018-04-24 14:56:03 +02:00
93cacaa40c Print background in pdf (#2131)
* 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
2018-03-23 13:50:42 +01:00
5848a432d9 Merge branch 'patch-1' of https://github.com/Jmuccigr/reveal.js into dev 2018-02-22 10:08:02 +01:00
57a4c45cf6 Docs: avoid recommending global Grunt installation.
Closes #1951.
2018-02-06 22:12:35 +08:00
0c946ae18b fix missing theme line-height when printing #1967 2017-12-04 14:03:16 +01:00
28d6a7775b Merge branch 'update-css' of https://github.com/sfairchild/reveal.js into dev 2017-11-09 11:52:11 +01:00
f9a4a27087 Prevent text-transform inside code tags 2017-09-06 10:50:39 -04:00
dc17129082 themes use default quotation marks for <q> #1720 2017-06-14 10:42:51 +02:00
2961f00946 Merge branch 'master' of github.com:hakimel/reveal.js into dev 2017-06-12 09:05:37 +02:00
fb1b8a2790 revise progress to make them easier to override 2017-05-18 09:58:25 +02:00
10545d41cc simplify control styling using currentColor 2017-05-16 09:45:37 +02:00
a9fcaa6f9e new controls are used by default, add config options 2017-05-16 09:45:37 +02:00
1319016957 new optional controls aligned to screen edges 2017-05-16 09:45:37 +02:00
0d1be9920f Fix typo
"proceding" → "proceeding"
2017-05-10 20:36:45 -04:00
ce777e4c4b Revert "fix theme backgrounds in firefox fullscreen mode #1386"
This reverts commit b7e0d9b1c7.
2016-06-21 11:27:24 +02:00
b7e0d9b1c7 fix theme backgrounds in firefox fullscreen mode #1386 2016-06-20 10:27:04 +02:00
8162855d23 increase default font sizes, adjust config defaults for less margings and larger max scale #1605 2016-06-10 10:58:40 +02:00
fd97d56894 Merge pull request #1537 from vincentbernat/fix/dark-background-simple-theme
make theme "simple" use white titles on dark backgrounds
2016-05-23 10:57:47 +02:00
6593ac3d5f moz selection color in theme template #1575 2016-05-23 10:38:46 +02:00
d1a3656108 Add selection colour for Mozilla Firefox
Defines the highlight colour when selecting slide content using Mozilla
Firefox to match other browsers, instead of being the default colour.
2016-04-27 14:50:03 -04:00
a9566dfbd4 make theme "simple" use white titles on dark backgrounds
This is similar to what is done in the "white" theme.
2016-03-24 16:25:01 +01:00
fdb75176e7 merge #1220 2016-01-11 10:17:02 +01:00
8ec529d767 rebuild css 2016-01-08 13:59:12 +01:00