summaryrefslogtreecommitdiff
path: root/style.scss
blob: abaa89b28a804c929743255c6d729362ec9383a6 (plain)
  1. @import "compass/reset";
  2. @import "../shared/themes/default/ikiwiki";
  3. @include ikiwiki-style;
  4. body {
  5. background-color: #84854c;
  6. }
  7. a {
  8. font-weight: normal;
  9. }
  10. a:hover,
  11. a:visited {
  12. color: #660000;
  13. }
  14. a:link {
  15. color: #9c0000;
  16. }
  17. .page {
  18. margin: 3% 5%;
  19. }
  20. .branding {
  21. font-size: x-large;
  22. }
  23. .branding-logo,
  24. .branding-tagline,
  25. .pagecopyright p,
  26. .pagelicense p {
  27. display: inline;
  28. }
  29. .branding-logo a {
  30. color: white;
  31. font-weight: bold;
  32. }
  33. .header,
  34. .pagedate {
  35. font-size: 14px;
  36. }
  37. .header,
  38. .header #searchform {
  39. position: absolute;
  40. top: .5em;
  41. }
  42. .header {
  43. width: 90%;
  44. }
  45. .header #searchform {
  46. right: 0;
  47. }
  48. .pageheader .actions {
  49. position: absolute;
  50. }
  51. .pageheader .actions ul,
  52. .pageheader #otherlanguages {
  53. border-bottom: inherit;
  54. }
  55. .topbar,
  56. .pagerights,
  57. .pagedate {
  58. margin-top: 0;
  59. padding: 0 .3em;
  60. background: #9c9c63;
  61. text-align: right;
  62. }
  63. .topbar,
  64. .pagerights {
  65. font-size: small;
  66. }
  67. .topbar p,
  68. .pagerights p,
  69. .pagedate p {
  70. line-height: 1.2em;
  71. }
  72. .topbar ul {
  73. list-style-type: none;
  74. padding: 0;
  75. }
  76. .topbar ul li {
  77. display: inline;
  78. }
  79. #pagebody {
  80. float: left;
  81. width: 100%;
  82. background-image: url(pictoman_big.gif);
  83. background-attachment: fixed;
  84. background-repeat: no-repeat;
  85. background-position: 80% 150px;
  86. }
  87. #content {
  88. margin: 0 11% 0 16%;
  89. }
  90. .sidebar {
  91. float: left;
  92. background-color: inherit;
  93. width: 15%;
  94. border: none;
  95. margin-top: 5em;
  96. margin-left: -100%;
  97. padding: 0;
  98. text-align: right;
  99. }
  100. .sidebar p {
  101. margin: 2em 0;
  102. }
  103. .farbar {
  104. float: left;
  105. width: 10%;
  106. margin-left: -10%;
  107. }
  108. #pageinfo {
  109. border-top: 0 none;
  110. }
  111. #backlinks {
  112. display: none;
  113. }
  114. .pagecopyright,
  115. .pagelicense,
  116. .pagedate {
  117. margin-top: 0;
  118. }
  119. .pagecopyright p,
  120. .pagelicense p {
  121. display: inline;
  122. }