summaryrefslogtreecommitdiff
path: root/style.scss
blob: b3d25b119606af34074a60538a7c477f305311cc (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. padding: 0;
  55. }
  56. }
  57. .topbar,
  58. .pagerights,
  59. .pagedate {
  60. margin-top: 0;
  61. padding: 0 .3em;
  62. background: #9c9c63;
  63. text-align: right;
  64. p {
  65. line-height: 1.2em;
  66. }
  67. }
  68. .topbar,
  69. .pagerights {
  70. font-size: small;
  71. }
  72. .topbar ul {
  73. @include inline-list;
  74. }
  75. #pagebody {
  76. @include float-left;
  77. width: 100%;
  78. background-image: url(pictoman_big.gif);
  79. background-attachment: fixed;
  80. background-repeat: no-repeat;
  81. background-position: 80% 150px;
  82. }
  83. #content {
  84. margin: 0 11% 0 16%;
  85. }
  86. .sidebar {
  87. @include float-left;
  88. background-color: inherit;
  89. width: 15%;
  90. border: none;
  91. margin-top: 5em;
  92. margin-left: -100%;
  93. padding: 0;
  94. text-align: right;
  95. p {
  96. margin: 2em 0;
  97. }
  98. }
  99. .farbar {
  100. @include float-left;
  101. width: 10%;
  102. margin-left: -10%;
  103. }
  104. #pageinfo {
  105. border-top: 0 none;
  106. }
  107. #backlinks {
  108. display: none;
  109. }
  110. .pagecopyright,
  111. .pagelicense,
  112. .pagedate {
  113. margin-top: 0;
  114. }
  115. .pagecopyright p,
  116. .pagelicense p {
  117. display: inline;
  118. }