summaryrefslogtreecommitdiff
path: root/local.css
blob: 9fdeb320b0a623c26b1d18682038dd50bd1b7f25 (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.page {
  25. background-color: White;
  26. margin: 10px 5%;
  27. border-radius: 0 20px 0 0;
  28. -moz-border-radius: 0 20px 0 0;
  29. -webkit-border-radius: 0 20px 0 0;
  30. }
  31. DIV#branding-logo {
  32. float: right;
  33. margin: opx;
  34. }
  35. DIV.header {
  36. font-size: 70%;
  37. }
  38. DIV.header SPAN {
  39. text-transform: lowercase;
  40. }
  41. DIV.header A {
  42. text-decoration: none;
  43. }
  44. DIV.sidebar {
  45. float: left;
  46. margin-top: 6em;
  47. margin-left: 2%;
  48. width: 16%;
  49. padding: 0px;
  50. color: Black;
  51. text-transform: lowercase;
  52. font-weight: bold;
  53. }
  54. DIV.sidebar UL {
  55. margin: 0px;
  56. padding: 0px;
  57. }
  58. DIV.sidebar UL LI {
  59. line-height: 2;
  60. list-style-type: none;
  61. }
  62. DIV.sidebar UL LI SPAN.selflink {
  63. color: #c03;
  64. }
  65. DIV.sidebar UL UL LI {
  66. margin-left: 10%;
  67. }
  68. DIV.sidebar A {
  69. text-decoration: none;
  70. }
  71. DIV#pagebody {
  72. float: right;
  73. width: 80%;
  74. }
  75. DIV#content {
  76. line-height: 3ex;
  77. margin: 2em 8% 0 0;
  78. }
  79. DIV#content IMG {
  80. float: left;
  81. margin-right: 2em;
  82. }
  83. BLOCKQUOTE {
  84. background-color: LightGrey;
  85. }
  86. DIV#backlinks {
  87. display: none;
  88. }
  89. DIV.pagedate {
  90. font-size: 70%;
  91. }
  92. DIV#frieze {
  93. overflow: hidden;
  94. background-color: DimGrey;
  95. width: 100%;
  96. font-size: 0;
  97. text-align: center;
  98. white-space: nowrap;
  99. }
  100. DIV#frieze UL,
  101. DIV#frieze LI {
  102. line-height: 0;
  103. }
  104. DIV#frieze UL {
  105. list-style-type:none;
  106. margin: 10px 0 0 0;
  107. padding: 0;
  108. }
  109. DIV#frieze UL LI {
  110. display:inline;
  111. margin-right: 10px;
  112. }
  113. DIV#pageinfo {
  114. border: 0;
  115. }