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