summaryrefslogtreecommitdiff
path: root/local.css
blob: c03cda7ef6acf0b2b7b7c0f864f1db0398aa2462 (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. div.header {
  11. margin: 1em 1em 0;
  12. }
  13. div.header,
  14. span.author,
  15. div.recentchanges,
  16. span.committype,
  17. div#footer {
  18. font-size: 80%;
  19. }
  20. DIV#wrapper {
  21. float: right;
  22. width: 80%;
  23. }
  24. DIV#content {
  25. max-width: 72em;
  26. }
  27. DIV#content IMG {
  28. display: block;
  29. clear: both;
  30. float: left;
  31. padding: 10px;
  32. }
  33. div#pageinfo {
  34. margin: 15em 1em 1em;
  35. padding: 1em 0 0;
  36. border-top: 0;
  37. }
  38. div.actions ul {
  39. border-bottom: 0;
  40. }