summaryrefslogtreecommitdiff
path: root/local.css
blob: 35aa097bbe5fb649b7c6f7c93fe17e210fda0b08 (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 {
  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. DIV.topbar {
  28. float: right;
  29. margin: 0;
  30. padding: 0;
  31. text-align: center;
  32. width: 75%;
  33. }
  34. DIV#topbar a,
  35. DIV.topbar a {
  36. text-decoration: none;
  37. }
  38. DIV#topbar ul,
  39. DIV.topbar ul {
  40. list-style-type: none;
  41. padding: 0;
  42. }
  43. DIV#topbar ul li,
  44. DIV.topbar ul li {
  45. display: inline;
  46. margin: 0 5%;
  47. }
  48. DIV#sidebar,
  49. DIV.sidebar {
  50. margin: 4em 2em 2em;
  51. padding: 1em;
  52. }
  53. DIV#sidebar ul li,
  54. DIV.sidebar ul li {
  55. list-style-type: none;
  56. }
  57. DIV#sidebar ul li SPAN.selflink,
  58. DIV.sidebar ul li SPAN.selflink {
  59. color: darkgreen;
  60. }
  61. DIV#sidebar a,
  62. DIV.sidebar a {
  63. text-decoration: none;
  64. }
  65. DIV#wrapper,
  66. DIV#pagebody {
  67. float: left;
  68. margin: 1em 0 0 25%;
  69. }
  70. DIV#content {
  71. max-width: 40em;
  72. padding: 0;
  73. }
  74. DIV#content IMG {
  75. display: block;
  76. clear: both;
  77. float: left;
  78. margin: 0 25px 25px -250px;
  79. }
  80. DIV.tags {
  81. display: none;
  82. }
  83. div#pageinfo {
  84. margin: 15em 1em 1em;
  85. padding: 1em 0 0;
  86. border-top: 0;
  87. }
  88. div.actions ul {
  89. border-bottom: 0;
  90. }