summaryrefslogtreecommitdiff
path: root/local.scss
blob: 5f2c327e9e8ada021b223700853b80ccc0d749e1 (plain)
  1. @import "partials/base";
  2. @import "blueprint";
  3. @include blueprint-typography;
  4. h1 {
  5. font-size: 2.75em;
  6. }
  7. h1 {
  8. margin-top: 1em;
  9. margin-bottom: 1em;
  10. }
  11. h2,
  12. h3 {
  13. margin-top: 1em;
  14. margin-bottom: 0.1em;
  15. }
  16. h1,
  17. h2,
  18. h3,
  19. h4,
  20. h5,
  21. h6 {
  22. color: $accent;
  23. }
  24. a {
  25. font-weight: inherit;
  26. text-decoration: none;
  27. &:hover {
  28. text-decoration: underline;
  29. }
  30. }
  31. em {
  32. color: black;
  33. font-weight: bold;
  34. font-style: inherit;
  35. }
  36. img.icon {
  37. float: right;
  38. height: 20%;
  39. width: 20%;
  40. margin-right: -30%;
  41. }
  42. /*
  43. body {
  44. background-color: transparent;
  45. background-image: url("pil.png");
  46. background-repeat: no-repeat;
  47. background-attachment: fixed;
  48. background-position: right bottom;
  49. margin: 0 0 100px 0;
  50. }
  51. */
  52. div.header span {
  53. display: none;
  54. }
  55. div.pageheader {
  56. background-color: $base;
  57. height: 110px;
  58. margin: 10px 0;
  59. }
  60. div.branding {
  61. display: block;
  62. height: 100px;
  63. background-image: url(butterfly.png);
  64. background-position: 45% 0;
  65. background-repeat: no-repeat;
  66. color: $link_color;
  67. }
  68. div#branding-logo {
  69. position: absolute;
  70. top: 75px;
  71. right: 3%;
  72. }
  73. div#branding-tagline {
  74. margin: 15px;
  75. }
  76. div#branding-tagline,
  77. div#branding-tagline a {
  78. font-weight: bold;
  79. font-size: 130%;
  80. }
  81. div.actions {
  82. z-index: 1;
  83. position: fixed;
  84. bottom: 2em;
  85. }
  86. div.topbar {
  87. float: right;
  88. background-color: $accent-light;
  89. margin: 0;
  90. padding: 0;
  91. text-align: center;
  92. font-weight: bold;
  93. width: 100%;
  94. }
  95. div.topbar ul {
  96. list-style-type: none;
  97. padding: 0;
  98. margin-top: 0;
  99. margin-bottom: 0;
  100. font-size: 1.2em;
  101. line-height: 2.5em;
  102. li {
  103. display: inline;
  104. color: $accent;
  105. margin: 0 4em 0 0;
  106. }
  107. }
  108. div.topbar a:hover,
  109. div.topbar span.selflink {
  110. color: $base;
  111. }
  112. form#searchform {
  113. display: block;
  114. right: 15px;
  115. margin: 0;
  116. position: absolute;
  117. top: 5px;
  118. }
  119. div#pagebody {
  120. float: left;
  121. width: 100%;
  122. }
  123. div#content {
  124. margin: 2% 25% 15% 25%;
  125. padding: 0;
  126. max-width: 55em;
  127. }
  128. div.sidebar {
  129. float: left;
  130. border: none;
  131. margin-top: 1em;
  132. margin-left: -100%;
  133. margin-right: 2%;
  134. width: 17%;
  135. padding: 0 0 0 1%;
  136. a {
  137. color: black;
  138. &:hover {
  139. text-decoration: underline;
  140. }
  141. }
  142. ul {
  143. margin: 0px;
  144. padding: 0px;
  145. font-weight: bold;
  146. li {
  147. line-height: 2;
  148. list-style-type: none;
  149. span.selflink {
  150. color: $link_color;
  151. }
  152. }
  153. }
  154. }
  155. div.sidebar ul ul li {
  156. margin-left: 10%;
  157. }
  158. div.sidebar div.notebox {
  159. color: $base !important;
  160. background: #ff30ff;
  161. border: none;
  162. text-align: center;
  163. p {
  164. margin: 1.2em 0;
  165. }
  166. a {
  167. color: inherit;
  168. font-weight: bold;
  169. }
  170. }
  171. div.farbar {
  172. float: left;
  173. margin-top: 2%;
  174. margin-left: -23%;
  175. background: #99CCFF;
  176. width: 20%;
  177. max-width: 300px;
  178. padding: 1%;
  179. h2 {
  180. color: black;
  181. margin-top: 0;
  182. }
  183. }
  184. div.notebox {
  185. float: none;
  186. width: 100%;
  187. color: $accent !important;
  188. background: none;
  189. margin-left: 0;
  190. border: medium dashed $accent-light;
  191. text-align: center;
  192. }
  193. div.inlinepage {
  194. margin: 1em 0;
  195. border: 1px solid lightblue;
  196. border-style: none none solid;
  197. padding: 1em 0;
  198. overflow: visible;
  199. min-height: 12em;
  200. img.icon {
  201. margin-right: 0;
  202. padding: 1%;
  203. height: 15%;
  204. width: 15%;
  205. }
  206. }
  207. div.inlinepage div.inlinepage {
  208. margin: 0;
  209. padding: 0;
  210. border-style: 0;
  211. border-width: 0;
  212. }
  213. div.inlinepage div.inlinepage div.inlineheader,
  214. div.inlinefooter {
  215. display: none;
  216. }
  217. div#footer{
  218. width:100%
  219. }
  220. div#pageinfo {
  221. position: fixed;
  222. bottom: 0;
  223. width: 100%;
  224. border-top: 0;
  225. padding: 1em 1em 1em 20px;
  226. margin: 15px 0 0 0;
  227. color: $base;
  228. background-color: $accent-light;
  229. }
  230. div.tags {
  231. display: none;
  232. }
  233. div#backlinks {
  234. display: none;
  235. }
  236. div.pageheader div.actions ul {
  237. border-bottom: 0;
  238. padding: 0 0 0.7em 1em;
  239. }
  240. div.pagedate {
  241. margin-top: 0;
  242. }
  243. div.pagecopyright,
  244. div.pagecopyright p {
  245. margin-top: 0;
  246. margin-bottom: 1em;
  247. }