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