summaryrefslogtreecommitdiff
path: root/website/local.css
blob: 76a04c3da6595c07b25e514912abe398df0f18dc (plain)
  1. h1 {
  2. -moz-border-radius: 4px;
  3. background-color: #B67B4E;
  4. color: black;
  5. display: block;
  6. font-weight: bold;
  7. padding: 0 0 0 10px;
  8. }
  9. h2 {
  10. -moz-border-radius: 4px;
  11. background-color: #B67B4E;
  12. color: black;
  13. display: block;
  14. font-weight: bold;
  15. padding: 0 0 0 10px;
  16. }
  17. body {
  18. color: #3F403F;
  19. font-family: "Liberation Sans",sans-serif;
  20. font-size: 0.95em;
  21. }
  22. *|*:visited
  23. color: #f6a464;
  24. }
  25. *|*:-moz-any-link {
  26. text-decoration: none;
  27. }
  28. :-moz-any-link {
  29. cursor: pointer;
  30. }
  31. a:link {
  32. color: #CC6600;
  33. text-deoration: none;
  34. }
  35. a:visited {
  36. color: #c2772b;
  37. }
  38. a:hover {
  39. text-decoration: underline;
  40. }
  41. pre {
  42. background: #ddd;
  43. border: 1px solid #aaa;
  44. padding: 3px 3px 3px 3px;
  45. margin-left: 2em;
  46. overflow: auto;
  47. }
  48. table.sitenav {
  49. border-bottom: 2px solid black;
  50. padding: 0px;
  51. width: 100%;
  52. font-size: larger;
  53. }
  54. table.sitenav img.logo {
  55. margin: 0px;
  56. padding: 0px;
  57. vertical-align: bottom;
  58. }
  59. table.sitenav a {
  60. font-weight: bold;
  61. margin-right: 1em;
  62. font-size: smaller;
  63. }
  64. td#sitenav {
  65. vertical-align: bottom;
  66. }
  67. table.sitenav span.selflink {
  68. font-weight: bold;
  69. text-decoration: underline;
  70. margin-right: 1em;
  71. font-variant: small-caps;
  72. }
  73. div.header {
  74. text-align: right;
  75. display: none;
  76. }
  77. div.actions {
  78. text-align: right;
  79. display: none;
  80. }
  81. #sidebar {
  82. line-height: normal;
  83. width: 100%;
  84. float: none;
  85. margin: 0;
  86. padding: 0;
  87. }
  88. /* align main paragraphs to the right side of the monkey's finger */
  89. div#content > p {
  90. margin-left: 18px;
  91. margin-right: 5em;
  92. }