summaryrefslogtreecommitdiff
path: root/local.css
blob: 105664c2e563cdd04e45dc74c4b89b899040c4bc (plain)
  1. H1 {
  2. margin-top: 1em;
  3. margin-bottom: 1em;
  4. }
  5. H2,
  6. H3 {
  7. margin-top: 1em;
  8. margin-bottom: 0.1em;
  9. }
  10. H1,
  11. H2,
  12. H3,
  13. H4,
  14. H5,
  15. H6 {
  16. color: #06c;
  17. }
  18. H2 {
  19. font-size:1.6em;
  20. }
  21. A {
  22. color: #06c;
  23. font-weight: normal;
  24. }
  25. A:hover {
  26. color: #06c;
  27. }
  28. EM {
  29. color: black;
  30. font-style: normal;
  31. font-weight: bold;
  32. }
  33. IMG.icon {
  34. float: right;
  35. height: 20%;
  36. width: 20%;
  37. margin-right: -30%;
  38. }
  39. body {
  40. /* background-color: transparent;
  41. background-image: url("pil.png");
  42. background-repeat: no-repeat;
  43. background-attachment: fixed;
  44. background-position: right bottom;
  45. margin: 0 0 100px 0;*/
  46. }
  47. DIV.header span {
  48. display: none;
  49. }
  50. DIV.pageheader {
  51. background-color: white;
  52. height: 110px;
  53. margin: 19px;
  54. }
  55. DIV#branding {
  56. display: block;
  57. height: 100px;
  58. background-image: url(butterfly.png);
  59. background-position: 45% 0;
  60. background-repeat: no-repeat;
  61. }
  62. DIV#branding-logo {
  63. position: absolute;
  64. top: 75px;
  65. right: 3%;
  66. }
  67. DIV#branding-tagline {
  68. margin: 15px;
  69. }
  70. DIV#branding-tagline,
  71. DIV#branding-tagline A {
  72. font-weight: bold;
  73. font-size: 130%;
  74. }
  75. DIV.actions {
  76. z-index: 1;
  77. position: fixed;
  78. bottom: 2em;
  79. }
  80. DIV.topbar {
  81. float: right;
  82. background-color: #9cf;
  83. margin: 0;
  84. padding: 0;
  85. text-align: center;
  86. width: 100%;
  87. }
  88. DIV.topbar a {
  89. text-decoration: none;
  90. color: #06c;
  91. font-weight: bold;
  92. }
  93. DIV.topbar ul {
  94. list-style-type: none;
  95. padding: 0;
  96. margin-top: 0;
  97. margin-bottom: 0;
  98. font-size: 1.3em;
  99. font-weight: bold;
  100. line-height: 2.5em;
  101. }
  102. DIV.topbar ul li {
  103. display: inline;
  104. color: #06c;
  105. font-weight: bold;
  106. margin: 0 3em;
  107. }
  108. DIV.topbar a:hover {
  109. color: white;
  110. }
  111. DIV.topbar span.selflink {
  112. color: white;
  113. }
  114. FORM#searchform {
  115. display: block;
  116. right: 15px;
  117. margin: 0;
  118. position: absolute;
  119. top: 5px;
  120. }
  121. DIV#pagebody {
  122. float: left;
  123. width: 100%;
  124. }
  125. DIV#content {
  126. margin: 2% 25% 15% 25%;
  127. padding: 0;
  128. max-width: 55em;
  129. }
  130. DIV.sidebar {
  131. float: left;
  132. border: none;
  133. margin-top: 1em;
  134. margin-left: -100%;
  135. margin-right: 2%;
  136. width: 17%;
  137. padding: 0 0 0 1%;
  138. }
  139. DIV.sidebar UL {
  140. margin: 0px;
  141. padding: 0px;
  142. text-transform: none;
  143. font-weight: bold;
  144. }
  145. DIV.sidebar UL LI {
  146. line-height: 2;
  147. list-style-type: none;
  148. }
  149. DIV.sidebar UL LI SPAN.selflink {
  150. color: #06c;
  151. }
  152. DIV.sidebar UL UL LI {
  153. margin-left: 10%;
  154. }
  155. DIV.sidebar A {
  156. text-decoration: none;
  157. color: black;
  158. font-weight: bold;
  159. }
  160. DIV.sidebar A:hover {
  161. text-decoration: underline;
  162. color: #06c;
  163. }
  164. DIV.sidebar DIV.notebox {
  165. color: white !important;
  166. background: #ff30ff;
  167. border: none;
  168. text-align: left;
  169. }
  170. /* TODO: drop when nn4.css is dropped */
  171. DIV.sidebar DIV.notebox p {
  172. color: white;
  173. }
  174. DIV.sidebar DIV.notebox A {
  175. color: inherit;
  176. }
  177. DIV.farbar {
  178. float: left;
  179. margin-top: 2%;
  180. margin-left: -23%;
  181. background: #99CCFF;
  182. width: 20%;
  183. max-width: 300px;
  184. padding: 1%;
  185. }
  186. DIV.notebox {
  187. float: none;
  188. width: 100%;
  189. color: #06c !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: #06c;
  198. text-align: center;
  199. }
  200. DIV.inlinepage {
  201. color: lightblue;
  202. margin: 1em 0;
  203. border: 0;
  204. border-style: none none solid;
  205. border-width: 1px;
  206. padding: 1 em;
  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. }
  246. DIV.pagedate {
  247. margin-top: 0;
  248. }
  249. DIV.pagecopyright,
  250. DIV.pagecopyright P {
  251. margin-top: 0;
  252. margin-bottom: 1em;
  253. }