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