home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / python-xml / xmlproc / standard.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-07-06  |  684 b   |  41 lines

  1.  
  2. /*
  3.  
  4.    CSS style sheet for my web pages.
  5.  
  6. */
  7.  
  8. BODY {
  9.   margin-left: 10%; margin-right: 10%; margin-top: 24pt; margin-bottom: 12pt;
  10. }
  11.  
  12. H1 {
  13.   background: navy; color: white; padding: 3pt;
  14.   padding-left: 7pt;
  15.   font-family: Tahoma, Helvetica, sans-serif; margin-bottom: 24pt
  16. }
  17.  
  18. H2, H3, H4, H5, H6 {
  19.   font-family: Tahoma, Helvetica, sans-serif  
  20. }
  21.  
  22. ADDRESS {
  23.   background: navy; color: white; padding: 3pt; 
  24.   font-size: small; font-style: italic;
  25. }
  26.  
  27. .warning {
  28.   font-weight: bold; color: red
  29. }
  30.  
  31. .warning:before {
  32.   content: "Warning: "; font-weight: bold; color: red
  33. }
  34.  
  35. ADDRESS A:link {
  36.   color: white;
  37. }
  38.  
  39. ADDRESS A:visited {
  40.   color: #DDD;
  41. }