site.css 609 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #poweredBy {
  2. visibility: hidden;
  3. }
  4. #leftColumn {
  5. border: none;
  6. background-color: white;
  7. }
  8. h2 {
  9. padding: 4px 4px 4px 6px;
  10. border: none;
  11. color: black;
  12. background-color: white;
  13. font-weight:normal;
  14. font-size: large;
  15. text-align: center;
  16. }
  17. h3 {
  18. padding: 4px 4px 4px 6px;
  19. border: none;
  20. color: black;
  21. background-color: white;
  22. font-weight: normal;
  23. font-size: large;
  24. }
  25. h4 {
  26. padding: 4px 4px 4px 6px;
  27. border: none;
  28. background-color: white;
  29. color: black;
  30. font-weight: normal;
  31. font-size: large;
  32. }
  33. h5 {
  34. padding: 4px 4px 4px 6px;
  35. background-color: white;
  36. color: black;
  37. }