home *** CD-ROM | disk | FTP | other *** search
- /* Xteq Systems General CSS */
- /* Copyright (C) Xteq Systems */
- /* Version: 98.08.18 */
-
-
- /* CSS for X-Setup 3.0 SDK */
- /* Version: 98.09.18 */
-
-
- body {
- background-color: #004C70;
- /*background-image: url("http://www.xteq.com/etc/images/lborder.gif");*/
- background-repeat: repeat-y;
- /*background-image: url("http://hexagon/xteq/etc/images/lborder.gif");*/
- font-family: tahoma, verdana;
- font-color: white;
- font-size: 10pt;
- font-weight: normal;
- color: white;
- }
-
-
- p {
- font-size: 10pt;
- color: white; /* NC4 needs this ! */
- font-family: tahoma, verdana; /* NC4 */
- }
-
- ul { /* Only NC4 needs this crap! */
- font-size: 10pt; /* NC4 */
- font-color: white;
- color: white;
- font-family: tahoma, verdana; /* NC4 */
- }
-
- li {
- list-style-type: square;
- }
-
- h3 {
- font-size: 10pt;
- font-weight: bold;
- font-color: #FFD700;
- color: #FFD700;
- font-family: tahoma, verdana; /* NC4 */
- }
-
- pre {
- font-size: 11pt;
- }
-
- hr {
- color: silver;
- }
-
- a:link {
- color: #F77B00;
- font-family: tahoma, verdana; /* NC4 */
- font-size: 10pt; /* NC4 */
- /* color: #FFFF00; */
- }
-
- a:visited {
- color: #F77B00;
- font-family: tahoma, verdana; /* NC4 */
- font-size: 10pt; /* NC4 */
- /* color: #E1E113; */
- }
-
-
- /* Classes */
-
- .synName {
- color: yellow;
- font-size: 13pt;
- font-weight: bold;
- }
-
- .synShortDesc {
- font-style: italic;
- }
-
-
-
- .synParameterHeading {
- text-decoration: underline;
- font-weight: bold;
- color: yellow;
- }
-
- .synParameterText {
- }
-
- .synParameterTable {
- width: 100%;
- }
-
- .synParameterTableCol1 {
- width: 140px;
- font-style: italic;
- color: #00DF00;
- vertical-align: top;
- }
-
- .synParameterTableCol2 {
- width: *;
- vertical-align: top;
- font-family: tahoma, verdana;
- font-color: white;
- font-size: 10pt;
-
- }
-
-
-
- .synRemarksHeading {
- text-decoration: underline;
- font-weight: bold;
- color: yellow;
- }
-
- .synRemarks {
- }
-
- .synExampleHeading {
- text-decoration: underline;
- font-weight: bold;
- color: yellow;
- }
-
- .synExample {
- font-family: Courier New;
- font-size: 9pt;
- }
-
-