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