summaryrefslogtreecommitdiff
path: root/local.css
blob: 1ccaaf623823b7e250fb5885fbe23285ee55fa76 (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. background-color: none;
  54. padding: 1em;
  55. border: none;
  56. margin-top: 4em;
  57. margin-right: 2em;
  58. margin-bottom: 2em;
  59. margin-left: 2em;
  60. }
  61. DIV#sidebar ul li,
  62. DIV.sidebar ul li {
  63. list-style-type: none;
  64. }
  65. DIV#sidebar ul li SPAN.selflink,
  66. DIV.sidebar ul li SPAN.selflink {
  67. color: darkgreen;
  68. }
  69. DIV#sidebar a,
  70. DIV.sidebar a {
  71. text-decoration: none;
  72. }
  73. DIV#wrapper,
  74. DIV#pagebody {
  75. float: left;
  76. margin: 1em 0 0 25%;
  77. }
  78. DIV#content {
  79. max-width: 40em;
  80. padding: 0;
  81. }
  82. DIV#content IMG {
  83. float: left;
  84. margin: 0 25px 25px 0px;
  85. }
  86. DIV.inlinepage {
  87. border: 0;
  88. padding 1em 0;
  89. min-height: 100px;
  90. clear: both;
  91. }
  92. DIV.inlineposttext {
  93. clear: both;
  94. }
  95. DIV.inlinefooter {
  96. display: none;
  97. }
  98. DIV.tags {
  99. display: none;
  100. }
  101. div#pageinfo {
  102. margin: 15em 1em 1em;
  103. padding: 1em 0 0;
  104. border-top: 0;
  105. }
  106. DIV.pageheader div.actions ul {
  107. border-bottom: 0;
  108. }