home *** CD-ROM | disk | FTP | other *** search
/ ftp.rsa.com / 2014.05.ftp.rsa.com.tar / ftp.rsa.com / pub / agents / WebAgent_53_Apache_420_042010.tar / CD / readme / styles / rel_notes_style.css
Cascading Style Sheet File  |  2010-04-23  |  796b  |  62 lines

  1. /* elements for paragraph styles */
  2. h1 { 
  3.   font-family: Arial, sans-serif; font-weight: bold
  4. ; font-size: 20pt
  5. }
  6.  
  7. h2 {
  8.     font: bold 14pt Arial, sans-serif;
  9. }
  10.  
  11. h3 {
  12.     font: bold 12pt Arial, sans-serif;
  13. }
  14.  
  15. h4 {
  16.     font: bold 10pt Arial, sans-serif;
  17. }
  18.  
  19. p,li,td { 
  20.     font: 10pt Arial, sans-serif; 
  21.     }
  22.     
  23. hr { 
  24.     height: 1px;
  25.     color: #6699CC;
  26.     }
  27.  
  28. /* elements for character styles */
  29.  
  30. b {
  31.     font-weight: bold; 
  32. }
  33.  
  34. code {
  35.     font: Courier;
  36. }
  37.  
  38. typed {
  39.     font: bold Courier;
  40. }
  41.  
  42. /* Classes that can be used with either character or paragraph styles */
  43.  
  44. .date {
  45.     font: italic 18pt "Times New Roman", Times, serif;
  46. }
  47.  
  48. .issues {
  49.     color: #FF0000;
  50.     margin-top: 2px;
  51. ; font-weight: bold
  52.     }
  53.  
  54. .top { 
  55.     font: 9pt;
  56.     text-align: right;
  57.     margin-top: -15px;
  58.     margin-bottom: 2px;
  59.     }
  60.  
  61. h2 {  clip:   rect(  1px ); margin-top: 10px}
  62.