Changes

Custom CSS

1,639 bytes added, 13:49, 5 September 2015
no edit summary
= 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.
= For the User level =
== For the User level ==
 ''Main Menu > I Want To > Change My Details > Interface Options ''
= For the System level =
== 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 CSSto CSS to be used for all users if they have not set a custom style sheet.   = 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. [http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/10164546.aspx Limits in IE] [http://stackoverflow.com/questions/9906794/internet-explorers-css-rules-limits 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]  == 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.  == style_master_rootobjects.css ==  == style_master_layout.css ==  == style_master_login.css ==  == style_master_toolbars.css ==  == style_master_modulespecific.css ==  == style_master_buttons.css ==  == style_master_password.css ==  == style_master_keystats.css ==  == style_menu_bars.css ==  == style_menu_panels.css == 
[[Category:Topic:Style]]
[[Category:Topic:bxp Interface]]
7,528
edits