summaryrefslogtreecommitdiff
path: root/local.css
blob: cb343b9882736bee9bbf0a80d799f4532612e28b (plain)
  1. h1h2, h3, h4, h5, h6 {
  2. color: #00f;
  3. }
  4. a:hover {
  5. color: #00f;
  6. }
  7. DIV#topbar {
  8. float: right;
  9. margin: 0;
  10. padding: 0;
  11. text-align: center;
  12. width: 75%;
  13. }
  14. DIV#topbar a {
  15. text-decoration: none;
  16. }
  17. DIV#topbar ul {
  18. list-style-type: none;
  19. padding: 0;
  20. }
  21. DIV#topbar ul li {
  22. display: inline;
  23. margin: 0 5%;
  24. }
  25. div#topbar p {
  26. float: left;
  27. }
  28. div#pageinfo {
  29. margin: 15em 1em 1em;
  30. padding: 1em 0 0;
  31. border-top: 0;
  32. }
  33. div.actions ul {
  34. border-bottom: 0;
  35. }