summaryrefslogtreecommitdiff
path: root/local.css
blob: 48f84cbcb9993ab0ebf29bd8b21d2f09959a6b58 (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-logo {
  56. position: absolute;
  57. top: 75px;
  58. right: 3%;
  59. }
  60. DIV.topbar {
  61. float: right;
  62. background-color: #9cf;
  63. margin: 0;
  64. padding: 0;
  65. text-align: center;
  66. width: 100%;
  67. }
  68. DIV.topbar a {
  69. text-decoration: none;
  70. color: #06c;
  71. font-weight: bold;
  72. }
  73. DIV.topbar ul {
  74. list-style-type: none;
  75. padding: 0;
  76. margin-top: 0;
  77. margin-bottom: 0;
  78. font-size: 1.3em;
  79. font-weight: bold;
  80. line-height: 2.5em;
  81. }
  82. DIV.topbar ul li {
  83. display: inline;
  84. color: #06c;
  85. font-weight: bold;
  86. margin: 0 3em;
  87. }
  88. DIV.topbar a:hover {
  89. color: white;
  90. }
  91. DIV.topbar span.selflink {
  92. color: white;
  93. }
  94. FORM#searchform {
  95. display: block;
  96. right: 15px;
  97. margin: 0;
  98. position: absolute;
  99. top: 5px;
  100. }
  101. DIV#pagebody {
  102. float: left;
  103. width: 100%;
  104. }
  105. DIV#content {
  106. margin: 2% 25% 15% 25%;
  107. padding: 0;
  108. max-width: 55em;
  109. }
  110. DIV.sidebar {
  111. float: left;
  112. border: none;
  113. margin-top: 1em;
  114. margin-left: -100%;
  115. margin-right: 2%;
  116. width: 17%;
  117. padding: 0 0 0 1%;
  118. }
  119. DIV.sidebar UL {
  120. margin: 0px;
  121. padding: 0px;
  122. text-transform: none;
  123. font-weight: bold;
  124. }
  125. DIV.sidebar UL LI {
  126. line-height: 2;
  127. list-style-type: none;
  128. }
  129. DIV.sidebar UL LI SPAN.selflink {
  130. color: #06c;
  131. }
  132. DIV.sidebar UL UL LI {
  133. margin-left: 10%;
  134. }
  135. DIV.sidebar A {
  136. text-decoration: none;
  137. color: black;
  138. font-weight: bold;
  139. }
  140. DIV.sidebar A:hover {
  141. text-decoration: underline;
  142. color: #06c;
  143. }
  144. DIV.sidebar DIV.notebox {
  145. color: white !important;
  146. background: #ff30ff;
  147. border: none;
  148. text-align: left;
  149. }
  150. /* TODO: drop when nn4.css is dropped */
  151. DIV.sidebar DIV.notebox p {
  152. color: white;
  153. }
  154. DIV.sidebar DIV.notebox A {
  155. color: inherit;
  156. }
  157. DIV.farbar {
  158. float: left;
  159. margin-top: 2%;
  160. margin-left: -23%;
  161. background: #99CCFF;
  162. width: 20%;
  163. max-width: 300px;
  164. padding: 1%;
  165. }
  166. DIV.notebox {
  167. float: none;
  168. width: 100%;
  169. color: #06c !important;
  170. background: none;
  171. margin-left: 0;
  172. border: medium dashed #9cf;
  173. text-align: center;
  174. }
  175. /* TODO: drop when nn4.css is dropped */
  176. DIV.notebox p {
  177. color: #06c;
  178. text-align: center;
  179. }
  180. DIV.inlinepage {
  181. color: lightblue;
  182. margin: 1em 0;
  183. border: 0;
  184. border-style: none none solid;
  185. border-width: 1px;
  186. padding: 1 em;
  187. }
  188. DIV.inlinepage DIV.inlinepage {
  189. margin: 0;
  190. padding: 0;
  191. border-style: 0;
  192. border-width: 0;
  193. }
  194. DIV.inlinepage IMG.icon {
  195. margin-right: 0;
  196. padding: 1%;
  197. height: 15%;
  198. width: 15%;
  199. }
  200. DIV.inlinepage DIV.inlinepage DIV.inlineheader,
  201. DIV.inlinefooter {
  202. display: none;
  203. }
  204. div#footer{
  205. width:100%
  206. }
  207. div#pageinfo {
  208. position: fixed;
  209. bottom: 0;
  210. width: 100%;
  211. border-top: 0;
  212. padding: 1em 1em 1em 20px;
  213. margin: 15px 0 0 0;
  214. color: white;
  215. background-color: #9cf;
  216. }
  217. DIV.tags {
  218. display: none;
  219. }
  220. div#backlinks {
  221. display: none;
  222. }
  223. DIV.pageheader div.actions ul {
  224. border-bottom: 0;
  225. }
  226. DIV.pagedate {
  227. margin-top: 0;
  228. }
  229. DIV.pagecopyright,
  230. DIV.pagecopyright P {
  231. margin-top: 0;
  232. margin-bottom: 0;
  233. }