home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2000 February / PCW_2_2000.ISO / software / sw / notfall / xsetpsdk.exe / help / kxst.css
Encoding:
Cascading Style Sheet File  |  1998-09-18  |  2.1 KB  |  136 lines

  1.  /* Xteq Systems General CSS */
  2.  /* Copyright (C) Xteq Systems */ 
  3.  /* Version: 98.08.18 */
  4.  
  5.  
  6.  /* CSS for X-Setup 3.0 SDK */
  7.  /* Version: 98.09.18 */
  8.  
  9.  
  10.  body {
  11.   background-color: #004C70;
  12.   /*background-image: url("http://www.xteq.com/etc/images/lborder.gif");*/
  13.   background-repeat: repeat-y;
  14.   /*background-image: url("http://hexagon/xteq/etc/images/lborder.gif");*/
  15.   font-family: tahoma, verdana;
  16.   font-color: white;
  17.   font-size: 10pt;
  18.   font-weight: normal;
  19.   color: white;
  20.  }
  21.  
  22.  
  23.  p {
  24.   font-size: 10pt; 
  25.   color: white; /* NC4 needs this ! */
  26.   font-family: tahoma, verdana; /* NC4 */
  27.  }
  28.  
  29.  ul { /* Only NC4 needs this crap! */
  30.   font-size: 10pt; /* NC4 */
  31.   font-color: white; 
  32.   color: white;
  33.   font-family: tahoma, verdana; /* NC4 */
  34.  }
  35.  
  36.  li {
  37.   list-style-type: square;
  38.  }
  39.  
  40.  h3 {
  41.   font-size: 10pt;  
  42.   font-weight: bold;
  43.   font-color: #FFD700; 
  44.   color: #FFD700; 
  45.   font-family: tahoma, verdana; /* NC4 */
  46.  }
  47.  
  48.  pre {
  49.   font-size: 11pt;
  50.  }
  51.  
  52.  hr {
  53.   color: silver;
  54.  }
  55.  
  56.  a:link {
  57.   color: #F77B00; 
  58.   font-family: tahoma, verdana; /* NC4 */
  59.   font-size: 10pt; /* NC4 */
  60.   /* color: #FFFF00; */
  61.  }
  62.  
  63.  a:visited {
  64.   color: #F77B00;
  65.   font-family: tahoma, verdana; /* NC4 */
  66.   font-size: 10pt; /* NC4 */
  67.   /* color: #E1E113; */
  68.  }
  69.  
  70.  
  71.  /* Classes */
  72.  
  73.  .synName {
  74.   color: yellow;
  75.   font-size: 13pt;
  76.   font-weight: bold;
  77.  }
  78.  
  79.  .synShortDesc {
  80.   font-style: italic;
  81.  }
  82.  
  83.  
  84.  
  85.  .synParameterHeading {
  86.   text-decoration: underline;
  87.   font-weight: bold;
  88.   color: yellow;
  89.  }
  90.  
  91.  .synParameterText {
  92.  }
  93.  
  94.  .synParameterTable {
  95.   width: 100%;
  96.  }
  97.  
  98.  .synParameterTableCol1 {
  99.   width: 140px;
  100.   font-style: italic;
  101.   color: #00DF00;
  102.   vertical-align: top;
  103.  }
  104.  
  105.  .synParameterTableCol2 {
  106.   width: *;
  107.   vertical-align: top;
  108.   font-family: tahoma, verdana;
  109.   font-color: white;
  110.   font-size: 10pt;
  111.  
  112.  }
  113.  
  114.  
  115.  
  116.  .synRemarksHeading {
  117.   text-decoration: underline;
  118.   font-weight: bold;
  119.   color: yellow;
  120.  }
  121.  
  122.  .synRemarks {
  123.  }
  124.  
  125.  .synExampleHeading {
  126.   text-decoration: underline;
  127.   font-weight: bold;
  128.   color: yellow;
  129.  }
  130.  
  131.  .synExample {
  132.   font-family: Courier New;
  133.   font-size: 9pt;
  134.  }
  135.  
  136.