Basic Customization > User Interface Customization > User Interface Technology Overview > Adding Custom Code to all Windchill Client Architecture Pages > CSS Files
  
CSS Files
To add any custom css scripts to all the pages, modify the netmarkets.presentation.cssFiles property in site.xconf to have the necessary css files included. You can include multiple css files as a comma or semicolon separated list in the value. Note that order is important, and that the files will be loaded after the Windchill style sheets so they will properly override the default styles.
<Property name=" netmarkets.presentation.cssFiles"
overridable="true"
targetFile="codebase/presentation.properties"
value="mypath/mycss.css;mypath/mycss2.css"/>