summaryrefslogtreecommitdiff
path: root/local.css
blob: 672729253af00e20a24cb9593b9fe9b025ec9016 (plain)
  1. /* ikiwiki local style sheet */
  2. /* Add local styling here, instead of modifying style.css. */
  3. body {
  4. background: sr_logo.png no-repeat fixed right bottom;
  5. }
  6. div.header {
  7. margin: 1em 1em 0;
  8. }
  9. div.header,
  10. span.author,
  11. div.recentchanges,
  12. span.committype,
  13. div#footer {
  14. font-size: 80%;
  15. }
  16. DIV#wrapper {
  17. float: right;
  18. width: 80%;
  19. }
  20. DIV#content {
  21. max-width: 72em;
  22. }
  23. DIV#content IMG {
  24. display: block;
  25. clear: both;
  26. float: left;
  27. padding: 10px;
  28. }
  29. div#pageinfo {
  30. margin: 15em 1em 1em;
  31. padding: 1em 0 0;
  32. border-top: 0;
  33. }
  34. div.actions ul {
  35. border-bottom: 0;
  36. }