summaryrefslogtreecommitdiff
path: root/local.css
blob: 172b3cafbccf0e237c58aeedbcb2936dc93e637c (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. a:hover, a:visited {
  14. color: darkgreen;
  15. }
  16. DIV.header {
  17. margin: 1em 1em 0;
  18. }
  19. DIV.header,
  20. SPAN.author,
  21. DIV.recentchanges,
  22. SPAN.committype,
  23. DIV#footer {
  24. font-size: 80%;
  25. }
  26. DIV#topbar {
  27. float: right;
  28. margin: 0;
  29. padding: 0;
  30. text-align: center;
  31. width: 75%;
  32. }
  33. DIV#topbar ul {
  34. list-style-type: none;
  35. padding: 0;
  36. }
  37. DIV#topbar ul li {
  38. display: inline;
  39. margin: 0 6em;
  40. }
  41. DIV#sidebar {
  42. margin: 6em 0 2em;
  43. padding: 1em;
  44. width: 20%;
  45. }
  46. DIV#sidebar ul li {
  47. list-style-type: none;
  48. }
  49. DIV#sidebar ul li SPAN.selflink {
  50. color: darkgreen;
  51. }
  52. DIV#sidebar a {
  53. text-decoration: none;
  54. }
  55. DIV#wrapper {
  56. float: right;
  57. width: 80%;
  58. }
  59. DIV#content {
  60. max-width: 72em;
  61. }
  62. DIV#content IMG {
  63. display: block;
  64. clear: both;
  65. float: left;
  66. margin: 0 25px 25px 0;
  67. }
  68. div#pageinfo {
  69. margin: 15em 1em 1em;
  70. padding: 1em 0 0;
  71. border-top: 0;
  72. }
  73. div.actions ul {
  74. border-bottom: 0;
  75. }