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