summaryrefslogtreecommitdiffhomepage
path: root/css
AgeCommit message (Collapse)Author
2012-09-28main.css > reveal.cssHakim El Hattab
2012-09-28max-height and overflow for code blocks (closes #16)Hakim El Hattab
2012-09-27Changes to make PDF output match the browser view more closelyGary Murakami
font-size: 18pt; instead of fount-size: 22pt; remove the "a" tag from def that forces font size, otherwise anchors in various contexts, e.g., headings, etc., will cause ugly rendering due to mismatched font size. specify font size for "pre" tags so that code listings more closely match browser rendering
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-17fix bug that caused vertical stacks to shift unexpectedly in overview ↵Hakim El Hattab
(closes #122)
2012-08-15margin tweak to keep list delimiters inside of slide box when text is long ↵Hakim El Hattab
(#116)
2012-08-15consistent use of tabs rather than spaces in css (closes #121)hakimel
2012-08-15define line height for paragraphshakimel
2012-08-14Merge branch 'patch-4' of https://github.com/dandv/reveal.jsHakim El Hattab
2012-08-13Ensure images are bound within the sectionDan Dascalescu
2012-08-13Increase line-height for links to allow for descendersDan Dascalescu
Previously, descenders from characters like 'g' or 'y' were truncated (overflow: hidden)
2012-08-12Merge pull request #106 from OwenVersteeg/patch-7Hakim El Hattab
added appropriate selection color
2012-08-08Update css/main.cssDan Dascalescu
rm extrenous whitespace
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)
2012-08-07remove duplicate fonts, tidy up font names (#103)Hakim El Hattab
2012-08-06added more font-face supportOwen Versteeg
this way, more browsers are supported, like older Opera/Chrome/FF
2012-08-05added small fallback for non-font-face browsersOwen Versteeg
this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri.
2012-08-04fix overview slide positioning bug (closes #89)Hakim El Hattab
2012-08-04more pdf-export tweaks, added slide describing the feature (#92)Hakim El Hattab
2012-08-04slight tweak to pdf export css (#92)Hakim El Hattab
2012-08-04support for PDF export in chrome (closes #92)Hakim El Hattab
2012-08-04less horizontal padding for slidesHakim El Hattab
2012-08-04fix overflow glitch on vertical slides in mobile safariHakim El Hattab
2012-08-04use mq to reduce font size for low resultions, max limit on width for slides ↵Hakim El Hattab
set to 900px (closes #49)
2012-08-04Merge pull request #93 from StereotypicalApps/patch-1Hakim El Hattab
Made the slideshow responsive
2012-08-03fix disappearing 3d hover in chromehakimel
2012-08-03ie8 support (closes #96)hakimel
2012-08-03add eot font for iehakimel
2012-08-02Oops, made the page a little too responsiveOwen Versteeg
if you resized the window or visited the page on a small screen everything would be amiss now, I've fixed that with a one-liner
2012-08-02Made the slideshow responsiveOwen Versteeg
Woohoo! The slideshow now responds to resizing of the browser nicely!
2012-07-30move theme styles at bottom of main.css, change background of page ↵Hakim El Hattab
transition to be transparent
2012-07-26adds new api methods (getCurrentSlide, getPreviousSlide, getIndices) closes #73Hakim El Hattab
2012-07-18sub/superscript styles (closes #82)Hakim El Hattab
2012-07-15remove background from default anchor hover styleHakim El Hattab
2012-07-12add beige theme, move theme class from .reveal to document element, use log ↵Hakim El Hattab
instead of alert to demonstrate custom events
2012-07-09larger font for code samples (closes #60)Hakim El Hattab
2012-07-09refactored folder structure, added /plugins which is initially only used by #57Hakim El Hattab
2012-07-09Merge branch 'master' of github.com:hakimel/reveal.js into notesHakim El Hattab
2012-07-09adds charset declaration in main.cssSengMing Tan
2012-07-01/lib restructuringHakim El Hattab
2012-07-01restructured /lib, moved /assets/fonts to /lib/fontsHakim El Hattab
2012-07-01Merge branch 'presenter_notes_server' of ↵Hakim El Hattab
https://github.com/rmurphey/reveal.js into notes
2012-06-14Specify position for .reveal.linear sections. fixes #64Brian Leathem
2012-06-13Changed #reveal to .reveal in print.cssBrian Leathem
2012-06-13add default table styles (closes #62)Hakim El Hattab
2012-06-07taking a stab at a presenter notes serverRebecca Murphey
2012-06-05simplified handling of nested listsFrancesco Schwarz
2012-06-02changed selection of main container from #reveal to .reveal (closes #46)Hakim El Hattab
2012-05-31support more variations of nested lists (closes #47)Hakim El Hattab
2012-05-29adjust where page background is appliedHakim El Hattab
2012-05-10more explicit list styles (closes #38)Hakim El Hattab
2012-05-07fix controls z-index in ffHakim El Hattab
2012-05-05show all fragments during printHakim El Hattab
2012-05-05print styles (closes #19)Hakim El Hattab
2012-05-03ie9 fixes, including new classList polyfillhakimel
2012-05-01minor style or wording tweaksHakim El Hattab
2012-04-24Overview now shows hidden fragments.Philip Bjorge
2012-04-04better example of state usageHakim El Hattab
2012-03-30adjustments to custom state eventsHakim El Hattab
2012-03-30now capturing data-state on slides and lifting it to document element ↵Hakim El Hattab
classList when slide is open
2012-01-14broaden selector for img:hover (fixes #11)Hakim El Hattab
2012-01-03removed dependency on classList (#9)Hakim El Hattab
2012-01-03scrolling fallback mode for IE < 9Hakim El Hattab
2012-01-02slightly reduced size of progress barHakim El Hattab
2011-12-26updated copy in slides, added one that explains transitionsHakim El Hattab
2011-12-26adjusted background color of page/box themesHakim El Hattab
2011-12-26major, non backwards compatible, restructuring of DOM treeHakim El Hattab
2011-12-26changed id of 'main' container to 'reveal'Hakim El Hattab
2011-12-26added new transitions (box/page) and a ui theme (neon)Hakim El Hattab
2011-12-23fix padding and duplicate background on vertical slides in overviewHakim El Hattab
2011-12-23added experimental overview mode (press SPACE)Hakim El Hattab
2011-12-23fallback on 2d transform transitions via feature detectHakim El Hattab
2011-12-22only apply background gradient to <html>Hakim El Hattab
2011-12-22added '-ms' prefixed propertiesHakim El Hattab
2011-12-22progress bar is now a div and uses the same transition + easing as slides ↵Hakim El Hattab
(fixes #6)
2011-12-22hide progress by defaultHakim El Hattab
2011-12-22added optional presentation progress barHakim El Hattab
2011-12-17fragments now work in vertical slides (fixes #4)Hakim El Hattab
2011-12-05disabled overflow on body (fixes #2)Hakim El Hattab
2011-12-04fix vertical slide transition and hit areas of rolling linksHakim El Hattab
2011-12-04renamed to reveal.js, many new features, and upgraded to v1.0Hakim El Hattab
2011-06-23Merge branch 'master' of github.com:hakimel/CSS-3D-SlideshowHakim El Hattab
2011-06-23adjusted shadow on headersHakim El Hattab
2011-06-07firefox links now clikablealtryne
2011-06-07initial commitHakim El Hattab