home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / chip-cd_2000_02.zip / 02 / software / shareware / watznew / watznew.chm / style.css < prev   
Cascading Style Sheet File  |  1999-11-26  |  4KB  |  260 lines

  1. <STYLE type="text/css">
  2. <!--
  3.  
  4. BODY {
  5.   font-family: Tahoma, Arial, Helvetica;
  6.   margin-top: 8px;
  7.   margin-bottom: 8px;
  8.   margin-left: 8px;
  9.   margin-right: 8px;
  10.   color: black;
  11.   background-color: #6699CC;
  12.   cursor: default;
  13.   }
  14.  
  15. TD {
  16.   font-family: Tahoma, Arial, Helvetica;
  17.   font-size: 9pt;
  18.   }
  19.  
  20. TD.FRAME {
  21.   background-color: #000000;
  22.   }
  23.  
  24. TD.BODY {
  25.   background-color: #FFFFFF;
  26.   }
  27.  
  28. TD.LEFT {
  29.   background-color: #CCCCCC;
  30.   }
  31.  
  32. TD.QUOTE {
  33.   background-color: #EEEEEE;
  34.   }
  35.  
  36. TD.ESSENTIAL {
  37.   background-color: #DDDDDD;
  38.   }
  39.  
  40. TD.INFO {
  41.   background-color: #FFFFDD;
  42.   }
  43.  
  44. TD.CODE {
  45.   background-color: #EEEEEE;
  46.   }
  47.  
  48. TD.RED {
  49.   background-color: #FF6600;
  50.   }
  51.  
  52. TD.BANNER_OLD {
  53.   background-color: #EEEEEE;
  54.   }
  55.  
  56. TD.MENU    {
  57.   background-color: #EEEEEE;
  58.   height: 20px;
  59.   }
  60.  
  61. TD.CMENU {
  62.   background-color: #FFCC00;
  63.   height: 20px;
  64.   font-weight: bold;
  65.   }
  66.  
  67. TD.FORMCAPTION {
  68.   background-color: #000000;
  69.   color: #FFFFFF;
  70.   height: 20px;
  71.   font-weight: bold;
  72.   }
  73.  
  74. TD.COPYRIGHT {
  75.   background-color: #FFCC00;
  76.   }
  77.  
  78. P {
  79.   font-family: Arial, Tahoma, Helvetica;
  80.   font-size: 9pt;
  81.   line-height: 16pt;
  82.   cursor: default;
  83.   margin-top: 6px;
  84.   margin-bottom: 6px;
  85.   }
  86.  
  87. P.LAST {
  88.   margin-top: 6px;
  89.   margin-bottom: 0px;
  90.   }
  91.  
  92. P.LIST {
  93.   text-align : justify;
  94.   line-height: 12pt;
  95.   margin-top: 0px;
  96.   margin-bottom: 0px;
  97.   }
  98.  
  99. P.CHANNELLIST {
  100.   text-align : justify;
  101.   line-height: 12pt;
  102.   margin-top: 3px;
  103.   margin-bottom: 3px;
  104.   }
  105.  
  106. P.QUOTE {
  107.   font-family: Comic Sans MS, Arial, Tahoma, Helvetica;
  108.   font-size: 8pt;
  109.   line-height: 13pt;
  110.   text-align : justify;
  111.   margin-top: 0px;
  112.   margin-bottom: 0px;
  113.   }
  114.  
  115. P.MONOSPACE    {
  116.   font-family: Courier New, Courier;
  117.   font-size: 10pt;
  118.   line-height: 13pt;
  119.   margin-top: 0px;
  120.   margin-bottom: 0px;
  121.   }
  122.  
  123. P.CODE    {
  124.   font-family: Courier New, Courier;
  125.   font-size: 10pt;
  126.   line-height: 13pt;
  127.   color: maroon;
  128.   margin-left: 30px;
  129.   }
  130.  
  131. P.ESSENTIAL    {
  132.   font-family: Arial, Tahoma, Helvetica;
  133.   font-size: 9pt;
  134.   line-height: 14pt;
  135.   text-align : justify;
  136.   margin-top: 0px;
  137.   margin-bottom: 0px;
  138.   }
  139.     
  140. P.TITLE {
  141.   font-family: Tahoma, Arial, Helvetica;
  142.   font-size: 17pt;
  143.   font-weight: bold;
  144.   margin-top: 0px;
  145.   margin-bottom: 15px;
  146.   }
  147.  
  148. P.SUBTITLE {
  149.   font-family: Arial, Tahoma, Helvetica;
  150.   font-size: 14pt;
  151.   font-weight: bold;
  152.   margin-top: 15px;
  153.   margin-bottom: 6px;
  154.   color: #006600;
  155.   }
  156.  
  157. P.INDEX {
  158.   font-family: Arial, Tahoma, Helvetica;
  159.   font-size: 14pt;
  160.   font-weight: bold;
  161.   margin-top: 15px;
  162.   margin-bottom: 6px;
  163.   color: #3366CC;
  164.   }
  165.  
  166. A, A:VISITED, A:LINK {
  167.   text-decoration: none;
  168.   color: #006600;
  169.   }
  170.  
  171. A:HOVER {
  172.   color: #009900;
  173.   }
  174.  
  175. A.MENU, A.MENU:VISITED, A.MENU:LINK {
  176.   text-decoration: none;
  177.   color: black;
  178.   }
  179.  
  180. A.MENU:HOVER {
  181.   color: black;
  182.   font-weight: bold;
  183.   }
  184.  
  185. A.MAIL, A.MAIL:VISITED, A.MAIL:LINK {
  186.   text-decoration: none;
  187.   color: maroon;
  188.   }
  189.  
  190. A.MAIL:HOVER {
  191.   color: #CC0000;
  192.   }
  193.  
  194. INPUT.BTN {
  195.   font-family: Tahoma, Arial, MS Sans Serif;
  196.   font-size: 8pt;
  197.   font-weight: bold;
  198.   width: 100px;
  199.   height: 23px;
  200.   }
  201.     
  202. INPUT.REGBTN {
  203.   font-family: Tahoma, Arial, MS Sans Serif;
  204.   font-size: 8pt;
  205.   font-weight: bold;
  206.   width: 150px;
  207.   height: 23px;
  208.   }
  209.     
  210. .J {
  211.   text-align : justify;
  212.   }
  213.  
  214. .RED {
  215.   font-family: Tahoma, Arial, Helvetica;
  216.   font-size: 9pt;
  217.   color: maroon;
  218.   }
  219.  
  220. .MONO {
  221.   font-family: Courier New, Courier;
  222.   font-size: 10pt;
  223.   }
  224.  
  225. .CODE {
  226.   font-family: Courier New, Courier;
  227.   font-size: 10pt;
  228.   color: maroon;
  229.   }
  230.  
  231. .SMALL {
  232.   font-size: 8pt;
  233.   line-height: 9pt;
  234.   }
  235.  
  236. .SMALLEST {
  237.   font-family: Tahoma, Arial, Helvetica;
  238.   font-size: 7pt;
  239.   line-height: 8pt;
  240.   }
  241.  
  242. .CHANNELTITLE {
  243.   font-family: Tahoma, Arial, Helvetica;
  244.   font-size: 8pt;
  245.   font-weight: bold;
  246.   }
  247.  
  248. .SYMBOL {
  249.   font-family: Symbol;
  250.   font-size: 10pt;
  251.   }
  252.  
  253. .WINGDINGS {
  254.   font-family: Wingdings;
  255.   font-size: 10pt;
  256.   }
  257.  
  258. -->
  259. </STYLE>
  260.