home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 November / EnterCD 11_2004.iso / Enter / config / style.sas < prev   
Encoding:
Text File  |  2004-08-23  |  1.0 KB  |  30 lines

  1. =============== macro =================
  2. {space2:  }
  3. {hr:<hr size=1 noshade>}
  4.  
  5. ================ query ================
  6.  
  7. {Style:
  8. <style type="text/css">
  9. * \123 font-family: sans-serif; font-size: 9pt; line-heigt: 1.3em;\125
  10. body \123 margin: 1em 0;\125
  11. .tyt  \123 font-size: 1.8em; font-weight: bold;\125 
  12. .prog \123 font-size:120%;font-weight:bold;text-decoration:none;\125
  13. .p \123 margin-top: .5em \125
  14. .tt \123 font-family: monospace; font-size: 1.3em; color: <+navy>;\125
  15. .sub \123 font-size: 7pt; text-transform: uppercase; \125
  16. .pp \123 padding-left:1em;padding-right:1em \125
  17. .inp \123 background-color:<+input_color>; font-size:90% \125 
  18. .warn \123 color: maroon; font-family: sans-serif; \125
  19. .err \123 color: red; font-family: sans-serif; font-weight: bold;\125
  20. form \123 display: inline;\125
  21. img \123 border: 0;\125
  22. td \123 text-align:top \125
  23. a:visited \123 color: <+navy>;\125
  24. a:active \123 color: <+red>;\125
  25. a:link \123 color: <+navy>;\125
  26. a:hover \123 color: <+red>;\125 
  27. </style>
  28. }
  29.  
  30.