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