summaryrefslogtreecommitdiff
path: root/local.css
blob: 2d44f4564c7845df5cf78120c800b6a996d10e3b (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. margin-top: 0;
  37. margin-bottom: 0;
  38. }
  39. div#topbar a,
  40. div#topbar a:hover,
  41. div#topbar a:visited {
  42. color: white;
  43. }
  44. div#backlinks {
  45. margin: 0;
  46. }
  47. div#backlinks a,
  48. div#backlinks a:hover {
  49. color: white;
  50. }
  51. DIV#sidebar {
  52. float: left;
  53. margin-top: 6em;
  54. margin-left: 2%;
  55. width: 16%;
  56. padding: 0px;
  57. text-transform: lowercase;
  58. font-weight: bold;
  59. }
  60. DIV#sidebar UL {
  61. margin: 0px;
  62. padding: 0px;
  63. }
  64. DIV#sidebar UL LI {
  65. line-height: 2;
  66. list-style-type: none;
  67. }
  68. DIV#sidebar UL LI SPAN.selflink {
  69. color: black;
  70. }
  71. DIV#sidebar UL UL LI {
  72. margin-left: 10%;
  73. }
  74. div#backlinks {
  75. display: none;
  76. }
  77. div#pageinfo {
  78. margin: 15em 0 0;
  79. padding: 2px 20px;
  80. border-top: 0;
  81. background-color: green;
  82. color: white;
  83. }
  84. div.pagedate {
  85. margin-top: 0;
  86. }