Custom CSS
Contents
1 Overview
It is possible to over ride the default CSS of BE. By creating your own CSS sheet with the appropriate Class names you can change the look and feel of BE.
With your CSS sheet hosted somewhere, the URL is entered into BE at a System or User level.
1.1 For the User level
Main Menu > I Want To > Change My Details > Interface Options
In the CSS box you can put the full URL to your stylesheet.
1.2 For the System level
Main Menu > System Access Management > System Management > System Settings > Interface Options
As per the User level, simply enter the URL of the CSS to be used for all users if they have not set a custom style sheet.
2 The CSS engine
bxp runs a number of CSS sheets for managing a number of different style sets. IE limits the amount of styles per sheet to 31, so we split the sheets. Limits in IE StackOverflow article
- https://ww3.allnone.ie/library/style/style_master_internal.asp?intSystem=2
- https://ww3.allnone.ie/library/style/style_master_rootobjects.css
- https://ww3.allnone.ie/library/style/style_master_layout.css
- https://ww3.allnone.ie/library/style/style_master_login.css
- https://ww3.allnone.ie/library/style/style_master_toolbars.css
- https://ww3.allnone.ie/library/style/style_master_modulespecific.css
- https://ww3.allnone.ie/library/style/style_master_buttons.css
- https://ww3.allnone.ie/library/style/style_master_password.css
- https://ww3.allnone.ie/library/style/style_master_keystats.css
- https://ww3.allnone.ie/library/style/style_menu_bars.css
- https://ww3.allnone.ie/library/style/style_menu_panels.css
2.1 style_master_internal.asp
The Id of the link is used to extract the custom styling for that system. If no Id is passed the system will use default styling.
- body
- cssBodyAll
- cssBodyInner
- cssMaster_Header
- cssMaster_Page
- cssMaster_Dashboards
- cssMaster_Consoles
- form
- input.text, input.password, select
- input.text, input.password, textarea
- input[type=text]
- input[type=password]
- select
- a
- a:hover
- td
- textarea
- .Standard_Input
- .cssStandard_Input
- .cssSearchBar
- #body_controlbar
- #iwantto_body_controlbar
- .pwdChkTbl2
- .pwdChkTbl3
- .pwdChkTbl4
- .pwdChkTd4
- .pwdChkTd4 h3
- .tmeTitle
- .tmeHour
- .tmeLinkingHeader
- .tmeLinkinga
- .tmeLinkinga:hover
- .cssLoginTitleBox
- #padding_space
- #nav_controlbar
- #nav_controlbar a
- #nav_controlbar a:hover
- #nav_controlbar li:hover a
- #nav_controlbar li:hover ul li a:hover
- #iwantto_nav_controlbar li:hover a
- #iwantto_nav_controlbar li:hover ul li a:hover
- #iwantto_ecourse_search
- cssMaster_Button
- cssMaster_Button:hover
- cssMaster_Button:active
- Master_Button
- Master_Button:hover
- Master_Button:active
- cssControlBar_Button
- cssControlBar_Button:hover
- cssControlBar_Button:active
- cssContentBody
- cssInfoBox
- Standard_Input
- cssMaster_IconBar
- cssMaster_IconWin8Bar
- cssLatestNews_Table
- cssMaster_FooterIWantToBar_Table
- cssGeneric_RoundedDiv