aboutsummaryrefslogtreecommitdiff
path: root/css
Commit message (Collapse)AuthorAge
* content now re-renders after alt+click zoom (closes #195)Hakim El Hattab2012-10-28
|
* include theme background in printed pdfs (#217), fix empty white pages in ↵Hakim El Hattab2012-10-28
| | | | regular print (#215)
* escape quotes in css using unicode hexHakim El Hattab2012-10-27
|
* use borders to generate control arrows (closes #137)Hakim El Hattab2012-10-22
|
* Updated new CSS triangle controls to use theme colors.Russell Beattie2012-10-22
|
* Updated Controls to use CSS triangles rather than unicode triangles (fix ↵Russell Beattie2012-10-22
| | | | Android support)
* use outer color of radial gradient as solid fallbackHakim El Hattab2012-10-20
|
* remove traling whitespace (#197)Hakim El Hattab2012-10-20
|
* fix overview when zoom transition is active (#196)Hakim El Hattab2012-10-20
|
* add support for fragment styles (#192)Hakim El Hattab2012-10-20
|
* progress bar can now be clicked to navigate (closes #181)Hakim El Hattab2012-10-20
|
* modularize themes and convert them to sass (closes #191)Hakim El Hattab2012-10-20
|
* adjust themes so that font definitions are at top, apply fonts on .reveal ↵Hakim El Hattab2012-10-16
| | | | instead of body
* add zoom transitionHakim El Hattab2012-10-13
|
* tweaks to page and cube transitions, change sky theme text-highlight colorHakim El Hattab2012-10-13
|
* new paused mode feature (closes #144), controls and progress DOM elements ↵Hakim El Hattab2012-10-08
| | | | are no longer required in HTML
* root reset styles at .reveal (#163)Hakim El Hattab2012-10-07
|
* remove duplicate padding/margin reset on html & bodyHakim El Hattab2012-10-07
|
* Merge branch 'serif-theme' of https://github.com/maxogden/reveal.jsHakim El Hattab2012-10-04
|\
| * simple serif font themeMax Ogden2012-10-04
| |
* | add 'none'-transition (closes #159, #160)Hakim El Hattab2012-10-04
|/
* facility for css shader transitions, add css shader based tile-transitionHakim El Hattab2012-09-30
|
* main.css > reveal.cssHakim El Hattab2012-09-28
|
* max-height and overflow for code blocks (closes #16)Hakim El Hattab2012-09-28
|
* Changes to make PDF output match the browser view more closelyGary Murakami2012-09-27
| | | | | | 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
* correction to code style in sky theme, adjusted transition demo pageHakim El Hattab2012-08-30
|
* tweaks to the simple themeHakim El Hattab2012-08-30
|
* add theme config option, add sky theme, fix line-height of <small>Hakim El Hattab2012-08-30
|
* fix bug that caused vertical stacks to shift unexpectedly in overview ↵Hakim El Hattab2012-08-17
| | | | (closes #122)
* margin tweak to keep list delimiters inside of slide box when text is long ↵Hakim El Hattab2012-08-15
| | | | (#116)
* consistent use of tabs rather than spaces in css (closes #121)hakimel2012-08-15
|
* define line height for paragraphshakimel2012-08-15
|
* Merge branch 'patch-4' of https://github.com/dandv/reveal.jsHakim El Hattab2012-08-14
|\
| * Increase line-height for links to allow for descendersDan Dascalescu2012-08-13
| | | | | | Previously, descenders from characters like 'g' or 'y' were truncated (overflow: hidden)
* | Ensure images are bound within the sectionDan Dascalescu2012-08-13
|/
* Merge pull request #106 from OwenVersteeg/patch-7Hakim El Hattab2012-08-12
|\ | | | | added appropriate selection color
| * added simple themeOwen Versteeg2012-08-08
| | | | | | | | | | reveal.js was lacking a nice, simple, minimal theme. now it has one. bam.
| * added appropriate selection colorOwen Versteeg2012-08-08
| | | | | | 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.
* | Update css/main.cssDan Dascalescu2012-08-08
|/ | | rm extrenous whitespace
* themes are now available as separate css files under css/theme/, old theme ↵Hakim El Hattab2012-08-08
| | | | option in config is no longer supported (closes #104)
* remove duplicate fonts, tidy up font names (#103)Hakim El Hattab2012-08-07
|
* added more font-face supportOwen Versteeg2012-08-06
| | | this way, more browsers are supported, like older Opera/Chrome/FF
* added small fallback for non-font-face browsersOwen Versteeg2012-08-05
| | | this way things are in Impact; Impact fits much more with the visual style than does the default Arial or Calibri.
* fix overview slide positioning bug (closes #89)Hakim El Hattab2012-08-04
|
* more pdf-export tweaks, added slide describing the feature (#92)Hakim El Hattab2012-08-04
|
* slight tweak to pdf export css (#92)Hakim El Hattab2012-08-04
|
* support for PDF export in chrome (closes #92)Hakim El Hattab2012-08-04
|
* less horizontal padding for slidesHakim El Hattab2012-08-04
|
* fix overflow glitch on vertical slides in mobile safariHakim El Hattab2012-08-04
|
* use mq to reduce font size for low resultions, max limit on width for slides ↵Hakim El Hattab2012-08-04
| | | | set to 900px (closes #49)