summaryrefslogtreecommitdiff
path: root/website/local.css
blob: b9d7287da9cea50b422641f7d84a98aad169bf6e (plain)
  1. h2 {
  2. -moz-border-radius-topleft:4px;
  3. -moz-border-radius-topright:4px;
  4. background-color:#B67B4E;
  5. color:black;
  6. display:block;
  7. font-weight:bold;
  8. padding:0 0 0 10px;
  9. }
  10. body {
  11. color:#3F403F;
  12. font-family:"Liberation Sans",sans-serif;
  13. font-size:0.95em;
  14. }
  15. *|*:visited
  16. color:#f6a464;
  17. }
  18. *|*:-moz-any-link {
  19. text-decoration:none;
  20. }
  21. :-moz-any-link {
  22. cursor:pointer;
  23. }
  24. a:link {
  25. color: #CC6600;
  26. text-deoration: none;
  27. }
  28. a:visited {
  29. color: #c2772b;
  30. }
  31. a:hover {
  32. text-decoration: underline;
  33. }
  34. pre {
  35. background: #ddd;
  36. border: 1px solid #aaa;
  37. padding: 3px 3px 3px 3px;
  38. margin-left: 2em;
  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. }
  55. table.sitenav span.selflink {
  56. font-weight: bold;
  57. text-decoration: underline;
  58. margin-right: 1em;
  59. }
  60. div.header {
  61. text-align: right;
  62. }
  63. div.actions {
  64. text-align: right;
  65. }