summaryrefslogtreecommitdiff
path: root/style.scss
blob: e8cf083e1ce8bbcf9659c56d066f370799dbd2fd (plain)
  1. @import "h5bp";
  2. @import "../shared/themes/default/ikiwiki";
  3. $link-color: #9c0000;
  4. $link-hover-color: #600;
  5. $link-visited-color: #600;
  6. @include h5bp-normalize;
  7. @include ikiwiki-style;
  8. body {
  9. background-color: #84854c;
  10. }
  11. a {
  12. font-weight: normal;
  13. }
  14. .page {
  15. margin: 3% 5%;
  16. }
  17. .branding {
  18. font-size: x-large;
  19. }
  20. .branding-logo,
  21. .branding-tagline,
  22. .pagecopyright p,
  23. .pagelicense p {
  24. display: inline;
  25. }
  26. .branding-logo a {
  27. color: white;
  28. font-weight: bold;
  29. }
  30. .header,
  31. .pagedate {
  32. font-size: 14px;
  33. }
  34. .header,
  35. .header #searchform {
  36. position: absolute;
  37. top: .5em;
  38. }
  39. .header {
  40. width: 90%;
  41. }
  42. .header #searchform {
  43. right: 0;
  44. }
  45. .pageheader .actions {
  46. position: absolute;
  47. }
  48. .pageheader .actions ul,
  49. .pageheader #otherlanguages {
  50. border-bottom: inherit;
  51. }
  52. .topbar,
  53. .pagerights,
  54. .pagedate {
  55. margin-top: 0;
  56. padding: 0 .3em;
  57. background: #9c9c63;
  58. text-align: right;
  59. }
  60. .topbar,
  61. .pagerights {
  62. font-size: small;
  63. }
  64. .topbar p,
  65. .pagerights p,
  66. .pagedate p {
  67. line-height: 1.2em;
  68. }
  69. .topbar ul {
  70. list-style-type: none;
  71. padding: 0;
  72. }
  73. .topbar ul li {
  74. display: inline;
  75. }
  76. #pagebody {
  77. 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. 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. }
  97. .sidebar p {
  98. margin: 2em 0;
  99. }
  100. .farbar {
  101. 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. }