The style.css file

The content below is provided as a convenient reference for the default style.css file that is included with .

Note This file is only used for customizing the .swf files for Service Request Catalog on the desktop.

/* CSS file */

@font-face {
	fontFamily: Metric;
	src: url("font/Metric-Regular.otf");
	embedAsCFF: true;
}
@font-face {
	fontFamily: Metric;
	src: url("font/Metric-Light.otf");
	fontStyle: italic;
	embedAsCFF: true;
}
@font-face {
	fontFamily: Metric;
	src: url("font/Metric-Semibold.otf");
	fontWeight: bold;
	embedAsCFF: true;
}
@font-face {
	fontFamily: Metric;
	src: url("font/Metric-Light.otf");
	fontWeight: bold;
	fontStyle: italic;
	embedAsCFF: true;
}

/*
text shape
*/

.headerTitle {
	font-size: 21;
	color: #ffffff;
	font-family: Metric;
}

.headerCartLink{
	font-size: 14;
	color: #ffffff;
	textDecoration: "underline";
	font-family: Metric;
}

.headerUserDropdownLabel{
	font-size: 14;
	color: #ffffff;
	textDecoration: "underline";
	font-family: Metric;
}

.launcherTitle{
	font-size: 24;
	color: #435057;
	font-family: Metric;
}

.launcherSubtitle{
	font-size: 11;
	color: #71828C;
	font-family: Metric;
}

.bodyTitle{
	font-size: 24;
	color: #01A982;
	font-family: Metric;
}

.bodySubtitle{
	font-size: 12;
	color: #435057;
	font-family: Metric;
}

.backLabel{
	font-size: 14;
	color: #01A982;
	font-family: Metric;
}

.footerTitle{
	font-size: 18;
	color: #ffffff;
	font-family: Metric;
}

.footerSubtitle{
	font-size: 12;
	color: #ffffff;
	font-family: Metric;
}

.footerLink{
	font-size: 14;
	color: #01A982;
	text-decoration: "underline";
	font-family: Metric;
}

.footerHelpLink{
	font-size: 12;
	color: #cccccc;	
	text-decoration: "underline";
	font-family: Metric;
}

.footerCompanyLabel{
	font-size: 12;
	color: #cccccc;	
	font-family: Metric;
}

.footerLegalNoticeLabel{
	font-size: 12;
	color: #cccccc;	
	text-decoration: "underline";
	font-family: Metric;
}

.navigationLabelUp{
	font-size: 15;
	color: #888888;
	font-family: Metric;
}
.navigationLabelSelected{
	font-size: 15;
	color: #000000;
	font-family: Metric;
}
.navigationLabelOver{
	font-size: 15;
	color: #000000;
	font-family: Metric;
}