Reported here: https://github.com/jupyter/notebook/issues/4296
@Foadsf, my guess is something about reveal.css conflicting with the CSS you have put there... you probably need to do some exploration to know what rules are conflicting and how to overwrite them successfully.
@damianavila thanks for the new issue and the comment. I have posted the code here I would appreciate if you could take a look at it.
There is a lot to say here.
It is important to understand that there are actually several styling sources that are at work when you run a RISE presentation:
reveal.js is involved as well of course as the slide presentation engine, and this brings in the corresponding theme - see https://github.com/hakimel/reveal.js#theming - default within RISE being simple;Also, regarding your remark on using classes versus ids because of the css syntax being misinterpreted as Python comments: when using RISE there are other and safer means to inject CSS into the mix, as described in this link https://rise.readthedocs.io/en/docs_hot_fixes/customize.html#adding-custom-css
Most helpful comment
There is a lot to say here.
It is important to understand that there are actually several styling sources that are at work when you run a RISE presentation:
reveal.jsis involved as well of course as the slide presentation engine, and this brings in the corresponding theme - see https://github.com/hakimel/reveal.js#theming - default within RISE beingsimple;Also, regarding your remark on using classes versus ids because of the css syntax being misinterpreted as Python comments: when using RISE there are other and safer means to inject CSS into the mix, as described in this link https://rise.readthedocs.io/en/docs_hot_fixes/customize.html#adding-custom-css