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