Adding styles with a css

Standard Stylesheets

We build our HTML and CSS on bootstrap. We make additions to the HTML (and CSS) to accomodate all of our components. You can use all the standard bootstrap markup and styling. In UI 3.x we use bootstrap 3.x. For more info: See the bootstrap documentation.

Loading your own stylesheet

There are 2 ways of loading your own CSS:

  • Add a link to the CSS file in the blueprint properties:

    Blueprint -> Properties go to User interface tab and add a link to a CSS file in the Extra CSS field.
    Reload the blueprint to let this take effect: Deployment -> Reload options -> Reload blueprint

  • Make a surrounding page and add the stylesheets you need

Read more about security considerations while creating your own stylesheets on this page.