summaryrefslogtreecommitdiff
path: root/local.css
blob: ba00deb42c603e35976f9eef1dee07e5328ed2e1 (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. 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. font-family: sans-serif;
  38. }
  39. DIV.header A {
  40. text-decoration: none;
  41. }
  42. DIV#sidebar {
  43. float: left;
  44. margin-top: 6em;
  45. margin-left: 2%;
  46. width: 16%;
  47. padding: 0px;
  48. color: Black;
  49. text-transform: lowercase;
  50. font-family: sans-serif;
  51. font-weight: bold;
  52. }
  53. DIV#sidebar UL {
  54. margin: 0px;
  55. padding: 0px;
  56. }
  57. DIV#sidebar UL LI {
  58. line-height: 2;
  59. list-style-type: none;
  60. }
  61. DIV#sidebar UL LI SPAN.selflink {
  62. color: #c03;
  63. }
  64. DIV#sidebar UL UL LI {
  65. margin-left: 10%;
  66. }
  67. DIV#sidebar A {
  68. text-decoration: none;
  69. }
  70. DIV#content {
  71. float: right;
  72. width: 65%;
  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.pagedate {
  84. font-size: 70%;
  85. }
  86. DIV#frieze {
  87. overflow: hidden;
  88. width: 100%;
  89. text-align: center;
  90. white-space: nowrap;
  91. }
  92. DIV#frieze UL {
  93. list-style-type:none;
  94. margin: 0;
  95. padding: 0;
  96. }
  97. DIV#frieze UL LI {
  98. display:inline;
  99. }
  100. DIV#pageinfo {
  101. border: 0;
  102. }