Best Practices on CSS on Pyramid
Hi everybody, we are using pyramid for it's web embedding capabilities and would love to know everybody's best practices for css on it - do you just theme pyramid visualizations and then rely on that to coincide with your site's colors or do you keep them plain Jane and then use css on your website front end to style them?
4 replies
-
We originally thought of this idea. But came to the conclusion it's not the right approach. So we set up the themes in Pyramid to reflect the styling of our hosting apps.
The visualizations are very complex (technically). So the idea of trying to change them externally using custom CSS is infeasible. Also, if the visuals are dynamic and users interact with them, Pyramid solves the styling. Static CSS would never work well ion this respect.
-
We styled everything using themes to match our portal. It was quick and easy.