summaryrefslogtreecommitdiff
path: root/local.css
blob: 83c942146e72131542c1a4ecb3b3e7100e8854ad (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#sidebar {
  39. margin: 6em 0 2em;
  40. padding: 1em;
  41. width: 20%;
  42. }
  43. DIV#sidebar ul li {
  44. list-style-type: none;
  45. }
  46. DIV#wrapper {
  47. float: right;
  48. width: 80%;
  49. }
  50. DIV#content {
  51. max-width: 72em;
  52. }
  53. DIV#content IMG {
  54. display: block;
  55. clear: both;
  56. float: left;
  57. margin: 0 25px 25px 0;
  58. }
  59. div#pageinfo {
  60. margin: 15em 1em 1em;
  61. padding: 1em 0 0;
  62. border-top: 0;
  63. }
  64. div.actions ul {
  65. border-bottom: 0;
  66. }