summaryrefslogtreecommitdiff
path: root/local.css
blob: 2627018691ec3ffce42e80e225cc049725934151 (plain)
  1. /* ikiwiki local style sheet */
  2. /* Add local styling here, instead of modifying style.css. */
  3. a,
  4. a:hover,
  5. a:visited {
  6. font-weight: normal;
  7. color: green;
  8. }
  9. .header {
  10. background-color: green;
  11. color: white;
  12. padding: 10px 20px 0;
  13. }
  14. div.header a,
  15. div.header a:hover {
  16. color: white;
  17. }
  18. div.actions ul {
  19. border-bottom: 0;
  20. background-color: green;
  21. color: white;
  22. }
  23. div#topbar ul li {
  24. display:inline;
  25. margin: 0 20px;
  26. }
  27. div#topbar li,
  28. div#topbar ul,
  29. div#topbar ul li,
  30. div#topbar ol,
  31. div#topbar ol li {
  32. font-size: 1.1em;
  33. line-height: 2em;
  34. background-color: green;
  35. color: white;
  36. font-weight: bold;
  37. margin-top: 0;
  38. margin-bottom: 0;
  39. }
  40. div#topbar a,
  41. div#topbar a:hover,
  42. div#topbar a:visited {
  43. color: white;
  44. }
  45. div#backlinks {
  46. margin: 0;
  47. }
  48. div#backlinks a,
  49. div#backlinks a:hover {
  50. color: white;
  51. }
  52. DIV#sidebar {
  53. float: left;
  54. margin-top: 6em;
  55. margin-left: 2%;
  56. width: 16%;
  57. padding: 0px;
  58. text-transform: lowercase;
  59. font-weight: bold;
  60. }
  61. DIV#sidebar UL {
  62. margin: 0px;
  63. padding: 0px;
  64. }
  65. DIV#sidebar UL LI {
  66. line-height: 2;
  67. list-style-type: none;
  68. }
  69. DIV#sidebar UL LI SPAN.selflink {
  70. color: black;
  71. }
  72. DIV#sidebar UL UL LI {
  73. margin-left: 10%;
  74. }
  75. div#backlinks {
  76. display: none;
  77. }
  78. div#pageinfo {
  79. margin: 15em 0 0;
  80. padding: 2px 20px;
  81. border-top: 0;
  82. background-color: green;
  83. color: white;
  84. }
  85. div.pagedate {
  86. margin-top: 0;
  87. }