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