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