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