summaryrefslogtreecommitdiff
path: root/website/local.css
blob: f7a20060def5e74b710525dc267ce6824bb8a2c7 (plain)
  1. h2 {
  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. body {
  10. color: #3F403F;
  11. font-family: "Liberation Sans",sans-serif;
  12. font-size: 0.95em;
  13. }
  14. *|*:visited
  15. color: #f6a464;
  16. }
  17. *|*:-moz-any-link {
  18. text-decoration: none;
  19. }
  20. :-moz-any-link {
  21. cursor: pointer;
  22. }
  23. a:link {
  24. color: #CC6600;
  25. text-deoration: none;
  26. }
  27. a:visited {
  28. color: #c2772b;
  29. }
  30. a:hover {
  31. text-decoration: underline;
  32. }
  33. pre {
  34. background: #ddd;
  35. border: 1px solid #aaa;
  36. padding: 3px 3px 3px 3px;
  37. margin-left: 2em;
  38. overflow: auto;
  39. }
  40. table.sitenav {
  41. border-bottom: 2px solid black;
  42. padding: 0px;
  43. width: 100%;
  44. font-size: larger;
  45. }
  46. table.sitenav img.logo {
  47. margin: 0px;
  48. padding: 0px;
  49. vertical-align: bottom;
  50. }
  51. table.sitenav a {
  52. font-weight: bold;
  53. margin-right: 1em;
  54. font-variant: small-caps;
  55. }
  56. table.sitenav span.selflink {
  57. font-weight: bold;
  58. text-decoration: underline;
  59. margin-right: 1em;
  60. font-variant: small-caps;
  61. }
  62. div.header {
  63. text-align: right;
  64. display: none;
  65. }
  66. div.actions {
  67. text-align: right;
  68. display: none;
  69. }
  70. #sidebar {
  71. line-height: normal;
  72. width: 100%;
  73. float: none;
  74. margin: 0;
  75. padding: 0;
  76. }