summaryrefslogtreecommitdiff
path: root/local.css
blob: f29073634ace5ffd5b8e55a0c16bd6f5df51e410 (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.topbar {
  70. float: right;
  71. background-color: #9cf;
  72. margin: 0;
  73. padding: 0;
  74. text-align: center;
  75. width: 100%;
  76. }
  77. DIV.topbar a {
  78. text-decoration: none;
  79. color: #06c;
  80. font-weight: bold;
  81. }
  82. DIV.topbar ul {
  83. list-style-type: none;
  84. padding: 0;
  85. margin-top: 0;
  86. margin-bottom: 0;
  87. font-size: 1.3em;
  88. font-weight: bold;
  89. line-height: 2.5em;
  90. }
  91. DIV.topbar ul li {
  92. display: inline;
  93. color: #06c;
  94. font-weight: bold;
  95. margin: 0 3em;
  96. }
  97. DIV.topbar a:hover {
  98. color: white;
  99. }
  100. DIV.topbar span.selflink {
  101. color: white;
  102. }
  103. FORM#searchform {
  104. display: block;
  105. right: 15px;
  106. margin: 0;
  107. position: absolute;
  108. top: 5px;
  109. }
  110. DIV#pagebody {
  111. float: left;
  112. width: 100%;
  113. }
  114. DIV#content {
  115. margin: 2% 25% 15% 25%;
  116. padding: 0;
  117. max-width: 55em;
  118. }
  119. DIV.sidebar {
  120. float: left;
  121. border: none;
  122. margin-top: 1em;
  123. margin-left: -100%;
  124. margin-right: 2%;
  125. width: 17%;
  126. padding: 0 0 0 1%;
  127. }
  128. DIV.sidebar UL {
  129. margin: 0px;
  130. padding: 0px;
  131. text-transform: none;
  132. font-weight: bold;
  133. }
  134. DIV.sidebar UL LI {
  135. line-height: 2;
  136. list-style-type: none;
  137. }
  138. DIV.sidebar UL LI SPAN.selflink {
  139. color: #06c;
  140. }
  141. DIV.sidebar UL UL LI {
  142. margin-left: 10%;
  143. }
  144. DIV.sidebar A {
  145. text-decoration: none;
  146. color: black;
  147. font-weight: bold;
  148. }
  149. DIV.sidebar A:hover {
  150. text-decoration: underline;
  151. color: #06c;
  152. }
  153. DIV.sidebar DIV.notebox {
  154. color: white !important;
  155. background: #ff30ff;
  156. border: none;
  157. text-align: left;
  158. }
  159. /* TODO: drop when nn4.css is dropped */
  160. DIV.sidebar DIV.notebox p {
  161. color: white;
  162. }
  163. DIV.sidebar DIV.notebox A {
  164. color: inherit;
  165. }
  166. DIV.farbar {
  167. float: left;
  168. margin-top: 2%;
  169. margin-left: -23%;
  170. background: #99CCFF;
  171. width: 20%;
  172. max-width: 300px;
  173. padding: 1%;
  174. }
  175. DIV.notebox {
  176. float: none;
  177. width: 100%;
  178. color: #06c !important;
  179. background: none;
  180. margin-left: 0;
  181. border: medium dashed #9cf;
  182. text-align: center;
  183. }
  184. /* TODO: drop when nn4.css is dropped */
  185. DIV.notebox p {
  186. color: #06c;
  187. text-align: center;
  188. }
  189. DIV.inlinepage {
  190. color: lightblue;
  191. margin: 1em 0;
  192. border: 0;
  193. border-style: none none solid;
  194. border-width: 1px;
  195. padding: 1 em;
  196. }
  197. DIV.inlinepage DIV.inlinepage {
  198. margin: 0;
  199. padding: 0;
  200. border-style: 0;
  201. border-width: 0;
  202. }
  203. DIV.inlinepage IMG.icon {
  204. margin-right: 0;
  205. padding: 1%;
  206. height: 15%;
  207. width: 15%;
  208. }
  209. DIV.inlinepage DIV.inlinepage DIV.inlineheader,
  210. DIV.inlinefooter {
  211. display: none;
  212. }
  213. div#footer{
  214. width:100%
  215. }
  216. div#pageinfo {
  217. position: fixed;
  218. bottom: 0;
  219. width: 100%;
  220. border-top: 0;
  221. padding: 1em 1em 1em 20px;
  222. margin: 15px 0 0 0;
  223. color: white;
  224. background-color: #9cf;
  225. }
  226. DIV.tags {
  227. display: none;
  228. }
  229. div#backlinks {
  230. display: none;
  231. }
  232. DIV.pageheader div.actions ul {
  233. border-bottom: 0;
  234. }
  235. DIV.pagedate {
  236. margin-top: 0;
  237. }
  238. DIV.pagecopyright,
  239. DIV.pagecopyright P {
  240. margin-top: 0;
  241. margin-bottom: 0;
  242. }