SA XT for web access : System Architect XT : Customizing System Architect XT : Appearance of System Architect XT web pages
  
Appearance of System Architect XT web pages
To change the appearance of the System Architect XT web pages
Edit the screen.css stylesheet file in:
C:\Program Files\UNICOM Systems\System Architect Suite\SAXT
Example
If your main corporate colors are green and yellow, change: the background color from blue to green, the level 1 and 2 heading font colors from red to green, the scroll bars from blue to green, and the default font family from Verdana to Arial.
Heading 1
#content h1
{
color:green;
font-weight:normal;
font-size:19px;
margin:0 0 6px 0;
}
Heading 2
#content h2
{
color:green;
font-weight:bold;
font-size:15px;
margin:0 0 6px 0;
}
Heading 2 for Search box at right
#search h2
{
color:green;
font-weight:bold;
font-size:12px;
margin:0 0 5px 0;
}
Change heading of Box on side
.boxSidebar h2
{
color:#000066;
font-weight:bold;
font-size:12px;
margin:0 0 6px 0px;
}
Change the text color for links inside buttons:
#content .boxSmall h2
{
height:23px;
background:url("images/box-small-title.gif");
color:#000066;
font-weight:bold;
font-size:12px;
margin:0;
padding:13px 0 0 15px;
}
and
#content .boxLarge h2
{
height:23px;
background:url("images/box-large-title.gif");
color:green;
font-weight:bold;
font-size:12px;
margin:0;
padding:13px 0 0 15px;
}