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 / artikler.css next >
Encoding:
Cascading Style Sheet File  |  2006-07-06  |  1.7 KB  |  62 lines

  1.  /* --- COMMON TO ALL ARTICLES --- */
  2.  
  3. BODY { margin-left: 15%; margin-right: 15%; margin-top: 5%;  
  4.        text-align: justify; background: white none; color: black }
  5.  
  6. DFN  { font-style: italic }
  7.  
  8. CODE { color: #0000AA; background: white none; }
  9.  
  10. H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, Sans-Serif;
  11.                 text-align: left }
  12.  
  13. H1   { text-align: center } /* Overrides above rule as it appears below it */
  14.  
  15. .subtitle { text-align: center; font-size: 60% }
  16.  
  17. H2   { padding-top: 2em }
  18.  
  19. DT   { font-weight: bold }
  20.  
  21. .uferdig   { color: #AA0000     } /* Used for parts not yet finished */
  22.  
  23. P.center   { text-align: center }
  24. P.author   { text-align: center }
  25. P.contents { text-align: center; padding-bottom: 2em }
  26. P.note       { background: white none; color: #AA0000; font-weight: bold }
  27.  
  28. DL      { margin-left: 5% }
  29. DT      { font-weight: bold }
  30. DD      { padding-bottom: 0.7em }
  31.  
  32. PRE      { background: white none; color: #0000AA }
  33.  
  34. A:link      { background: white none; color: #0000EE }
  35. A:visited { background: white none; color: #551A8B }
  36.  
  37. HR        { padding-top: 1em }
  38.  
  39. ADDRESS   { font-size: small; font-style: italic }
  40.  
  41. DIV.partof     { font-size: small; text-align: right }
  42.  
  43. #problemstilling { margin-left: 4%; margin-right: 4%; font-style: italic }
  44.  
  45. BLOCKQUOTE { margin-left: 5%; font-style: italic; font-size: small }
  46.  
  47. P.origin   { text-align: right; margin-left: 10% }
  48.  
  49. P.termdef  { margin-left: 10%; margin-right: 10%;
  50.              background-color: #f5dcb3; border-width: 1px;
  51.              padding: 15px }
  52.  
  53. UL  { text-align: left }
  54.  
  55. /* --- ONLY FOR THE CSS INTRO --- */
  56.  
  57. LI.serif      { font-family: serif      }
  58. LI.sans-serif { font-family: sans-serif }
  59. LI.fantasy    { font-family: fantasy    }
  60. LI.monospace  { font-family: monospace  }
  61. LI.cursive    { font-family: cursive    }
  62.