home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 June / june_2001.iso / Html / EasyStyle / _SETUP.1 / example3.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-04-13  |  1.4 KB  |  97 lines

  1. <!-- This stylesheet was created by EasyStyle -->
  2. <STYLE TYPE="text/css">
  3. <!--
  4.     BODY {
  5.         color: black;
  6.         font: 11px Verdana, Arial, sans-serif;
  7.         margin: 0px 4px 0px 0px;
  8.         background-color:  White;
  9.     }
  10.  
  11.     Table {
  12.         color: navy;
  13.         font: 11px Verdana, Arial, sans-serif;
  14.         margin: 0px 0px 0px 5px;
  15.         width: 280px;
  16.         background-color: White;
  17.     }
  18.  
  19.     TH {
  20.         background: #DCDCDC;
  21.         color: black;
  22.     }
  23.  
  24.     TD {
  25.         font: 11px Verdana, Arial, sans-serif;
  26.     }
  27.  
  28.     h1 {
  29.         background: white;
  30.         color: #4682B4;
  31.         margin: 0px 5px 0px 5px;
  32.         font: bold 20px;
  33.     }
  34.  
  35.     h2 {
  36.         background: #0f5085;
  37.         color: white;
  38.         margin: 0px 0 4px 0;
  39.         font: normal 18px sans-serif;
  40.         padding:  4px 2px 4px 4px;
  41.     }
  42.  
  43.     h3 {
  44.         background: white;
  45.         color: #483D8B;
  46.         font: normal bold 12px;
  47.         margin: 11px;
  48.     }
  49.  
  50.     LI  {
  51.         list-style: disc;
  52.     }
  53.  
  54.     UL {    
  55.         margin-top:  5px;
  56.         margin-bottom:  5px;
  57.     }
  58.  
  59.     DT {
  60.         margin: 0px 5px 0px 5px;
  61.         font: bold 100%;
  62.     }
  63.  
  64.     A {
  65.         color: #0000FF;
  66.         text-decoration: none;
  67.     }
  68.  
  69.     A:Hover {
  70.         color: #DC143C;
  71.         text-decoration: underline;
  72.     }
  73.  
  74.     Pre {
  75.         background: #FFFFE0;
  76.         color: #2F4F4F;
  77.         font: 11px sans-serif;
  78.         margin: 5px 0 5px 20px;
  79.         padding: 3px;
  80.     }
  81.  
  82.     P {
  83.         margin: 5px 0 5px 11px;
  84.     }
  85.  
  86.     DIV {
  87.         margin: 2px 0 2px 11px;
  88.     }
  89.  
  90.     Strong {
  91.         background: white;
  92.         color: #8B0000;
  93.         font: bold 100%;
  94.     }
  95. -->
  96. </STYLE>
  97.