summaryrefslogtreecommitdiff
path: root/website/local.css
blob: 5a5fceb086cfaaef906bb01816448173cf11054b (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. /* trying to align the sitenav links roughly with the text in the monkeysphere logo */
  65. td#sitenav {
  66. vertical-align: bottom;
  67. padding-bottom: 30px;
  68. }
  69. table.sitenav span.selflink {
  70. font-weight: bold;
  71. text-decoration: underline;
  72. margin-right: 1em;
  73. font-variant: small-caps;
  74. }
  75. div.header {
  76. text-align: right;
  77. display: none;
  78. }
  79. div.actions {
  80. text-align: right;
  81. display: none;
  82. }
  83. #sidebar {
  84. line-height: normal;
  85. width: 100%;
  86. float: none;
  87. margin: 0;
  88. padding: 0;
  89. }
  90. /* align main paragraphs to the right side of the monkey's finger */
  91. div#content > p {
  92. margin-left: 18px;
  93. margin-right: 5em;
  94. }