blogexample.css 738 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. body {
  2. color: #333333;
  3. font-family: arial,sans-serif;
  4. font-size: 80%;
  5. line-height:1.5em;
  6. background-color:#FFF;
  7. min-width:750px;
  8. overflow-x: hidden;
  9. }
  10. a {
  11. text-decoration: underline;
  12. color: #528B12; /*#70BD1A;*/
  13. }
  14. .link {
  15. color: #528B12; /*#70BD1A;*/
  16. }
  17. a.blank {
  18. text-decoration: none;
  19. }
  20. a:hover {
  21. text-decoration: underline;
  22. }
  23. h4 {
  24. font-size: 1.3em;
  25. line-height: 1.8;
  26. border-top : 1px solid #528B12;
  27. padding-bottom:10px;
  28. margin-top:15px;
  29. color: #528B12;
  30. display: block;
  31. }
  32. p {
  33. font-size: 1.1em;
  34. font-weight: normal;
  35. line-height: 1.4;
  36. margin-bottom : 15px;
  37. color: #333333;
  38. }
  39. p.intro {
  40. font-size: 1.3em;
  41. font-weight: normal;
  42. line-height: 1.4;
  43. padding-bottom : 15px;
  44. color: #333333;
  45. }