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