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