summaryrefslogtreecommitdiff
path: root/local.css
blob: 7bde41d978ee893e836dcfcc4d2e9b46026a126f (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-left: 5%;
  29. width: 16%;
  30. padding: 0px;
  31. color: Black;
  32. text-transform: lowercase;
  33. font-family: sans-serif;
  34. }
  35. #sidebar ul {
  36. margin: 0px;
  37. padding: 0px;
  38. }
  39. #sidebar ul li, #sidebar ul li a {
  40. line-height: 2;
  41. list-style-type: none;
  42. text-decoration: none;
  43. }
  44. #sidebar ul li {
  45. }
  46. #sidebar ul li a {
  47. color: inherit;
  48. }
  49. #sidebar ul li a:visited {
  50. color: DimGrey;
  51. }
  52. #sidebar ul li a:hover {
  53. color: #c03;
  54. text-decoration: underline;
  55. }
  56. #content {
  57. float: right;
  58. width: 70%;
  59. line-height: 3ex;
  60. margin-top: 2em;
  61. margin-right: 8%;
  62. }
  63. blockquote {
  64. background-color: LightGrey;
  65. }
  66. div.pagedate {
  67. font-size: 70%;
  68. }
  69. div#frieze {
  70. overflow: hidden;
  71. width: 100%;
  72. text-align: center;
  73. white-space: nowrap;
  74. }
  75. div#frieze ul {
  76. list-style-type:none;
  77. margin: 0;
  78. padding: 0;
  79. }
  80. div#frieze ul li {
  81. display:inline;
  82. }
  83. #pageinfo {
  84. border: 0;
  85. }