home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 August / EnterCD 8_2002.iso / Internet / Adobe GoLive 6.0 / data1.cab / PF_AppDir_Settings_TextMacros / CSS / CSSSource.macro
Encoding:
Text File  |  2002-03-28  |  161 b   |  10 lines

  1. ; CSS macros
  2.  
  3. selection    = %
  4.  
  5. a            '%a:link% { color: blue; }
  6. a:hover { color: red; }
  7. a:visited { color: green; }'
  8.  
  9. body        '%body% { background: white; }'
  10.