summaryrefslogtreecommitdiff
path: root/local.scss
blob: 33d94e1270e2953ec377f70df954899bf8ccf44b (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. text-decoration: none;
  112. }
  113. form#searchform {
  114. display: block;
  115. right: 15px;
  116. margin: 0;
  117. position: absolute;
  118. top: 5px;
  119. }
  120. div#pagebody {
  121. float: left;
  122. width: 100%;
  123. }
  124. div#content {
  125. margin: 2% 25% 15% 25%;
  126. padding: 0;
  127. max-width: 55em;
  128. }
  129. div.sidebar {
  130. float: left;
  131. border: none;
  132. margin-top: 1em;
  133. margin-left: -100%;
  134. margin-right: 2%;
  135. width: 17%;
  136. padding: 0 0 0 1%;
  137. a {
  138. color: black;
  139. &:hover {
  140. text-decoration: underline;
  141. }
  142. }
  143. ul {
  144. margin: 0px;
  145. padding: 0px;
  146. font-weight: bold;
  147. li {
  148. line-height: 2;
  149. list-style-type: none;
  150. span.selflink {
  151. color: $link_color;
  152. }
  153. }
  154. }
  155. }
  156. div.sidebar ul ul li {
  157. margin-left: 10%;
  158. }
  159. div.sidebar div.notebox {
  160. color: $base !important;
  161. background: #ff30ff;
  162. border: none;
  163. text-align: center;
  164. p {
  165. margin: 1.2em 0;
  166. }
  167. a {
  168. color: inherit;
  169. font-weight: bold;
  170. }
  171. }
  172. div.farbar {
  173. float: left;
  174. margin-top: 2%;
  175. margin-left: -23%;
  176. background: #99CCFF;
  177. width: 20%;
  178. max-width: 300px;
  179. padding: 1%;
  180. h2 {
  181. color: black;
  182. margin-top: 0;
  183. }
  184. }
  185. div.notebox {
  186. float: none;
  187. width: 100%;
  188. color: $accent !important;
  189. background: none;
  190. margin-left: 0;
  191. border: medium dashed $accent-light;
  192. text-align: center;
  193. }
  194. div.inlinepage {
  195. margin: 1em 0;
  196. border: 1px solid lightblue;
  197. border-style: none none solid;
  198. padding: 1em 0;
  199. overflow: visible;
  200. min-height: 12em;
  201. img.icon {
  202. margin-right: 0;
  203. padding: 1%;
  204. height: 15%;
  205. width: 15%;
  206. }
  207. }
  208. div.inlinepage div.inlinepage {
  209. margin: 0;
  210. padding: 0;
  211. border-style: 0;
  212. border-width: 0;
  213. }
  214. div.inlinepage div.inlinepage div.inlineheader,
  215. div.inlinefooter {
  216. display: none;
  217. }
  218. div#footer{
  219. width:100%
  220. }
  221. div#pageinfo {
  222. border-top: 0;
  223. padding: 1em 1em 1em 20px;
  224. margin: 15px 0 0 0;
  225. color: $base;
  226. background-color: $accent-light;
  227. }
  228. div.tags {
  229. display: none;
  230. }
  231. div#backlinks {
  232. display: none;
  233. }
  234. div.pageheader div.actions ul {
  235. border-bottom: 0;
  236. padding: 0 0 0.7em 1em;
  237. }
  238. div.pagedate {
  239. margin-top: 0;
  240. }
  241. div.pagecopyright,
  242. div.pagecopyright p {
  243. margin-top: 0;
  244. margin-bottom: 1em;
  245. }