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