summaryrefslogtreecommitdiff
path: root/local.css
blob: f50afb19faff0cd23f40a7b8d6fd181b7266a809 (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: #00f;
  52. }
  53. DIV#sidebar UL UL LI {
  54. margin-left: 10%;
  55. }
  56. DIV#sidebar A {
  57. text-decoration: none;
  58. }
  59. DIV#wrapper{
  60. float: right;
  61. width: 80%;
  62. }
  63. DIV#content {
  64. clear: both;
  65. margin: 0 10%;
  66. padding: 0;
  67. max-width: 50em;
  68. min-height: 45em;
  69. }
  70. div#pageinfo {
  71. margin: 15em 1em 1em;
  72. padding: 1em 0 0;
  73. border-top: 0;
  74. }
  75. div.actions ul {
  76. border-bottom: 0;
  77. }