summaryrefslogtreecommitdiff
path: root/local.css
blob: 70acdabf90c76f53b6b28a7c65946222e6c55a13 (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. 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. DIV.topbar a {
  67. text-decoration: none;
  68. color: #06c;
  69. font-weight: bold;
  70. }
  71. DIV#topbar ul.
  72. DIV.topbar ul {
  73. list-style-type: none;
  74. padding: 0;
  75. margin-top: 0;
  76. margin-bottom: 0;
  77. font-size: 1.3em;
  78. font-weight: bold;
  79. line-height: 2.5em;
  80. }
  81. DIV#topbar ul li,
  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. DIV.topbar a:hover {
  90. color: white;
  91. }
  92. DIV#topbar span.selflink,
  93. DIV.topbar span.selflink {
  94. color: white;
  95. }
  96. FORM#searchform {
  97. display: block;
  98. right: 15px;
  99. margin: 0;
  100. position: absolute;
  101. top: 5px;
  102. }
  103. DIV#wrapper,
  104. DIV#pagebody {
  105. float: right;
  106. width: 80%;
  107. }
  108. DIV#content {
  109. margin: 2% 30% 10% 0;
  110. padding: 0;
  111. }
  112. DIV#sidebar,
  113. DIV.sidebar {
  114. float: left;
  115. border: none;
  116. margin-top: 6em;
  117. margin-left: 0;
  118. width: 19%;
  119. padding: 0 0 0 1%;
  120. }
  121. DIV#sidebar UL,
  122. DIV.sidebar UL {
  123. margin: 0px;
  124. padding: 0px;
  125. text-transform: none;
  126. font-weight: bold;
  127. }
  128. DIV#sidebar UL LI,
  129. DIV.sidebar UL LI {
  130. line-height: 2;
  131. list-style-type: none;
  132. }
  133. DIV#sidebar UL LI SPAN.selflink,
  134. DIV.sidebar UL LI SPAN.selflink {
  135. color: #06c;
  136. }
  137. DIV#sidebar UL UL LI,
  138. DIV.sidebar UL UL LI {
  139. margin-left: 10%;
  140. }
  141. DIV#sidebar A,
  142. DIV.sidebar A {
  143. text-decoration: none;
  144. color: black;
  145. font-weight: bold;
  146. }
  147. DIV#sidebar A:hover
  148. DIV.sidebar A:hover {
  149. text-decoration: underline;
  150. color: #06c;
  151. }
  152. DIV.farbar {
  153. background: none;
  154. width: 30%
  155. max-width: 300px;
  156. }
  157. DIV.notebox {
  158. color: #9cf !important;
  159. background: none;
  160. border: dashed;
  161. margin-right: -20%;
  162. width: 30%;
  163. max-width: 300px;
  164. }
  165. DIV.notebox p {
  166. color: #06c;
  167. text-align: center;
  168. }
  169. DIV.inlinepage {
  170. border: 0;
  171. border-style: none none solid;
  172. border-width: 1px;
  173. padding: 0;
  174. }
  175. DIV.inlineheader {
  176. display: none;
  177. }
  178. DIV.inlinefooter {
  179. display: none;
  180. }
  181. div#footer{
  182. width:100%
  183. }
  184. div#pageinfo {
  185. position: fixed;
  186. bottom: 0;
  187. width: 100%;
  188. border-top: 0;
  189. padding: 1em 1em 1em 20px;
  190. margin: 15px 0 0 0;
  191. color: white;
  192. background-color: #9cf;
  193. }
  194. DIV.tags {
  195. display: none;
  196. }
  197. div#backlinks {
  198. display: none;
  199. }
  200. DIV.pageheader div.actions ul {
  201. border-bottom: 0;
  202. }
  203. DIV.pagedate {
  204. margin-top: 0;
  205. }
  206. DIV.pagecopyright,
  207. DIV.pagecopyright P {
  208. margin-top: 0;
  209. margin-bottom: 0;
  210. }