3.1.4.2.2.1 CustomizeCss

The CustomizeCss SOAP element is defined as follows:

 <s:element name="CustomizeCss">
   <s:complexType>
     <s:sequence>
       <s:element name="cssFile" type="s:string" minOccurs="0"/>
     </s:sequence>
   </s:complexType>
 </s:element>

cssFile: The cssFile input parameter MUST specify the name of one of the CSS files that resides in the default central location on the protocol server. The specific location in which the protocol server maintains the default copy of each CSS is a protocol server-specific implementation detail.<11> This file name MUST match the file name on the protocol server, including the file extension ".css", for example: "core.css". The CSS file MUST conform to the CSS standard specified in [CSS-LEVEL1].