summaryrefslogtreecommitdiff
path: root/local.css
blob: 0739ed7ce77f32c0c7d65f748c9306f038c86309 (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. margin: 6em 0 0;
  30. padding: 0;
  31. }
  32. DIV#topbar ul li {
  33. display: inline;
  34. margin: 0 6em;
  35. }
  36. DIV#wrapper {
  37. float: right;
  38. width: 80%;
  39. }
  40. DIV#content {
  41. max-width: 72em;
  42. }
  43. DIV#content IMG {
  44. display: block;
  45. clear: both;
  46. float: left;
  47. padding: 10px;
  48. }
  49. div#pageinfo {
  50. margin: 15em 1em 1em;
  51. padding: 1em 0 0;
  52. border-top: 0;
  53. }
  54. div.actions ul {
  55. border-bottom: 0;
  56. }