I am using Mediawiki with the Tweeki skin. I would like to customize the Mediawiki:Print.css page so when I print into a PDF thanks to PhantomJS binaries and H2P plugin, the templates of the output PDF is the same as the template on my wiki. Using bootstrap, I take advantage of CSS styling such as div class alert for example.
So here my double question: - Is there any possibility to tell wiki to print the content with the same styling when I am not in print mode? - As I can customize the header request sent by PhantomJS to the wiki in order to generate the PDF, is there a header attribute where I could force for example media <> print ?
Thank you :)