summaryrefslogtreecommitdiff
path: root/local.css
blob: ff1c5453477e0a8a528f60f02a5e91003d2287a2 (plain)
  1. /* ikiwiki local style sheet */
  2. BODY {
  3. background-color: #84854c;
  4. }
  5. A {
  6. font-weight: normal;
  7. }
  8. A:hover,
  9. A:visited {
  10. color: #660000;
  11. }
  12. A:link {
  13. color: #9c0000;
  14. }
  15. DIV#container {
  16. }
  17. DIV#branding {
  18. margin-left: 5%;
  19. font-size: x-large;
  20. }
  21. DIV#branding-logo,
  22. DIV#branding-tagline,
  23. DIV.pagecopyright P,
  24. DIV.pagelicense P {
  25. display: inline;
  26. }
  27. DIV#branding-logo a {
  28. color: white;
  29. font-weight: bold;
  30. }
  31. DIV.topbar,
  32. DIV.pagerights,
  33. DIV.pagedate {
  34. margin: 0 5%;
  35. margin-top: 0;
  36. padding: 0 .3em;
  37. background: #9c9c63;
  38. text-align: right;
  39. font-size: small;
  40. }
  41. DIV.topbar P,
  42. DIV.pagerights P,
  43. DIV.pagedate P {
  44. line-height: 1.2em;
  45. }
  46. DIV#pagebody {
  47. float: left;
  48. width: 100%;
  49. }
  50. DIV#content {
  51. margin: 0 10% 0 15%;
  52. background-image: url(pictoman_big.gif);
  53. background-attachment: fixed;
  54. background-repeat: no-repeat;
  55. background-position: 80%;
  56. }
  57. DIV.sidebar {
  58. float: left;
  59. background-color: inherit;
  60. width: 15%;
  61. margin-left: -100%;
  62. text-align: right;
  63. }
  64. DIV.farbar {
  65. float: left;
  66. width: 10%;
  67. margin-left: -10%;
  68. }
  69. DIV#pageinfo {
  70. border-top: 0 none;
  71. }
  72. DIV#backlinks {
  73. display: none;
  74. }
  75. DIV.pagecopyright,
  76. DIV.pagelicense,
  77. DIV.pagedate {
  78. margin-top: 0;
  79. }
  80. DIV.pagecopyright P,
  81. DIV.pagelicense P {
  82. display: inline;
  83. }