summaryrefslogtreecommitdiff
path: root/local.css
blob: a9d217a15b25b8024499693bf0cbd72b65decad4 (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. margin: 2% 30% 10% 0;
  103. padding: 0;
  104. }
  105. DIV#sidebar {
  106. float: left;
  107. margin-top: 6em;
  108. margin-left: 0;
  109. width: 19%;
  110. padding: 0 0 0 1%;
  111. }
  112. DIV#sidebar UL {
  113. margin: 0px;
  114. padding: 0px;
  115. text-transform: none;
  116. font-weight: bold;
  117. }
  118. DIV#sidebar UL LI {
  119. line-height: 2;
  120. list-style-type: none;
  121. }
  122. DIV#sidebar UL LI SPAN.selflink {
  123. color: #06c;
  124. }
  125. DIV#sidebar UL UL LI {
  126. margin-left: 10%;
  127. }
  128. DIV#sidebar A {
  129. text-decoration: none;
  130. color: black;
  131. font-weight: bold;
  132. }
  133. DIV#sidebar A:hover {
  134. text-decoration: underline;
  135. color: #06c;
  136. }
  137. DIV.notebox {
  138. color: #9cf !important;
  139. background: none;
  140. border: dashed;
  141. margin-right: -20%;
  142. width: 30%;
  143. max-width: 300px;
  144. }
  145. DIV.notebox p {
  146. color: #06c;
  147. text-align: center;
  148. }
  149. DIV.inlinepage {
  150. border: 0;
  151. border-style: none none solid;
  152. border-width: 1px;
  153. padding: 0;
  154. }
  155. DIV.inlineheader {
  156. display: none;
  157. }
  158. DIV.inlinefooter {
  159. display: none;
  160. }
  161. div#footer{
  162. width:100%
  163. }
  164. div#pageinfo {
  165. position: fixed;
  166. bottom: 0;
  167. width: 100%;
  168. border-top: 0;
  169. padding: 1em 1em 1em 20px;
  170. margin: 15px 0 0 0;
  171. color: white;
  172. background-color: #9cf;
  173. }
  174. DIV.tags {
  175. display: none;
  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. }