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