-
-
-
- User interface versions
- Building blocks for user interface design
- Adding styles with a css
- Surrounding page
- Changing snippets
- Creating a custom login page (pre 3.4)
- Creating a custom login page
- Using velocity templates within the blueprint
- Create your own web pages
- HTML delivery requirements
- How to customize system mails
-
-
- Argon2 password conversion
- Introduction to security
- Secure development
- Security certification
- Security Exam
- Field properties concerning security
- Developing user groups securely
- Security considerations for user interface
- Secure file organization
- Securely using the request
- Cross Site Scripting (XSS)
- Other options concerning secure development
- Security analysis
- Secure deployment
- Secure application management
- Scrambling of testdata
- Anonymization of personal data
- Using robots.txt
- Permission settings
- Security measures
- Data encryption
-
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.