damianavila / RISE

RISE: "Live" Reveal.js Jupyter/IPython Slideshow Extension
Other
3.67k stars 416 forks source link

Different style in first slide #527

Open SMZ70 opened 4 years ago

SMZ70 commented 4 years ago

Hi

I am preparing slides for my course. I could set up a template using overlay. I am wondering whether there is a way to use a different css file for the first slide.

parmentelat commented 4 years ago

at this point RISE does not let you provide a different overlay/header/footer/backimage for the first page you may be able to cook something by injecting your css, but I must warn you that it will likely require some time messing about with this approach...

SMZ70 commented 4 years ago

@parmentelat Thank you so much for your response. I already use the method to prepare the overlay. I don't understand how I can use it differently in the first slide

parmentelat commented 4 years ago

well as a wild guess I would tend to think that the first child of div.container.slides should be the section.stack that contains the first slide; as I hinted earlier I cannot be positive and that might take some trial and error on your part to figure that out properly :)

image