summaryrefslogtreecommitdiff
path: root/local.css
blob: cf4cb2e4ea1a05c837669a6d6621c884c7c810da (plain)
  1. H1 {
  2. margin-top: 1em;
  3. margin-bottom: 1em;
  4. }
  5. H2,
  6. H3 {
  7. margin-top: 1em;
  8. margin-bottom: 0.1em;
  9. }
  10. H1,
  11. H2,
  12. H3,
  13. H4,
  14. H5,
  15. H6 {
  16. color: #06c;
  17. }
  18. H2 {
  19. font-size:1.6em;
  20. }
  21. A {
  22. color: #06c;
  23. font-weight: normal;
  24. }
  25. A:hover {
  26. color: #06c;
  27. }
  28. EM {
  29. color: black;
  30. font-style: normal;
  31. font-weight: bold;
  32. }
  33. IMG.icon {
  34. float: right;
  35. height: 20%;
  36. width: 20%;
  37. margin-right: -30%;
  38. }
  39. body {
  40. /* background-color: transparent;
  41. background-image: url("pil.png");
  42. background-repeat: no-repeat;
  43. background-attachment: fixed;
  44. background-position: right bottom;
  45. margin: 0 0 100px 0;*/
  46. }
  47. DIV.header span {
  48. display: none;
  49. }
  50. DIV.pageheader {
  51. background-color: white;
  52. background-image: icon.png;
  53. height: 110px;
  54. margin: 19px;
  55. }
  56. DIV#branding-logo {
  57. position: absolute;
  58. top: 75px;
  59. right: 3%;
  60. }
  61. DIV#branding-tagline {
  62. margin: 15px;
  63. }
  64. DIV#branding-tagline,
  65. DIV#branding-tagline A {
  66. font-weight: bold;
  67. font-size: 130%;
  68. }
  69. DIV.actions {
  70. z-index: 1;
  71. position: fixed;
  72. bottom: 2em;
  73. }
  74. DIV.topbar {
  75. float: right;
  76. background-color: #9cf;
  77. margin: 0;
  78. padding: 0;
  79. text-align: center;
  80. width: 100%;
  81. }
  82. DIV.topbar a {
  83. text-decoration: none;
  84. color: #06c;
  85. font-weight: bold;
  86. }
  87. DIV.topbar ul {
  88. list-style-type: none;
  89. padding: 0;
  90. margin-top: 0;
  91. margin-bottom: 0;
  92. font-size: 1.3em;
  93. font-weight: bold;
  94. line-height: 2.5em;
  95. }
  96. DIV.topbar ul li {
  97. display: inline;
  98. color: #06c;
  99. font-weight: bold;
  100. margin: 0 3em;
  101. }
  102. DIV.topbar a:hover {
  103. color: white;
  104. }
  105. DIV.topbar span.selflink {
  106. color: white;
  107. }
  108. FORM#searchform {
  109. display: block;
  110. right: 15px;
  111. margin: 0;
  112. position: absolute;
  113. top: 5px;
  114. }
  115. DIV#pagebody {
  116. float: left;
  117. width: 100%;
  118. }
  119. DIV#content {
  120. margin: 2% 25% 15% 25%;
  121. padding: 0;
  122. max-width: 55em;
  123. }
  124. DIV.sidebar {
  125. float: left;
  126. border: none;
  127. margin-top: 1em;
  128. margin-left: -100%;
  129. margin-right: 2%;
  130. width: 17%;
  131. padding: 0 0 0 1%;
  132. }
  133. DIV.sidebar UL {
  134. margin: 0px;
  135. padding: 0px;
  136. text-transform: none;
  137. font-weight: bold;
  138. }
  139. DIV.sidebar UL LI {
  140. line-height: 2;
  141. list-style-type: none;
  142. }
  143. DIV.sidebar UL LI SPAN.selflink {
  144. color: #06c;
  145. }
  146. DIV.sidebar UL UL LI {
  147. margin-left: 10%;
  148. }
  149. DIV.sidebar A {
  150. text-decoration: none;
  151. color: black;
  152. font-weight: bold;
  153. }
  154. DIV.sidebar A:hover {
  155. text-decoration: underline;
  156. color: #06c;
  157. }
  158. DIV.sidebar DIV.notebox {
  159. color: white !important;
  160. background: #ff30ff;
  161. border: none;
  162. text-align: left;
  163. }
  164. /* TODO: drop when nn4.css is dropped */
  165. DIV.sidebar DIV.notebox p {
  166. color: white;
  167. }
  168. DIV.sidebar DIV.notebox A {
  169. color: inherit;
  170. }
  171. DIV.farbar {
  172. float: left;
  173. margin-top: 2%;
  174. margin-left: -23%;
  175. background: #99CCFF;
  176. width: 20%;
  177. max-width: 300px;
  178. padding: 1%;
  179. }
  180. DIV.notebox {
  181. float: none;
  182. width: 100%;
  183. color: #06c !important;
  184. background: none;
  185. margin-left: 0;
  186. border: medium dashed #9cf;
  187. text-align: center;
  188. }
  189. /* TODO: drop when nn4.css is dropped */
  190. DIV.notebox p {
  191. color: #06c;
  192. text-align: center;
  193. }
  194. DIV.inlinepage {
  195. color: lightblue;
  196. margin: 1em 0;
  197. border: 0;
  198. border-style: none none solid;
  199. border-width: 1px;
  200. padding: 1 em;
  201. }
  202. DIV.inlinepage DIV.inlinepage {
  203. margin: 0;
  204. padding: 0;
  205. border-style: 0;
  206. border-width: 0;
  207. }
  208. DIV.inlinepage IMG.icon {
  209. margin-right: 0;
  210. padding: 1%;
  211. height: 15%;
  212. width: 15%;
  213. }
  214. DIV.inlinepage DIV.inlinepage DIV.inlineheader,
  215. DIV.inlinefooter {
  216. display: none;
  217. }
  218. div#footer{
  219. width:100%
  220. }
  221. div#pageinfo {
  222. position: fixed;
  223. bottom: 0;
  224. width: 100%;
  225. border-top: 0;
  226. padding: 1em 1em 1em 20px;
  227. margin: 15px 0 0 0;
  228. color: white;
  229. background-color: #9cf;
  230. }
  231. DIV.tags {
  232. display: none;
  233. }
  234. div#backlinks {
  235. display: none;
  236. }
  237. DIV.pageheader div.actions ul {
  238. border-bottom: 0;
  239. }
  240. DIV.pagedate {
  241. margin-top: 0;
  242. }
  243. DIV.pagecopyright,
  244. DIV.pagecopyright P {
  245. margin-top: 0;
  246. margin-bottom: 1em;
  247. }