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