home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / internet / denjisa / css / e.css
Encoding:
Cascading Style Sheet File  |  2002-09-17  |  1.5 KB  |  71 lines

  1. <style type="text/css">    
  2.      <!--
  3.     A:link, A:visited  {
  4.     text-decoration : underline;
  5.     Color : #E0FFFF;
  6.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  7.     font-weight : bold;
  8.     font-size : 10px;
  9. }
  10.      
  11.      A:hover  {
  12.     font-weight : bold;
  13.     Color : White;
  14.     text-decoration : underline;
  15.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  16.     font-size : 10px;
  17. }
  18.      
  19.      A:active  {
  20.      font-weight : normal;
  21.      Color : #E0FFFF;
  22.      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  23.     font-weight : normal;
  24.     font-size : 10px;
  25.      }
  26.     -->
  27.     
  28.     .design  {
  29.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  30.     color : White;
  31.     font-weight : bold;
  32.     font-size : 10px;
  33.     font-style : normal;
  34.     
  35. }
  36.  
  37. .design1  {
  38.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  39.     color : #E0FFFF;
  40.     font-weight : normal;
  41.     font-size :10px;
  42.     font-style : normal;
  43. }
  44.  
  45. .design2  {
  46.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  47.     color : White;
  48.     font-weight : bold;
  49.     font-size :11px;
  50.     font-style : normal;
  51. }
  52.  
  53. .design3  {
  54.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  55.     color : White;
  56.     font-weight : normal;
  57.     font-size :9px;
  58.     font-style : normal;
  59. }
  60.  
  61.  
  62.  
  63. .body {
  64.  scrollbar-shadow-color: #000034;
  65.  scrollbar-face-color: #336799;
  66.  scrollbar-track-color: #99CDFF;
  67.  scrollbar-highlight-color: #99CDFF;
  68.  scrollbar-3dlight-color: #000034;
  69.  scrollbar-darkshadow-color: #000000;
  70.  scrollbar-arrow-color: #000034;
  71.  }