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