summaryrefslogtreecommitdiff
path: root/local.css
blob: 694b1eee34f32e59296e26e4a7b465e25d1f86f4 (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#wrapper {
  98. float: right;
  99. width: 80%;
  100. }
  101. DIV#content {
  102. margin: 2% 30% 10% 0;
  103. padding: 0;
  104. }
  105. DIV#sidebar {
  106. float: left;
  107. margin-top: 6em;
  108. margin-left: 0;
  109. width: 19%;
  110. padding: 0 0 0 1%;
  111. }
  112. DIV#sidebar UL {
  113. margin: 0px;
  114. padding: 0px;
  115. text-transform: none;
  116. font-weight: bold;
  117. }
  118. DIV#sidebar UL LI {
  119. line-height: 2;
  120. list-style-type: none;
  121. }
  122. DIV#sidebar UL LI SPAN.selflink {
  123. color: #06c;
  124. }
  125. DIV#sidebar UL UL LI {
  126. margin-left: 10%;
  127. }
  128. DIV#sidebar A {
  129. text-decoration: none;
  130. color: black;
  131. font-weight: bold;
  132. }
  133. DIV#sidebar A:hover {
  134. text-decoration: underline;
  135. color: #06c;
  136. }
  137. DIV.farbar {
  138. background: none;
  139. width: 30%
  140. max-width: 300px;
  141. }
  142. DIV.notebox {
  143. color: #9cf !important;
  144. background: none;
  145. border: dashed;
  146. margin-right: -20%;
  147. width: 30%;
  148. max-width: 300px;
  149. }
  150. DIV.notebox p {
  151. color: #06c;
  152. text-align: center;
  153. }
  154. DIV.inlinepage {
  155. border: 0;
  156. border-style: none none solid;
  157. border-width: 1px;
  158. padding: 0;
  159. }
  160. DIV.inlineheader {
  161. display: none;
  162. }
  163. DIV.inlinefooter {
  164. display: none;
  165. }
  166. div#footer{
  167. width:100%
  168. }
  169. div#pageinfo {
  170. position: fixed;
  171. bottom: 0;
  172. width: 100%;
  173. border-top: 0;
  174. padding: 1em 1em 1em 20px;
  175. margin: 15px 0 0 0;
  176. color: white;
  177. background-color: #9cf;
  178. }
  179. DIV.tags {
  180. display: none;
  181. }
  182. div#backlinks {
  183. display: none;
  184. }
  185. DIV.pageheader div.actions ul {
  186. border-bottom: 0;
  187. }
  188. DIV.pagedate {
  189. margin-top: 0;
  190. }
  191. DIV.pagecopyright,
  192. DIV.pagecopyright P {
  193. margin-top: 0;
  194. margin-bottom: 0;
  195. }