summaryrefslogtreecommitdiff
path: root/local.scss
blob: 0ef8146d9f970214cbd1ab7edd316202a2d9e509 (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. p {
  11. clear: both;
  12. }
  13. h1, h2, h3 {
  14. color: darkgreen;
  15. clear: both;
  16. }
  17. a:hover {
  18. color: darkgreen;
  19. }
  20. DIV.header {
  21. margin: 1em 1em 0;
  22. }
  23. DIV.header,
  24. SPAN.author,
  25. DIV.recentchanges,
  26. SPAN.committype,
  27. DIV#footer,
  28. DIV.inlinefooter {
  29. font-size: 80%;
  30. }
  31. DIV#topbar,
  32. DIV.topbar {
  33. float: right;
  34. margin: 0;
  35. padding: 0;
  36. text-align: center;
  37. width: 75%;
  38. }
  39. DIV#topbar a,
  40. DIV.topbar a {
  41. text-decoration: none;
  42. }
  43. DIV#topbar ul,
  44. DIV.topbar ul {
  45. list-style-type: none;
  46. padding: 0;
  47. }
  48. DIV#topbar ul li,
  49. DIV.topbar ul li {
  50. display: inline;
  51. margin: 0 5%;
  52. }
  53. DIV#sidebar,
  54. DIV.sidebar {
  55. background: none;
  56. padding: 1em;
  57. border: none;
  58. margin-top: 4em;
  59. margin-right: 2em;
  60. margin-bottom: 2em;
  61. margin-left: 2em;
  62. }
  63. DIV#sidebar ul li,
  64. DIV.sidebar ul li {
  65. list-style-type: none;
  66. }
  67. DIV#sidebar ul li SPAN.selflink,
  68. DIV.sidebar ul li SPAN.selflink {
  69. color: darkgreen;
  70. }
  71. DIV#sidebar a,
  72. DIV.sidebar a {
  73. text-decoration: none;
  74. }
  75. DIV#wrapper,
  76. DIV#pagebody {
  77. float: left;
  78. margin: 1em 0 4.2em 25%;
  79. }
  80. DIV#content {
  81. max-width: 40em;
  82. padding: 0;
  83. }
  84. DIV#content IMG {
  85. float: left;
  86. margin: 0 25px 25px 0px;
  87. }
  88. DIV.inlinepage {
  89. border: 0;
  90. padding: 1em 0;
  91. min-height: 100px;
  92. clear: both;
  93. overflow: visible;
  94. }
  95. DIV.inlineheader A {
  96. font-weight: normal;
  97. }
  98. DIV.inlinepage .tags {
  99. display: none;
  100. }
  101. DIV.inlineposttext {
  102. clear: both;
  103. }
  104. DIV.tags {
  105. display: none;
  106. }
  107. DIV#footer {
  108. z-index: -1;
  109. position: fixed;
  110. bottom: 0;
  111. width: 100%;
  112. }
  113. DIV#backlinks {
  114. display: none;
  115. }
  116. DIV#pageinfo {
  117. margin: 0 1em;
  118. padding: 1em 0 0;
  119. border-top: 0;
  120. }
  121. DIV.pageheader div.actions ul {
  122. border-bottom: 0;
  123. }