summaryrefslogtreecommitdiff
path: root/local.scss
blob: d50b4b46d846569c8d4e3c0fadb8e29684b52df8 (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. width: 100%;
  77. right: 3%;
  78. text-align: right;
  79. @media print {
  80. img {
  81. height: auto;
  82. width: 50%;
  83. }
  84. }
  85. }
  86. div#branding-tagline {
  87. margin: 15px;
  88. }
  89. div#branding-tagline,
  90. div#branding-tagline a {
  91. font-weight: bold;
  92. font-size: 130%;
  93. }
  94. div.actions {
  95. z-index: 1;
  96. position: fixed;
  97. bottom: 2em;
  98. }
  99. div.topbar {
  100. float: right;
  101. background-color: $accent-light;
  102. margin: 0;
  103. padding: 0;
  104. text-align: center;
  105. font-weight: bold;
  106. width: 100%;
  107. @media print {
  108. @include hidden;
  109. }
  110. }
  111. div.topbar ul {
  112. list-style-type: none;
  113. padding: 0;
  114. margin-top: 0;
  115. margin-bottom: 0;
  116. font-size: 1.2em;
  117. line-height: 2.5em;
  118. li {
  119. display: inline;
  120. color: $accent;
  121. margin: 0 4em 0 0;
  122. }
  123. }
  124. div.topbar a:hover,
  125. div.topbar span.selflink {
  126. color: $base;
  127. text-decoration: none;
  128. }
  129. form#searchform {
  130. display: block;
  131. right: 15px;
  132. margin: 0;
  133. position: absolute;
  134. top: 5px;
  135. @media print {
  136. @include hidden;
  137. }
  138. }
  139. div#pagebody {
  140. float: left;
  141. width: 100%;
  142. }
  143. div#content {
  144. @media not print {
  145. margin: 2% 25% 15% 25%;
  146. }
  147. padding: 0;
  148. max-width: 55em;
  149. }
  150. div.sidebar {
  151. float: left;
  152. border: none;
  153. margin-top: 1em;
  154. margin-left: -100%;
  155. margin-right: 2%;
  156. width: 17%;
  157. padding: 0 0 0 1%;
  158. @media print {
  159. @include hidden;
  160. }
  161. a {
  162. color: $accent;
  163. &:hover {
  164. color: $accent-light;
  165. text-decoration: underline;
  166. }
  167. }
  168. ul {
  169. margin: 0px;
  170. padding: 0px;
  171. font-weight: bold;
  172. li {
  173. line-height: 2;
  174. list-style-type: none;
  175. span.selflink {
  176. color: $accent-light;
  177. }
  178. }
  179. }
  180. }
  181. div.sidebar ul ul li {
  182. margin-left: 10%;
  183. }
  184. div.sidebar div.notebox {
  185. color: $base !important;
  186. background: #ff30ff;
  187. border: none;
  188. text-align: center;
  189. p {
  190. margin: 1.2em 0;
  191. }
  192. a {
  193. color: inherit;
  194. font-weight: bold;
  195. }
  196. }
  197. div.farbar {
  198. float: left;
  199. margin-top: 2%;
  200. margin-left: -23%;
  201. background: #99CCFF;
  202. width: 20%;
  203. max-width: 300px;
  204. padding: 1%;
  205. @media print {
  206. @include hidden;
  207. }
  208. h2 {
  209. color: black;
  210. margin-top: 0;
  211. }
  212. }
  213. div.notebox {
  214. float: none;
  215. width: 100%;
  216. color: $accent !important;
  217. background: none;
  218. margin-left: 0;
  219. border: medium dashed $accent-light;
  220. text-align: center;
  221. }
  222. div.inlinepage {
  223. margin: 1em 0;
  224. border: 1px solid lightblue;
  225. border-style: solid;
  226. padding: 1em;
  227. overflow: visible;
  228. min-height: 12em;
  229. img.icon {
  230. height: 15%;
  231. width: 15%;
  232. }
  233. }
  234. div.inlinepage div.inlinepage {
  235. margin: 0;
  236. padding: 0;
  237. border-style: 0;
  238. border-width: 0;
  239. }
  240. div.inlinepage div.inlinepage div.inlineheader,
  241. div.inlinefooter {
  242. display: none;
  243. }
  244. .archivepagedate {
  245. display: none;
  246. }
  247. div#footer{
  248. width:100%
  249. }
  250. div#pageinfo {
  251. border-top: 0;
  252. padding: 1em 1em 1em 20px;
  253. margin: 15px 0 0 0;
  254. color: $base;
  255. background-color: $accent-light;
  256. }
  257. div.tags {
  258. display: none;
  259. }
  260. div#backlinks {
  261. display: none;
  262. }
  263. div.pageheader div.actions ul {
  264. border-bottom: 0;
  265. padding: 0 0 0.7em 1em;
  266. }
  267. div.pagedate {
  268. margin-top: 0;
  269. }
  270. div.pagecopyright,
  271. div.pagecopyright p {
  272. margin-top: 0;
  273. margin-bottom: 1em;
  274. }