summaryrefslogtreecommitdiff
path: root/local.css
blob: 25b8cae7e18a6bbe96ff106c8934c69830d54b6e (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. float: right;
  28. margin: 0;
  29. padding: 0;
  30. text-align: center;
  31. width: 75%;
  32. }
  33. DIV#topbar a {
  34. text-decoration: none;
  35. }
  36. DIV#topbar ul {
  37. list-style-type: none;
  38. padding: 0;
  39. }
  40. DIV#topbar ul li {
  41. display: inline;
  42. margin: 0 6em;
  43. }
  44. DIV#sidebar {
  45. float: left;
  46. margin: 6em 0 2em;
  47. padding: 1em;
  48. width: 20%;
  49. }
  50. DIV#sidebar ul li {
  51. list-style-type: none;
  52. }
  53. DIV#sidebar ul li SPAN.selflink {
  54. color: darkgreen;
  55. }
  56. DIV#sidebar a {
  57. text-decoration: none;
  58. }
  59. DIV#wrapper {
  60. float: right;
  61. width: 80%;
  62. }
  63. DIV#content {
  64. max-width: 72em;
  65. }
  66. DIV#content IMG {
  67. display: block;
  68. clear: both;
  69. float: left;
  70. margin: 0 25px 25px 0;
  71. }
  72. div#pageinfo {
  73. margin: 15em 1em 1em;
  74. padding: 1em 0 0;
  75. border-top: 0;
  76. }
  77. div.actions ul {
  78. border-bottom: 0;
  79. }