summaryrefslogtreecommitdiff
path: root/local.css
blob: 88aa411bb979f31ff8148c2ca1deb75e876f4e8b (plain)
  1. /* ikiwiki local style sheet */
  2. /* Add local styling here, instead of modifying style.css. */
  3. body {
  4. background-color: DimGrey;
  5. }
  6. h1 {
  7. color: #c03;
  8. text-transform: lowercase;
  9. font-family: sans-serif;
  10. }
  11. #container {
  12. background-color: White;
  13. margin: 10px 5%;
  14. }
  15. #branding-logo {
  16. float: right;
  17. margin: opx;
  18. }
  19. div.header {
  20. font-size: 70%;
  21. }
  22. div.header span {
  23. text-transform: lowercase;
  24. font-family: sans-serif;
  25. }
  26. #sidebar {
  27. float: left;
  28. margin-top: 6em;
  29. margin-left: 5%;
  30. width: 16%;
  31. padding: 0px;
  32. color: Black;
  33. text-transform: lowercase;
  34. font-family: sans-serif;
  35. font-weight: bold;
  36. }
  37. #sidebar ul {
  38. margin: 0px;
  39. padding: 0px;
  40. }
  41. #sidebar ul li, #sidebar ul li a {
  42. line-height: 2;
  43. list-style-type: none;
  44. text-decoration: none;
  45. }
  46. #sidebar ul li {
  47. }
  48. #sidebar ul li a {
  49. color: inherit;
  50. }
  51. #sidebar ul li a:visited {
  52. color: DimGrey;
  53. }
  54. #sidebar ul li a:hover {
  55. color: #c03;
  56. text-decoration: underline;
  57. }
  58. #sidebar ul ul li {
  59. margin-left: 15%;
  60. }
  61. #content {
  62. float: right;
  63. width: 70%;
  64. line-height: 3ex;
  65. margin-top: 2em;
  66. margin-right: 8%;
  67. }
  68. blockquote {
  69. background-color: LightGrey;
  70. }
  71. div.pagedate {
  72. font-size: 70%;
  73. }
  74. div#frieze {
  75. overflow: hidden;
  76. width: 100%;
  77. text-align: center;
  78. white-space: nowrap;
  79. }
  80. div#frieze ul {
  81. list-style-type:none;
  82. margin: 0;
  83. padding: 0;
  84. }
  85. div#frieze ul li {
  86. display:inline;
  87. }
  88. #pageinfo {
  89. border: 0;
  90. }