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