summaryrefslogtreecommitdiff
path: root/local.css
blob: 7532e094483d2881376c7a64aed1eb796295db29 (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. background-color: none;
  34. display: block;
  35. clear: both;
  36. float: right;
  37. margin-right: -250px;
  38. padding: 0 20px 20px 20px;
  39. }
  40. body {
  41. /* background-color: transparent;
  42. background-image: url("pil.png");
  43. background-repeat: no-repeat;
  44. background-attachment: fixed;
  45. background-position: right bottom;
  46. margin: 0 0 100px 0;*/
  47. }
  48. DIV.header span {
  49. display: none;
  50. }
  51. DIV.pageheader {
  52. background-color: #9cf;
  53. }
  54. DIV#branding {
  55. position: fixed;
  56. bottom: 5.5em;
  57. right: 3%;
  58. }
  59. DIV#topbar {
  60. float: right;
  61. background-color: #9cf;
  62. margin: 0;
  63. padding: 0;
  64. text-align: center;
  65. width: 100%;
  66. }
  67. DIV#topbar a {
  68. text-decoration: none;
  69. color: #06c;
  70. font-weight: bold;
  71. }
  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. display: inline;
  83. color: #06c;
  84. font-weight: bold;
  85. margin: 0 3em;
  86. }
  87. DIV#topbar a:hover {
  88. color: white;
  89. }
  90. DIV#topbar span.selflink {
  91. color: white;
  92. }
  93. FORM#searchform {
  94. display: block;
  95. right: 15px;
  96. margin: 0;
  97. position: absolute;
  98. top: 5px;
  99. }
  100. DIV#sidebar {
  101. float: left;
  102. margin-top: 6em;
  103. margin-left: -100%;
  104. width: 15%;
  105. padding: 0 0 0 1em;
  106. color: #06c;
  107. text-transform: none;
  108. font-weight: bold;
  109. }
  110. DIV#sidebar UL {
  111. margin: 0px;
  112. padding: 0px;
  113. }
  114. DIV#sidebar UL LI {
  115. line-height: 2;
  116. list-style-type: none;
  117. }
  118. DIV#sidebar UL LI SPAN.selflink {
  119. color: #06c;
  120. }
  121. DIV#sidebar UL UL LI {
  122. margin-left: 10%;
  123. }
  124. DIV#sidebar A {
  125. text-decoration: none;
  126. color: black;
  127. font-weight: bold;
  128. }
  129. DIV#sidebar A:hover {
  130. text-decoration: underline;
  131. color: #06c;
  132. }
  133. DIV#wrapper {
  134. float: left;
  135. width: 100%;
  136. }
  137. DIV#content {
  138. margin: 3em 0 6em 20%;
  139. padding-top: 0;
  140. max-width: 50em;
  141. }
  142. DIV.notebox {
  143. color: #9cf !important;
  144. background: none;
  145. border: dashed;
  146. margin-right: -210px;
  147. width: 200px;
  148. }
  149. DIV.notebox p {
  150. color: #06c;
  151. text-align: center;
  152. }
  153. DIV.inlinepage {
  154. border: 0;
  155. padding: 0;
  156. min-height: 180px;
  157. }
  158. DIV.inlineheader {
  159. display: none;
  160. }
  161. DIV.inlinefooter {
  162. display: none;
  163. }
  164. div#footer{
  165. width:100%
  166. }
  167. div#pageinfo {
  168. position: fixed;
  169. bottom: 0;
  170. width: 100%;
  171. border-top: 0;
  172. padding: 1em 1em 1em 20px;
  173. margin: 15px 0 0 0;
  174. color: white;
  175. background-color: #9cf;
  176. }
  177. div#backlinks {
  178. display: none;
  179. }
  180. div.actions ul {
  181. border-bottom: 0;
  182. }
  183. DIV.pagedate {
  184. margin-top: 0;
  185. }
  186. DIV.pagecopyright,
  187. DIV.pagecopyright P {
  188. margin-top: 0;
  189. margin-bottom: 0;
  190. }