summaryrefslogtreecommitdiff
path: root/local.css
blob: 060c462d615e4172c98ea65e7da33e525df97428 (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.topbar UL {
  47. list-style-type: none;
  48. padding: 0;
  49. }
  50. DIV.topbar UL LI {
  51. display: inline;
  52. }
  53. DIV#pagebody {
  54. float: left;
  55. width: 100%;
  56. }
  57. DIV#content {
  58. margin: 0 10% 0 15%;
  59. background-image: url(pictoman_big.gif);
  60. background-attachment: fixed;
  61. background-repeat: no-repeat;
  62. background-position: 80%;
  63. }
  64. DIV.sidebar {
  65. float: left;
  66. background-color: inherit;
  67. width: 15%;
  68. border: none;
  69. margin-left: -100%;
  70. text-align: right;
  71. }
  72. DIV.farbar {
  73. float: left;
  74. width: 10%;
  75. margin-left: -10%;
  76. }
  77. DIV#pageinfo {
  78. border-top: 0 none;
  79. }
  80. DIV#backlinks {
  81. display: none;
  82. }
  83. DIV.pagecopyright,
  84. DIV.pagelicense,
  85. DIV.pagedate {
  86. margin-top: 0;
  87. }
  88. DIV.pagecopyright P,
  89. DIV.pagelicense P {
  90. display: inline;
  91. }