You'll note that the style_master_internal is an ASP page not a CSS page. This is because bxp needs to make dynamic changes to the CSS depending on input content. Specifically there are a number of key user input options available in the system that saves the user form having to create CSS manually. i.e. bxp creates the correct CSS based on options chosen. See options below [[Primary_Interface_Options]] for what can be customised within the interfacemore details.
We attempt to stretch background images to cover the entire space available. The image used is a user entered parameter. See Backgrounds below[[Primary_Interface_Options]] for more details.
This is a container div. It sets a definite pixel width. This allows absolute control of the width of the page to ensure that where a browser or browser component is unable to provide an accurate width an absolute one can be provided. This can be overwritten using custom JavaScript on the page if necessary. The width can be set through the user interface [[Primary_Interface_Options]].
The final large block of code is to round the corners of the table. As IE7 has issue with rounding there is a javascript JavaScript library called PIE.js which can help so we use that. http://css3pie.com
color:<%=(strCSS_Font_DarkColour)%>;
margin: 0px 0px 0px 0px;
margin-top: 0px; margin-left: 0px; margin-right: 0px;
padding: 0px;
}
They These are all located detailed in ''Main Menu > System Access Management > System Management > System Settings'' [[Primary_Interface_Options]]
[[Category:Topic:bxp Interface]]