home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Software / Vyzkuste / xsetup / _SETUP.3 / Group4 / xteq.css < prev    next >
Cascading Style Sheet File  |  1999-07-22  |  2KB  |  107 lines

  1.  /* Xteq Systems General CSS */
  2.  /* Copyright (C) Xteq Systems */ 
  3.  
  4.  /* CSS Color Style: RED GREEN BLUE -- IPD Style: BLUE GREEN RED */
  5.  /* <link REL="stylesheet" HREF="../etc/xteq.css" TYPE="text/css"> */
  6.  
  7.  /* Version: 99.07.23 */
  8.  
  9.  
  10.  body {
  11.   background-image: url("http://www.xteq.com/etc/images/lborder.gif");
  12.   /*background-image: url("http://hexagon/xteq/etc/images/lborder.gif");*/
  13.  
  14.   background-repeat: repeat-y;
  15.   background-color: #004C70;
  16.   font-family: tahoma, verdana;  
  17.   font-size: 10pt;
  18.   font-weight: normal;
  19.   color: white;
  20.  }
  21.  
  22.  p {
  23.   font-size: 10pt; 
  24.   color: white; /* NC4 needs this ! */
  25.   font-family: tahoma, verdana; /* NC4 */
  26.  }
  27.  
  28.  table {
  29.   font-size: 10pt;
  30.  }
  31.  
  32.  td {
  33.   font-size: 10pt; /* NC4 */
  34.   color: white; /* NC4 needs this ! */
  35.   font-family: tahoma, verdana; /* NC4 */
  36.  }
  37.  
  38.  
  39.  ul { /* Only NC4 needs this crap! */
  40.   color: white;
  41.   font-size: 10pt; /* NC4 */
  42.   font-family: tahoma, verdana; /* NC4 */
  43.  }
  44.  
  45.  li {
  46.   list-style-type: square;
  47.  }
  48.  
  49.  h3 {
  50.   color: #FFD700; 
  51.   font-size: 10pt;  
  52.   font-weight: bold;
  53.   font-family: tahoma, verdana; /* NC4 */
  54.  }
  55.  
  56.  pre {
  57.   font-size: 11pt;
  58.  }
  59.  
  60.  hr {
  61.   color: silver;
  62.  }
  63.  
  64.  a:link {
  65.   color: #F77B00; 
  66.   font-family: tahoma, verdana; /* NC4 */
  67.   font-size: 10pt; /* NC4 */
  68.   /* color: #FFFF00; */
  69.  }
  70.  
  71.  a:visited {
  72.   color: #F77B00;
  73.   font-family: tahoma, verdana; /* NC4 */
  74.   font-size: 10pt; /* NC4 */
  75.   /* color: #E1E113; */
  76.  }
  77.  
  78.  
  79.  /* Classes */
  80.  /* Navigation Shared Borders */
  81.  .navHeading {
  82.   font-weight: bold;
  83.   color: #00DF00; 
  84.   font-family: tahoma, verdana; /* NC4 */
  85.   font-size: 10pt; /* NC4 */
  86.  }
  87.  
  88.  .navLink {
  89.   color: white; /* NC4! */
  90.   font-family: tahoma, verdana; /* NC4 */
  91.   font-size: 10pt; /* NC4 */
  92.  }
  93.  
  94.  /* "Downloads" Table */
  95.  .tabDLPicture {
  96.   width: 100px;
  97.   padding-bottom: 10px;
  98.  }
  99.  
  100.  .tabDLText {
  101.   padding-bottom: 10px;
  102.  }
  103.  
  104.  /* Heading in Table */
  105.  .tabHeading {
  106.   background-color: black;
  107.  }