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