summaryrefslogtreecommitdiff
path: root/local.css
blob: d31f81d47858ac2ef296b63dd2c97cd740033a5d (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 5%;
  43. }
  44. DIV#sidebar {
  45. margin: 4em 2em 2em;
  46. padding: 1em;
  47. }
  48. DIV#sidebar ul li {
  49. list-style-type: none;
  50. }
  51. DIV#sidebar ul li SPAN.selflink {
  52. color: darkgreen;
  53. }
  54. DIV#sidebar a {
  55. text-decoration: none;
  56. }
  57. DIV#wrapper {
  58. float: left;
  59. margin: 1em 0 0 25%;
  60. }
  61. DIV#content {
  62. max-width: 40em;
  63. padding: 0;
  64. }
  65. DIV#content IMG {
  66. display: block;
  67. clear: both;
  68. float: left;
  69. margin: 0 25px 25px -250px;
  70. }
  71. div#pageinfo {
  72. margin: 15em 1em 1em;
  73. padding: 1em 0 0;
  74. border-top: 0;
  75. }
  76. div.actions ul {
  77. border-bottom: 0;
  78. }