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