styles.css 369 B

123456789101112131415161718192021222324
  1. body, html {
  2. height: 100%; margin: 0px;
  3. font-family: verdana,helvetica,tahoma,sans-serif;
  4. font-size: 10pt;
  5. }
  6. .maindiv {
  7. background-color: #F2F2F2
  8. }
  9. .Wt-itemview {
  10. background-color: white;
  11. border: 1px solid #98B0D0;
  12. }
  13. .title {
  14. font-weight: bold;
  15. }
  16. .about {
  17. background-color: white;
  18. border: 1px solid #98B0D0;
  19. font-size: 80%;
  20. }