summaryrefslogtreecommitdiff
path: root/local.css
blob: 0929af6d1aa495fd474adc903b42d03ecce710c6 (plain)
  1. /* ikiwiki local style sheet */
  2. /* Add local styling here, instead of modifying style.css. */
  3. body {
  4. background-color: transparent;
  5. background-image: url("sr_logo.png");
  6. background-repeat: no-repeat;
  7. background-attachment: fixed;
  8. background-position: right bottom;
  9. }
  10. h1, h2, h3 {
  11. color: darkgreen;
  12. }
  13. a:hover {
  14. color: darkgreen;
  15. }
  16. DIV.header {
  17. margin: 1em 1em 0;
  18. }
  19. DIV.header,
  20. SPAN.author,
  21. DIV.recentchanges,
  22. SPAN.committype,
  23. DIV#footer {
  24. font-size: 80%;
  25. }
  26. DIV#topbar,
  27. DIV.topbar {
  28. float: right;
  29. margin: 0;
  30. padding: 0;
  31. text-align: center;
  32. width: 75%;
  33. }
  34. DIV#topbar a,
  35. DIV.topbar a {
  36. text-decoration: none;
  37. }
  38. DIV#topbar ul,
  39. DIV.topbar ul {
  40. list-style-type: none;
  41. padding: 0;
  42. }
  43. DIV#topbar ul li,
  44. DIV.topbar ul li {
  45. display: inline;
  46. margin: 0 5%;
  47. }
  48. DIV#sidebar,
  49. DIV.sidebar {
  50. padding: 1em;
  51. border: none;
  52. margin-top: 4em;
  53. margin-right: 2em;
  54. margin-bottom: 2em;
  55. margin-left: 2em;
  56. }
  57. DIV#sidebar ul li,
  58. DIV.sidebar ul li {
  59. list-style-type: none;
  60. }
  61. DIV#sidebar ul li SPAN.selflink,
  62. DIV.sidebar ul li SPAN.selflink {
  63. color: darkgreen;
  64. }
  65. DIV#sidebar a,
  66. DIV.sidebar a {
  67. text-decoration: none;
  68. }
  69. DIV#wrapper,
  70. DIV#pagebody {
  71. float: left;
  72. margin: 1em 0 0 25%;
  73. }
  74. DIV#content {
  75. max-width: 40em;
  76. padding: 0;
  77. }
  78. DIV#content IMG {
  79. display: block;
  80. clear: both;
  81. float: left;
  82. margin: 0 25px 25px -250px;
  83. }
  84. DIV.tags {
  85. display: none;
  86. }
  87. div#pageinfo {
  88. margin: 15em 1em 1em;
  89. padding: 1em 0 0;
  90. border-top: 0;
  91. }
  92. DIV.pageheader div.actions ul {
  93. border-bottom: 0;
  94. }