summaryrefslogtreecommitdiff
path: root/local.css
blob: 554dc0917bfad7322cbdcdc172f1caa91bef4682 (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#sidebar {
  33. float: left;
  34. margin-top: 6em;
  35. margin-left: 2%;
  36. width: 16%;
  37. padding: 0px;
  38. color: Black;
  39. text-transform: lowercase;
  40. font-weight: bold;
  41. }
  42. DIV#sidebar UL {
  43. margin: 0px;
  44. padding: 0px;
  45. }
  46. DIV#sidebar UL LI {
  47. line-height: 2;
  48. list-style-type: none;
  49. }
  50. DIV#sidebar UL LI SPAN.selflink {
  51. color: #c03;
  52. }
  53. DIV#sidebar UL UL LI {
  54. margin-left: 10%;
  55. }
  56. DIV#sidebar A {
  57. text-decoration: none;
  58. }
  59. div#pageinfo {
  60. margin: 15em 1em 1em;
  61. padding: 1em 0 0;
  62. border-top: 0;
  63. }
  64. div.actions ul {
  65. border-bottom: 0;
  66. }