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