summaryrefslogtreecommitdiff
path: root/website/local.css
blob: afecdbacf9ffcac6a64938d23300ec05cac3a59c (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: 38px;
  46. margin-right: 5em;
  47. overflow: auto;
  48. }
  49. table.sitenav {
  50. border-bottom: 2px solid black;
  51. padding: 0px;
  52. width: 100%;
  53. font-size: larger;
  54. }
  55. table.sitenav img.logo {
  56. margin: 0px;
  57. padding: 0px;
  58. vertical-align: bottom;
  59. }
  60. table.sitenav a {
  61. font-weight: bold;
  62. margin-right: 1em;
  63. font-size: smaller;
  64. }
  65. /* trying to align the sitenav links roughly with the text in the monkeysphere logo */
  66. td#sitenav {
  67. vertical-align: bottom;
  68. padding-bottom: 30px;
  69. }
  70. table.sitenav span.selflink {
  71. font-weight: bold;
  72. text-decoration: underline;
  73. margin-right: 1em;
  74. font-variant: small-caps;
  75. }
  76. div.header {
  77. text-align: right;
  78. display: none;
  79. }
  80. div.actions {
  81. text-align: right;
  82. display: none;
  83. }
  84. #sidebar {
  85. line-height: normal;
  86. width: 100%;
  87. float: none;
  88. margin: 0;
  89. padding: 0;
  90. }
  91. /* align main paragraphs to the right side of the monkey's finger */
  92. div#content > p {
  93. margin-left: 18px;
  94. margin-right: 5em;
  95. }