Commit Graph

273 Commits

Author SHA1 Message Date
Hakim El Hattab 6428504d6d merge table styles #761, tweak table padding 2013-12-20 10:35:21 +01:00
Hakim El Hattab 1402e691d5 Merge branch 'patch-2' of https://github.com/RyDroid/reveal.js into dev 2013-12-20 09:48:12 +01:00
RyDroid bde5907a19 Update reveal.css
Correction of a small error
2013-12-19 19:25:35 +01:00
Wachiwi 929ace25ee Table Style 2013-12-17 14:53:36 +01:00
Diomidis Spinellis 1a0e7a2e60 Improve formatting of dl elements 2013-12-10 12:13:49 +02:00
Hakim El Hattab 9f2a0207fc add strike fragment style #737 2013-12-03 15:39:03 +01:00
Hakim El Hattab 4a5b5c7c11 merge support for ie 11 touch 2013-12-02 23:20:26 +01:00
Guillaume Turri b46fd8dd70 Added some styles using the current-fragment class
according to README, I don't include reveal.min.js.
Hence I believe it makes sense to not include reveal.min.css either.
Hence, examples added in index.html can give the feeling that they don't work yet.
2013-11-26 07:47:03 +01:00
Hakim El Hattab 85c2a0a3c1 slide number changes; config value renamed, added to readme, moved to right side of screen 2013-11-17 17:13:26 -05:00
Hakim El Hattab bdb46060b3 merge slide numbers, adjust code format 2013-11-17 17:05:23 -05:00
Hakim El Hattab c4d7b1b93f make background transition default to exact same speed as normal transitions 2013-11-09 11:41:15 -05:00
Hakim El Hattab f31644cca8 change transition easing for zooms 2013-11-08 09:29:49 -05:00
Hakim El Hattab 3a8bcb174a Merge pull request #691 from fghaas/section-fontweight
CSS: Don't override font-weight for section
2013-11-07 10:07:13 -08:00
Florian Haas 0069e3ad14 CSS: Don't override font-weight for section
.slides>section and .slides>section>section set the font-weight to
"normal". This overrides any font-weight setting a theme may set at
the body or .reveal level, and requires a theme author to also
specifically set the font-weight for .slides>section and
.slides>section>section. That's tedious and also counterintuitive.

Adopt a saner default by setting the font-weight to inherit.
2013-11-08 00:39:34 +08:00
Hakim El Hattab 7da98d8110 add concave and zoom background transitions 2013-11-04 07:53:07 -05:00
Hakim El Hattab d4e6fa12bf add convex background transition 2013-11-01 12:27:36 -04:00
uriel f1dd807f66 change SlidesNumber position and start page counter at 0 instead 1 2013-10-31 19:47:13 +02:00
uriel 06078f987f synthetic fix 2013-10-31 00:51:34 +02:00
uriel dda885b71a move the slide-number out of the controls to a proper position and little fix to the updating event. 2013-10-31 00:49:07 +02:00
uriel 7b63cda19d Added slide numbers options and the css files updated as well.
the *.min.js didn't chaged yet.
2013-10-30 22:12:21 +02:00
Hakim El Hattab 82d2ae654d kill the shadow on table headers 2013-10-27 17:24:36 -04:00
Hakim El Hattab 49cfd05022 fix css syntax error 2013-10-13 16:03:41 -04:00
Hakim El Hattab 6aaf88aae7 auto-slide playback updates, fix tap action, hide during overview 2013-10-13 15:06:30 -04:00
Hakim El Hattab abf33e55b0 functional playback control for auto sliding 2013-10-13 14:36:27 -04:00
Hakim El Hattab 9fa1382508 foundation for playback component 2013-10-13 13:02:50 -04:00
olivierbloch e608dafaf1 IE11 Support
Added unprefixed touch-action CSS attribute
Added unprefixed pointer events handlers hooks
2013-10-01 14:06:55 -07:00
olivierbloch 27a86d261e IE 11 support
Added un-prefixed touch-action CSS attribute
added un-prefixed PointerEvents event handler hooks
2013-10-01 14:00:32 -07:00
Hakim El Hattab 86216ac645 use 'url()'-free path when specifying parallax image, refactor so that parallax is applied to background class, remove unused attributes #595 2013-09-15 17:45:27 -04:00
Hakim El Hattab 347a907041 update code style to match rest of reveal.js, disable parallax by default #595 2013-09-15 14:48:54 -04:00
Michał Smoliński 2b5c06c4ef Added parallax scrolling background 2013-09-10 21:23:10 +02:00
Hakim El Hattab 79340908f4 rebuild css after merging #591 into dev 2013-09-06 23:05:02 -04:00
Tyler Cipriani 0f79903a10 Fix IE10 vertical slide perspective 2013-09-06 17:22:39 -06:00
Hakim El Hattab e9b0f5b481 minor refactoring of overview code 2013-08-26 09:20:12 -04:00
Hakim El Hattab f56a10b9ff disable interaction on future/past slides 2013-08-20 09:05:30 -04:00
Hakim El Hattab 0748b68335 renamed .remaining-height to .stretch #244 #490 #561 2013-08-18 17:56:41 -04:00
Hakim El Hattab 04c4fa49b8 revised remaining height layout logic 2013-08-18 17:53:41 -04:00
Hakim El Hattab 6f1dfee81b ensure that syntax highlighted code works with remaining-height helper 2013-08-18 15:41:29 -04:00
Hakim El Hattab 32818e0149 move leap styles to js #554 2013-08-11 16:37:17 -04:00
Hakim El Hattab a96ace5194 a few corrections to overview slide positioning 2013-08-11 13:50:51 -04:00
Hakim El Hattab e135f136c1 merge in leap plugin #554 2013-08-08 10:23:02 -04:00
Rory Hardy dbcbc7aa69 Added pointer and tweaked the code
modified:   css/reveal.css
modified:   css/reveal.min.css
modified:   plugin/leap/leap.js
2013-08-05 22:41:04 -05:00
Hakim El Hattab 8bf19ab61f restore rolling links.. but default to off #532 2013-07-26 09:33:25 -04:00
Hakim El Hattab e8d257ec77 remove 'rolling links' #532 2013-07-20 22:56:48 -04:00
Hakim El Hattab 17332318f4 add immediate transition style (#528) 2013-07-16 22:41:16 -04:00
Hakim El Hattab 85043645ec work around iframe flicker in 3d transitions 2013-07-10 08:59:07 -04:00
Hakim El Hattab 37c9246a6e default lineheight #512 2013-06-26 18:20:21 -04:00
Hakim El Hattab c3da106363 rename 'linear' background transition to 'slide' 2013-06-18 08:40:05 -04:00
Hakim El Hattab eb5b39e685 support for background transition overrides 2013-06-18 08:37:06 -04:00
Hakim El Hattab 7094f44eb9 merge conflicts w preview & backgrounds 2013-06-10 16:53:41 -04:00
Hakim El Hattab c3b91560c7 match background and transition slide transition easing equations 2013-06-10 08:59:58 +02:00
Hakim El Hattab 8e348af8b8 pluralize background classname to match '.slides' 2013-06-10 08:49:53 +02:00
Hakim El Hattab 4d164dc5b6 revamp pdf printing to support per-slide backgrounds (closes #453) 2013-06-09 16:12:50 +02:00
Hakim El Hattab 544e090bd1 allow control over background color when using images (#453) 2013-06-04 20:25:47 +02:00
Hakim El Hattab 15f24f7a9a linear sliding transition option for full page backgrounds (#453) 2013-06-04 20:15:19 +02:00
Hakim El Hattab bfadfcc7ce don't transition to first slide background (#453) 2013-06-04 19:51:06 +02:00
Hakim El Hattab f3f5d7780a started the new per-slide background implementation (#453) 2013-06-04 19:42:33 +02:00
Hakim El Hattab 8b355eaba0 support vertical align of slides with absolute children 2013-05-20 00:29:34 -04:00
Hakim El Hattab de551634c6 initial implentation of preview frame, add semi-fade fragment style, data-full-height support 2013-05-20 00:18:48 -04:00
Hakim El Hattab d94ae2cf70 -ms-touch-action for #450 2013-05-12 09:47:24 -04:00
Hakim El Hattab 0344f2f785 fix ios flicker bug with linear transition #410 2013-05-03 21:51:49 -04:00
Hakim El Hattab f3f9e5b546 remove automatic quotation marks on blockquote/q (closes #434) 2013-05-03 09:13:10 -04:00
Hakim El Hattab 247771e129 update control styles for fragments 2013-04-30 00:07:07 -04:00
Hakim El Hattab 0306e0fa0d greatly improved rtl, slides and progress are now reversed #339 2013-04-29 21:54:39 -04:00
Hakim El Hattab 1dfcab906e fix control arrow anti-aliasing in ff 2013-04-27 17:38:52 -04:00
Hakim El Hattab 6cfc6ecc49 available fragment routes reflected in control arrows (closes #411) 2013-04-27 17:35:17 -04:00
Hakim El Hattab 336077daeb indentation tweak #417 2013-04-27 13:16:50 -04:00
Hakim El Hattab 38577cceb6 Merge branch 'master' of https://github.com/bozor/reveal.js into dev 2013-04-27 13:14:59 -04:00
Hakim El Hattab 1453d15452 ie8 tweaks 2013-04-23 22:01:11 -04:00
bozor eb4d02b394 Added a Zoom-in fragment transition 2013-04-23 17:43:51 +02:00
Hakim El Hattab 9f732edf82 more state backgrounds 2013-04-21 21:10:16 -04:00
Hakim El Hattab a18b2a94cf add a few more state background (#396) 2013-04-16 09:07:55 -04:00
Hakim El Hattab 00b197792b increase min-height of cube/page transitions 2013-04-13 10:12:00 -04:00
Hakim El Hattab 25e0fbc050 hide rolling links backface 2013-04-10 22:36:33 -04:00
Hakim El Hattab a400dd0c70 support for transition speed settings (closes #392) 2013-04-06 12:18:25 -04:00
Hakim El Hattab 46023602d2 support for varied transitions between slides (#39) 2013-03-30 23:23:41 -04:00
Hakim El Hattab 08bf6148b1 disable wrapping in code blocks (closes #375) 2013-03-23 11:39:45 -04:00
Hakim El Hattab 7dd2a10b34 remove extra whitespace in css 2013-03-08 19:33:34 -05:00
Hakim El Hattab cf8708f932 adjust copyright years 2013-02-05 20:08:59 -05:00
Hakim El Hattab 8a2f146267 remove experimental tileflip transition, reduce max size of media content to 95% to account for slide padding 2013-02-05 18:02:03 -05:00
Hakim El Hattab 98a99086ac fix word breaks in headers (closes #321) 2013-02-03 01:02:51 -05:00
Hakim El Hattab c50ae08fe0 remove extra padding in stacks, add api method to retrieve curren scale (#310) 2013-02-02 20:05:09 -05:00
Hakim El Hattab 723bd1cc0b reduce width of single-page fallback slides 2013-02-02 17:05:05 -05:00
hakimel a20d3b6862 fix layering issue of anchors in ff with page transition (closes #274) 2013-01-29 15:11:10 -05:00
Hakim El Hattab d1c74523a4 updated to v2.3, initial implementation of uniformly scaled presentations (#310) 2013-01-27 23:27:14 -05:00
hakimel a041f9c64a limit video size to size of slide (closes #308) 2013-01-23 15:26:43 -05:00
Joel Brandt 082e4ed168 implement a fade transition 2013-01-16 12:49:10 -08:00
Hakim El Hattab a6989e4cce right align text in ul/ol when rtl is active (#166) 2012-11-27 08:36:38 -05:00
Hakim El Hattab e34ed3c2ff fix inconsistency with vertical centering when using page transition 2012-11-24 20:57:16 -05:00
Hakim El Hattab 1732d67cf5 word break rules and hyphens where possible for titles 2012-11-23 19:26:16 -05:00
Hakim El Hattab 0ac4c6e585 improve rendering accuracy of overview 2012-11-23 15:48:10 -05:00
Hakim El Hattab 9d0cb0fec7 use system font when rtl is enabled, exclude pre and code blocks from rtl (#166) 2012-11-18 12:19:22 -05:00
Hakim El Hattab 363685967d adjust rtl implementation (#166) 2012-11-18 12:10:16 -05:00
Hakim El Hattab c61dc00a98 enforce max width/height on iframes (#244), disabled mouse wheel navigation by default 2012-11-17 15:48:12 -05:00
Hakim El Hattab 8e79f8592a fixes issue where italic fonts disappeared when printing to pdf (closes #230) 2012-11-10 20:09:12 -05:00
Hakim El Hattab b42890d1a2 workaround markdown quote issue (#223) 2012-11-10 16:59:03 -05:00
Hakim El Hattab fd527c5d07 tweak ie8 fallback 2012-11-10 16:22:10 -05:00
Hakim El Hattab ecac983116 updated transition styles to work with vertical centering (#70) 2012-11-10 16:01:56 -05:00
Hakim El Hattab dce2d35a63 fix vertical transition for vertically centered slides, vertical centering is now on by default (#70) 2012-11-10 15:43:32 -05:00
Hakim El Hattab 891a66b5c4 correction to vertical centering and overview mode, clean up of vertical slide storage 2012-11-10 15:28:34 -05:00
Hakim El Hattab b4815a3a83 remember last visited vertical slide (closes #225) 2012-11-10 14:48:29 -05:00
Hakim El Hattab 64ebbf80fb revert to display none from visibility hidden to correct vertical centering 2012-11-10 12:16:48 -05:00
Hakim El Hattab c79376dab2 allow multiple control elements, document usage of global controls (#184, #204) 2012-11-10 11:40:19 -05:00
Hakim El Hattab f6c5ceb490 additional media query plus vertical queries to support smaller screens (closes #232) 2012-11-10 10:31:23 -05:00
Hakim El Hattab 794ad86809 corrections to vertical centering (#70), added to docs, upgrade to 2.2 2012-11-10 10:02:19 -05:00
Hakim El Hattab 691099c6a2 rough support for vertical centering #70 2012-11-10 09:41:26 -05:00
Hakim El Hattab 5c5b3d34d9 fix rolling links glitch in firefox 2012-10-29 00:10:14 -04:00
Hakim El Hattab e87d689231 content now re-renders after alt+click zoom (closes #195) 2012-10-28 23:55:19 -04:00
Hakim El Hattab 6aafa0107d escape quotes in css using unicode hex 2012-10-27 21:20:13 -04:00
Hakim El Hattab aefe981040 use borders to generate control arrows (closes #137) 2012-10-22 23:16:14 -04:00
Russell Beattie b373425b69 Updated Controls to use CSS triangles rather than unicode triangles (fix Android support) 2012-10-22 14:49:22 -07:00
Hakim El Hattab 8576264574 remove traling whitespace (#197) 2012-10-20 21:15:02 -04:00
Hakim El Hattab d84aeeb9ae fix overview when zoom transition is active (#196) 2012-10-20 13:46:19 -04:00
Hakim El Hattab da40cf2172 add support for fragment styles (#192) 2012-10-20 13:33:07 -04:00
Hakim El Hattab 3241cb78d8 progress bar can now be clicked to navigate (closes #181) 2012-10-20 12:51:12 -04:00
Hakim El Hattab ecb4347ec1 modularize themes and convert them to sass (closes #191) 2012-10-20 10:57:51 -04:00
Hakim El Hattab 6619bc62bd add zoom transition 2012-10-13 10:28:34 -04:00
Hakim El Hattab bb47678b27 tweaks to page and cube transitions, change sky theme text-highlight color 2012-10-13 10:08:06 -04:00
Hakim El Hattab f22e5f85e8 new paused mode feature (closes #144), controls and progress DOM elements are no longer required in HTML 2012-10-08 00:08:50 -04:00
Hakim El Hattab 84b69b6b9a root reset styles at .reveal (#163) 2012-10-07 14:43:50 -04:00
Hakim El Hattab 1c726eed78 remove duplicate padding/margin reset on html & body 2012-10-07 14:31:20 -04:00
Hakim El Hattab b0cc9fee45 add 'none'-transition (closes #159, #160) 2012-10-04 08:14:51 -04:00
Hakim El Hattab e014daa4f5 facility for css shader transitions, add css shader based tile-transition 2012-09-30 17:51:04 -04:00
Hakim El Hattab eda54dcf7a main.css > reveal.css 2012-09-28 09:28:26 -04:00