summaryrefslogtreecommitdiff
path: root/local.css
blob: 0476e5c5614fecce44ababb4e68b81581de96e9f (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: 3.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#footer{
  138. width:100%
  139. }
  140. div#pageinfo {
  141. position: fixed;
  142. bottom: 0;
  143. width: 100%;
  144. margin: 15em 0 0;
  145. padding: 0 1em 1em 1em;
  146. border-top: 0;
  147. color: white;
  148. background-color: #9cf;
  149. }
  150. div#backlinks {
  151. display: none;
  152. }
  153. div.actions ul {
  154. border-bottom: 0;
  155. }