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