orbeon - Can I add custom CSS that will not affect the style of generated PDFs? -


the orbeon doc here shows how add custom css so:

<property     as="xs:string"     name="oxf.fr.css.custom.uri.*.*"     value="/config/acme.css"/> 

this css affects display in form runner generated pdf versions of forms. there way add custom css not affect pdf?

i ask because using custom css hides sections default , custom javascript simulate navigation between sections via show/hide. since sections hidden default, end pdf empty except title.

if there no easy way this, can work around it. running form runner within proxy portlet in liferay can add custom css liferay theme. if there way orbeon nice.

per suggestion @avernet able resolve issue enclosing custom css in @media screen { ... }.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -