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