home *** CD-ROM | disk | FTP | other *** search
/ Pleasure 76 / OTACD76.bin / archive / game / PsxMC323 / PsxMC_Manual / ie.css < prev    next >
Cascading Style Sheet File  |  2002-12-07  |  2KB  |  47 lines

  1. /*  Basic Style (Internet Explorer)  */
  2.  
  3. A:link    {color:#1900FF; text-decoration:none;}
  4. A:visited {color:#1900FF; text-decoration:none;}
  5. A:active  {color:#FF2080; text-decoration:none;}
  6. A:hover   {color:#FF2080; text-decoration:underline overline;
  7.            position:relative; top:1; left:1;}
  8. A.menu:hover {width:100%; filter:blur(add=1,direction=135,strength=3);}
  9.  
  10. BODY,TH,TD,TT {font-size:x-small;}
  11.  
  12. BODY {
  13.     scrollbar-face-color:      #FFF5BE;
  14.     scrollbar-track-color:     #FCFCE8;
  15.     scrollbar-arrow-color:     #0070FF;
  16.     scrollbar-highlight-color: #FFFFFF;
  17.     scrollbar-shadow-color:    #999372;
  18.     scrollbar-3dlight-color:   #BEB47D;
  19.     scrollbar-darkshadow-color:#BEB47D;
  20. }
  21.  
  22. H1 {font-size:1.95em;}
  23. H2 {font-size:1.5em;}
  24. H3 {font-size:1.2em;}
  25. H4 {font-size:1em;}
  26. H5 {font-size:0.75em;}
  27. H6 {font-size:0.65em;}
  28.  
  29. FONT.size1 {font-size:0.65em;}
  30. FONT.size2 {font-size:0.75em;}
  31. FONT.size3 {font-size:1em;}
  32. FONT.size4 {font-size:1.2em;}
  33. FONT.size5 {font-size:1.5em;}
  34. FONT.size6 {font-size:1.95em;}
  35. FONT.size7 {font-size:3em;}
  36.  
  37. FONT.arial     {font-family:"Arial", "Helvetica";}
  38. FONT.times     {font-family:"Times New Roman", "Times";}
  39. FONT.courier   {font-family:"Courier New", "Courier";}
  40. FONT.impact    {font-family:"Impact", "Arial", "Helvetica";}
  41. FONT.verdana   {font-family:"Verdana", "Arial", "Helvetica";}
  42. FONT.trebuchet {font-family:"Trebuchet MS", "Arial", "Helvetica";}
  43.  
  44. .Shadow     {width:100%; filter:shadow(color=#333333,direction=135);}
  45. .DropShadow {width:100%; filter:dropShadow(color=#333333,offx=2,offy=2);}
  46. .Blur       {width:100%; filter:blur(add=1,direction=225,strength=4);}
  47.