regebro / impress-console

Speaker notes for impress.js
MIT License
133 stars 32 forks source link

Add file css for styling slides of console. #18

Closed albertored closed 8 years ago

albertored commented 8 years ago

With very few modification I add the possibility of having a css file for styling the slides inside the iframes of the console. The default location of this file is css/iframe.css but a user can change it by passing the file name as second parameter of the impressConsole.int() function in the same way as he can change the css file for the whole console.

This is useful for example for hiding from the preview in the console useless parts as number of slides, progress bars, etc.