summaryrefslogtreecommitdiff
path: root/local.css
blob: ecf8fe325626d1ac84fb1774d7ea3110a75c3747 (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#wrapper {
  69. float: right;
  70. width: 80%;
  71. }
  72. DIV#content {
  73. line-height: 3ex;
  74. margin: 2em 8% 0 0;
  75. }
  76. DIV#content IMG {
  77. float: left;
  78. margin-right: 2em;
  79. }
  80. BLOCKQUOTE {
  81. background-color: LightGrey;
  82. }
  83. DIV#backlinks {
  84. display: none;
  85. }
  86. DIV.pagedate {
  87. font-size: 70%;
  88. }
  89. DIV#frieze {
  90. overflow: hidden;
  91. background-color: DimGrey;
  92. width: 100%;
  93. text-align: center;
  94. white-space: nowrap;
  95. }
  96. DIV#frieze UL {
  97. list-style-type:none;
  98. margin: 10pt 0 0 0;
  99. padding: 0;
  100. }
  101. DIV#frieze UL LI {
  102. display:inline;
  103. margin-right: 5pt;
  104. }
  105. DIV#pageinfo {
  106. border: 0;
  107. }