Commit Graph

425 Commits

Author SHA1 Message Date
Hakim El Hattab 0e779edb20 slide numbers work in pdf exports, update slide number style 2015-10-29 11:59:26 +01:00
Hakim El Hattab 0198d74391 change slide number formats 2015-10-29 10:58:06 +01:00
Hakim El Hattab 34b82baa67 run autoprefixer 2015-10-06 20:17:22 +02:00
Hakim El Hattab 5e763bc67d fix black background in fullscreen mode #668 #1386 2015-10-06 20:16:46 +02:00
Hakim El Hattab 6d93ce5748 rebuild css 2015-10-06 19:40:06 +02:00
Chris Lawrence e0d723be28 Fix slides being cut off in Chrome. 2015-10-02 20:48:13 -04:00
Augustin Delaporte 55a69fc68d Update the theme README.md
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.
2015-09-20 09:05:28 +02:00
Hakim El Hattab 1116d99e87 prevent swipes on speaker notes 2015-09-10 11:26:05 +02:00
Hakim El Hattab bd6a592b8b notes style changes 2015-09-10 11:09:03 +02:00
Hakim El Hattab ca4098145e bump up z-index of notes in pdf 2015-09-10 10:35:25 +02:00
Hakim El Hattab 1c6990d20f fix pdf print when showNotes is disabled 2015-09-10 09:30:57 +02:00
Hakim El Hattab 5d39e8b8ce reorder css 2015-09-10 09:16:58 +02:00
Hakim El Hattab b0b2ce1fe3 print notes to pdf when is enabled #304 2015-09-10 08:51:04 +02:00
Hakim El Hattab 2ad4065500 ability to share presentation with speaker notes #304 2015-09-09 14:09:37 +02:00
Hakim El Hattab 983bd51838 fix initial visibility of strike fragments #737 2015-09-02 12:46:32 +02:00
Hakim El Hattab 044e87017d fix issue where 'none' transition did not apply to vertical stacks 2015-08-31 10:55:02 +02:00
Hakim El Hattab 25da01ce41 Merge pull request #1132 from kendaleiv/plain-images
Add plain class for plain images
2015-07-07 12:18:33 +02:00
Hakim El Hattab c96a5d6ae3 fix theme control arrow selectors #1257 2015-07-07 11:37:36 +02:00
Hakim El Hattab d3b2ed9462 Merge branch 'controls-buttons-a11y' of https://github.com/marcysutton/reveal.js into dev 2015-07-07 11:33:56 +02:00
Hakim El Hattab 523f78eda7 remove harcoded syntax highlight colors #1290 2015-07-02 14:58:47 +02:00
marcysutton 242f2d6c96 accessibility: controls as buttons, not divs 2015-06-05 14:02:46 -04:00
Hakim El Hattab 80e52c08e9 add test presentation for per-slide transitions, compile css #1106 2015-05-03 19:53:37 -04:00
Hakim El Hattab 0f7b0dc22c Merge branch 'master' of https://github.com/jammon/reveal.js into dev 2015-05-03 19:16:27 -04:00
Philipp A. a96cabaf70 Fixed last header having a border-bottom
`<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-05-03 17:40:11 +02:00
Hakim El Hattab 4e3b91ae03 remove 'roll-in' fragment style due to Chrome crash #1150 2015-04-12 18:12:48 +02:00
Hakim El Hattab ecc6222e7e fix for #1150? 2015-03-25 19:18:16 +01:00
Hakim El Hattab bbfdb3b66e reset fragment transforms using 'none' 2015-03-25 19:17:15 +01:00
Hakim El Hattab 4677741568 remove selection color from core css 2015-03-05 10:49:27 +01:00
Hakim El Hattab ecc8c78584 tweaks to blood theme 2015-03-02 12:27:15 +01:00
Hakim El Hattab b4574791e0 fix mixed spaces/tabs 2015-03-02 12:08:21 +01:00
Christian Fehmer 3ead7d4eb5 Markdown table column alignment #1050
The alignment information were already in the generated html.
The css was the only thing missing, so I added it.
2015-02-28 19:15:14 +01:00
Hakim El Hattab 22a5ec5e3b merge conflict 2015-02-25 15:42:47 +01:00
Ken Dale 67140f2369 Add plain class for plain images 2015-02-13 19:43:47 -05:00
Hakim El Hattab a4852c7cb2 prevent iframes from offsetting presentation 2015-02-03 11:56:54 +01:00
Hakim El Hattab 621e8d7176 only transition slides container in overview mode 2015-01-29 17:08:28 +01:00
Hakim El Hattab 03400478bd Merge pull request #1119 from hakimel/feature/new-overview
Refactored overview mode
2015-01-29 14:53:06 +01:00
Hakim El Hattab 3b45b618b8 dynamic file mapping to avoid themes hardcoded in gruntfile 2015-01-28 08:52:15 +01:00
Hakim El Hattab df38524874 theme readme update 2015-01-28 08:45:38 +01:00
Hakim El Hattab c8569e2d9f cross browser adjustments for overview mode 2015-01-27 19:27:55 +01:00
Hakim El Hattab e29c706533 further overview refactoring 2015-01-27 09:21:49 +01:00
Hakim El Hattab 11293d7c94 refactoring and optimization of overview mode 2015-01-26 20:38:21 +01:00
Arnout Engelen e296b39657 Grunt target was renamed 2015-01-26 18:56:03 +01:00
Johannes Ammon 420b6912d7 Adding one-sided transitions
Now the transition isn’t any more „per slide“ but „per movement of a
slide“. So the slide can disappear in another way than it appeared.
2015-01-18 18:12:36 +01:00
Johannes Ammon 95bba5179f Mixins for readability of transitions added
To honor the DRY principle repeating patterns have been factored out.
In addition there was an anchor missing in README.md.
2015-01-18 10:55:05 +01:00
Hakim El Hattab e0aba9f5ae apply z position to slide container, rather than individual slides 2015-01-17 10:33:18 +01:00
Hakim El Hattab 66d7b6bfae firefox support for #1088 2015-01-16 16:46:34 +01:00
Hakim El Hattab b71705c76f background images now work in overview mode #1088 2015-01-16 16:12:54 +01:00
Hakim El Hattab 06ad3bf4c2 reorganize fonts, include source sans pro for offline use 2015-01-06 17:37:14 +01:00
Hakim El Hattab dbcb44c298 dont subset league glyphs #989 2015-01-06 12:22:05 +01:00
Hakim El Hattab 25a674a3c2 new font & type settings for default theme 2015-01-06 11:42:23 +01:00
Hakim El Hattab 9c3a7b49d0 (c) 2015 2015-01-05 09:40:53 +01:00
Hakim El Hattab 5bdbc2dc7b remove deprecated data-state background colors 2014-12-27 21:27:53 +01:00
Hakim El Hattab 2cfe1174f1 kill unintended transition into overview mode 2014-12-27 21:22:17 +01:00
Hakim El Hattab 3b1e1a04b8 white theme inverts text color against dark bg 2014-12-18 18:17:31 +01:00
Hakim El Hattab c3f9aabe04 add white theme, reverse of default theme #1018 2014-12-18 17:29:51 +01:00
Hakim El Hattab dc215a2441 rename previous default theme to league 2014-12-10 18:28:14 +01:00
Hakim El Hattab 05403bcf16 first revision of new default theme #1018 2014-12-10 18:19:04 +01:00
Hakim El Hattab ad9e93eae5 dont force links to be underlined in pdf 2014-12-09 15:06:25 +01:00
Hakim El Hattab b09923551a theme updates, normalized spacing between block-level elements 2014-11-05 11:52:32 +01:00
Hakim El Hattab 1f5369a43e correct defaults for min-height, thanks @sebastianz #985 2014-10-16 13:35:47 +02:00
Hakim El Hattab a61a372b52 use nesting for fragment styles 2014-10-16 12:19:20 +02:00
Hakim El Hattab cc02564b2f reveal.css is now scss, merge autoprexier #1007 2014-10-06 09:41:38 +02:00
Hakim El Hattab 588472c520 compile themes 2014-10-04 09:00:57 +02:00
Hakim El Hattab bd176411ef style tweaks for all themes; larger line heights, no default adjustmetn to letter-spacing 2014-09-28 12:14:48 +02:00
Hakim El Hattab 9ef0060024 add new black theme 2014-09-28 11:17:16 +02:00
Yves Delley 9bc5b81292 merged dev branch 2014-09-12 22:49:13 +02:00
Yves Delley 2bc36f2dfe re-created unprefixed version of reveal.css automatically using autoprefixer, to facilitate merging of changes to it 2014-09-12 22:37:57 +02:00
Yves Delley 03d8a02f68 added newly generated reveal.min.css 2014-09-05 17:42:38 +02:00
Yves Delley 4c155128c7 removed all vendor-prefixes from reveal.css 2014-09-05 17:41:56 +02:00
Hakim El Hattab 213c8d1354 fix double-navigation on touch for some android systems 2014-06-28 12:58:33 +02:00
Hakim El Hattab 0d9563b598 overview slide size matches defaults 2014-06-24 10:51:57 +02:00
Hakim El Hattab 06e76c1be3 shift a few additional styles from core to theme 2014-06-11 12:48:19 +02:00
Hakim El Hattab 38301d57c5 move large chunk of content styles from core css to theme css 2014-06-11 12:32:39 +02:00
Hakim El Hattab 3a6172e67d more flexible keyboard shortcut table styles 2014-06-09 18:21:32 +02:00
Hakim El Hattab 645734832d adjust list of displayed key shortcuts #943 2014-06-09 17:53:14 +02:00
Hakim El Hattab 9ff00a72ae merge and tweak key shortcuts overlay #943 2014-06-09 17:35:46 +02:00
navateja 594d9f6d85 Merge remote-tracking branch 'upstream/dev' into keyboard_shortcuts_overlay 2014-06-09 14:44:36 +05:30
nava teja 75a53da9e5 Shows keyboard shorcuts overlay on pressing question mark 2014-06-08 00:59:29 +05:30
Hakim El Hattab f4ead96b1f move paragraph styles to theme 2014-05-26 11:25:47 +02:00
Hakim El Hattab ff788bb31b additional monospace options for phantomjs 2014-05-23 14:06:52 +02:00
Hakim El Hattab dbc7c627cc dont specify hyphens auto, behavior/rendering varies between browsers 2014-05-21 09:55:27 +02:00
Hakim El Hattab e7f4615585 hide slide numbers while printing to pdf #885 2014-05-20 12:09:55 +02:00
Hakim El Hattab 06ca536ae1 no need to override font sizes after updates to pdf printing 2014-05-10 10:10:59 +02:00
Hakim El Hattab 54e256764c limit size of media elements when printing to pdf 2014-05-04 08:29:45 +02:00
Hakim El Hattab da1f221b4f reduce max-height of images in pdfs 2014-05-04 08:24:26 +02:00
Hakim El Hattab 2ac0a55ccf ensure pdf pages are never zero-height 2014-04-29 13:30:56 +02:00
Hakim El Hattab 860580d4d0 getSlideBackground now works in pdf mode, add pdf tests 2014-04-27 17:31:50 +02:00
Hakim El Hattab 7158c12eff lazy load all slide backgrounds 2014-04-27 15:39:11 +02:00
Hakim El Hattab 1623b3782e fix #627 2014-04-27 08:30:57 +02:00
Hakim El Hattab ddfb0aa86f abide by configured width/height when printing to pdf 2014-04-26 21:42:16 +02:00
Hakim El Hattab a522312999 improvements to print stylesheet 2014-04-26 20:49:22 +02:00
Hakim El Hattab ae962d729b fix non-pdf printing (closes #881) 2014-04-26 19:16:10 +02:00
Hakim El Hattab 646203f038 revert from flexbox for pdf centering, use js for PDF setup 2014-04-23 19:47:41 +02:00
Hakim El Hattab 38af788a65 fix css syntax error 2014-04-13 12:00:06 +02:00
Hakim El Hattab a3d4afeeed better transition names, fix background images in vertical slides 2014-04-06 11:04:58 +02:00
Hakim El Hattab 3aaca471b1 stop tracking minified files #783 2014-04-06 10:09:25 +02:00
Hakim El Hattab 43bf882d08 revamped and greatly simplified the layout of .slides 2014-04-03 11:58:15 +02:00
Hakim El Hattab f0f48bd9b0 use flexbox for vertically centered printing #862 2014-04-03 10:51:27 +02:00
Hakim El Hattab 1de159c4f4 start work on video backgrounds #751 2014-03-26 15:48:28 +01:00
Hakim El Hattab a9c2d4d663 disable transition into and out of overview mode #829 2014-03-25 17:46:10 +01:00