summaryrefslogtreecommitdiff
path: root/local.css
blob: b0f8a022e94b72be2ae74439c6e97b7a050bb96f (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. float: left;
  67. margin: 1em 0 0 25%;
  68. }
  69. DIV#content {
  70. max-width: 40em;
  71. padding: 0;
  72. }
  73. DIV#content IMG {
  74. display: block;
  75. clear: both;
  76. float: left;
  77. margin: 0 25px 25px -250px;
  78. }
  79. DIV.tags {
  80. display: none;
  81. }
  82. div#pageinfo {
  83. margin: 15em 1em 1em;
  84. padding: 1em 0 0;
  85. border-top: 0;
  86. }
  87. div.actions ul {
  88. border-bottom: 0;
  89. }