home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Wtestowe / Visupage / vpage.bin / whimsical.css < prev   
Cascading Style Sheet File  |  1998-05-12  |  1KB  |  67 lines

  1. P     {
  2.             Font-Family : Comic Sans MS ;
  3.             Color : #FF6666
  4.         }
  5. H1     {
  6.             Text-Align : Center ;
  7.             Font-Family : Comic Sans MS ;
  8.             Color : #FFCCFF ;
  9.             Background-Color : #660033
  10.         }
  11. H2     {
  12.             Text-Indent : 0.500000in              ;
  13.             Border-Color : rgb(153,0,102) rgb(153,0,102) rgb(153,0,102) rgb(153,0,102)              ;
  14.             Border-Style : Groove Groove Groove Groove  ;
  15.             Text-Align : Center ;
  16.             Font-Family : Comic Sans MS ;
  17.             Color : #FF99FF
  18.         }
  19. H3     {
  20.             Text-Align : Center ;
  21.             Font-Family : Comic Sans MS ;
  22.             Color : fuchsia ;
  23.             Text-Decoration : Underline
  24.         }
  25. H4     {
  26.             Text-Align : Center ;
  27.             Font-Family : Comic Sans MS ;
  28.             Color : #3366FF ;
  29.             Font-Style : Italic
  30.         }
  31. H5     {
  32.             Text-Align : Center ;
  33.             Font-Family : Comic Sans MS ;
  34.             Color : #CC0099 ;
  35.             Text-Decoration : Blink
  36.         }
  37. H6     {
  38.             Text-Transform : UpperCase  ;
  39.             Text-Align : Center ;
  40.             Font-Family : Comic Sans MS ;
  41.             Color : teal ;
  42.             Font-Weight : Bold
  43.         }
  44. UL     {
  45.             List-Style-Type : Disc ;
  46.             Font-Family : Comic Sans MS ;
  47.             Color : #FF00CC
  48.         }
  49. BODY     {
  50.             Background-Color : #FFCCCC
  51.         }
  52. :link     {
  53.             Font-Family : Comic Sans MS ;
  54.             Color : #FF6666 ;
  55.             Text-Decoration : Underline
  56.         }
  57. :active     {
  58.             Font-Family : Comic Sans MS ;
  59.             Color : #CC9900 ;
  60.             Text-Decoration : Underline
  61.         }
  62. :visited     {
  63.             Font-Family : Comic Sans MS ;
  64.             Color : #00CCFF ;
  65.             Text-Decoration : Underline
  66.         }
  67.