summaryrefslogtreecommitdiff
path: root/local.scss
blob: c4cafe703c653126757703fd662250f868addb67 (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.page {
  16. margin: 3% 5%;
  17. }
  18. DIV.branding {
  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.header,
  32. DIV.pagedate {
  33. font-size: 14px;
  34. }
  35. DIV.header,
  36. DIV.header FORM#searchform {
  37. position: absolute;
  38. top: .5em;
  39. }
  40. DIV.header {
  41. width: 90%;
  42. }
  43. DIV.header FORM#searchform {
  44. right: 0;
  45. }
  46. DIV.pageheader DIV.actions {
  47. position: absolute;
  48. }
  49. DIV.pageheader DIV.actions UL,
  50. DIV.pageheader DIV#otherlanguages {
  51. border-bottom: inherit;
  52. }
  53. DIV.topbar,
  54. DIV.pagerights,
  55. DIV.pagedate {
  56. margin-top: 0;
  57. padding: 0 .3em;
  58. background: #9c9c63;
  59. text-align: right;
  60. }
  61. DIV.topbar,
  62. DIV.pagerights {
  63. font-size: small;
  64. }
  65. DIV.topbar P,
  66. DIV.pagerights P,
  67. DIV.pagedate P {
  68. line-height: 1.2em;
  69. }
  70. DIV.topbar UL {
  71. list-style-type: none;
  72. padding: 0;
  73. }
  74. DIV.topbar UL LI {
  75. display: inline;
  76. }
  77. DIV#pagebody {
  78. float: left;
  79. width: 100%;
  80. background-image: url(pictoman_big.gif);
  81. background-attachment: fixed;
  82. background-repeat: no-repeat;
  83. background-position: 80% 150px;
  84. }
  85. DIV#content {
  86. margin: 0 10% 0 15%;
  87. }
  88. DIV.sidebar {
  89. float: left;
  90. background-color: inherit;
  91. width: 15%;
  92. border: none;
  93. margin-top: 5em;
  94. margin-left: -100%;
  95. text-align: right;
  96. }
  97. DIV.sidebar P {
  98. margin: 2em 0;
  99. }
  100. DIV.farbar {
  101. float: left;
  102. width: 10%;
  103. margin-left: -10%;
  104. }
  105. DIV#pageinfo {
  106. border-top: 0 none;
  107. }
  108. DIV#backlinks {
  109. display: none;
  110. }
  111. DIV.pagecopyright,
  112. DIV.pagelicense,
  113. DIV.pagedate {
  114. margin-top: 0;
  115. }
  116. DIV.pagecopyright P,
  117. DIV.pagelicense P {
  118. display: inline;
  119. }