summaryrefslogtreecommitdiff
path: root/local.css
blob: 5aae285ab9795cf47eb03ffd32af8b41aa0e7f66 (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. FORM#searchform {
  26. display: block;
  27. left: 85%;
  28. margin: 0;
  29. position: absolute;
  30. top: 5px;
  31. }
  32. div#pageinfo {
  33. margin: 15em 1em 1em;
  34. padding: 1em 0 0;
  35. border-top: 0;
  36. }
  37. div.actions ul {
  38. border-bottom: 0;
  39. }