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