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