home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2009 March / PCA223.ISO / Software / WindowsLive / wlsetup-all.exe / Writer.msi / default_css < prev    next >
Encoding:
Text File  |  2008-11-07  |  848 b   |  66 lines

  1. html
  2. {
  3.     margin: 0;
  4.     padding: 0;
  5. }
  6.  
  7. body
  8. {
  9.     margin: 0;
  10.     padding: 0;
  11. }
  12.  
  13. h1, h2, h3, h4, h5, h6 { font-weight: normal; }
  14. h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
  15. {
  16.     margin-top: 10px;
  17.     margin-bottom: 10px;
  18. }
  19.  
  20.  
  21. /* page layout */
  22.  
  23. body
  24. {
  25.     font-family: {body-font};
  26.     font-size: 14px;
  27. }
  28.  
  29. a { color: #696; font-weight: normal; }
  30. a:visited { color: #696; }
  31. a:hover { color: #acb613; }
  32.  
  33. ul ul
  34. {
  35.     margin-top: 1px;
  36.     margin-bottom: 1px;
  37. }
  38.  
  39. blockquote
  40. {
  41.     margin-top: 19px;
  42.     margin-bottom: 19px;
  43.     margin-left: 40px;
  44.     margin-right: 40px;
  45. }
  46. /*blockquote p { padding: 0px; }*/
  47.  
  48. /* the post */
  49. .post
  50. {
  51. }
  52.  
  53. /* title section of the post */
  54. .title
  55. {
  56.     margin: 10px 5px 10px 5px;
  57.     font-family: {title-font};
  58.     font-size: 20px;
  59. }
  60.  
  61. /* content section of the post */
  62. .body
  63. {
  64.     margin: 5px 5px 5px 5px;
  65. }
  66.