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