summaryrefslogtreecommitdiff
path: root/local.css
blob: c74c5a0e864263721aa6044ff84b5dad1bf108ac (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. DIV.header {
  14. margin: 1em 1em 0;
  15. }
  16. DIV.header,
  17. SPAN.author,
  18. DIV.recentchanges,
  19. SPAN.committype,
  20. DIV#footer {
  21. font-size: 80%;
  22. }
  23. DIV#topbar {
  24. float: right;
  25. margin: 0;
  26. padding: 0;
  27. text-align: center;
  28. width: 75%;
  29. }
  30. DIV#topbar ul {
  31. list-style-type: none;
  32. padding: 0;
  33. }
  34. DIV#topbar ul li {
  35. display: inline;
  36. margin: 0 6em;
  37. }
  38. DIV#wrapper {
  39. float: right;
  40. width: 80%;
  41. }
  42. DIV#content {
  43. max-width: 72em;
  44. }
  45. DIV#content IMG {
  46. display: block;
  47. clear: both;
  48. float: left;
  49. margin: 0 25px 25px 0;
  50. }
  51. div#pageinfo {
  52. margin: 15em 1em 1em;
  53. padding: 1em 0 0;
  54. border-top: 0;
  55. }
  56. div.actions ul {
  57. border-bottom: 0;
  58. }