summaryrefslogtreecommitdiff
path: root/actiontabs/style.scss
blob: 1b4044ec1e879c0104acb2769e8085db26778938 (plain)
  1. @import "../default/ikiwiki";
  2. @include ikiwiki;
  3. /* actiontabs theme for ikiwiki
  4. *
  5. * by svend
  6. */
  7. a {
  8. text-decoration: none;
  9. color: #005a9c;
  10. }
  11. a:hover {
  12. text-decoration: underline;
  13. }
  14. hr {
  15. border-style: none;
  16. background-color: #999;
  17. height: 1px;
  18. }
  19. code, pre {
  20. background: #eee;
  21. }
  22. pre {
  23. padding: .5em;
  24. }
  25. body {
  26. margin: 0;
  27. padding: 0;
  28. font-family: sans-serif;
  29. color: black;
  30. background: white;
  31. }
  32. .pageheader {
  33. margin: 0;
  34. padding: 1em 2em;
  35. position: relative;
  36. overflow: hidden;
  37. background: #eee;
  38. border-color: #999;
  39. border-style: none none solid none;
  40. border-width: 1px;
  41. }
  42. .pageheader .header {
  43. float: left;
  44. font-size: 120%;
  45. }
  46. .header {
  47. font-weight: normal;
  48. }
  49. .title {
  50. display: block;
  51. margin-top: .2em;
  52. font: 140% sans-serif;
  53. }
  54. #searchform {
  55. position: absolute;
  56. top: 0.5em;
  57. right: 2em;
  58. }
  59. .pageheader .actions {
  60. position: absolute;
  61. bottom: 0;
  62. right: 2em;
  63. width: 100%;
  64. text-align: right;
  65. padding: 2px;
  66. }
  67. #content, #comments, #footer {
  68. margin: 1em 2em;
  69. }
  70. #pageinfo {
  71. border-color: #999;
  72. }
  73. .inlinepage {
  74. margin: .4em 0;
  75. padding: .4em 0;
  76. border-style: none;
  77. border-top: 1px solid #aaa;
  78. }
  79. .inlineheader {
  80. font-size: 120%;
  81. }
  82. h1 {
  83. font: 120% sans-serif;
  84. }
  85. h2 {
  86. font: bold 100% sans-serif;
  87. }
  88. h3 {
  89. font: italic 100% sans-serif;
  90. }
  91. h4, h5, h6 {
  92. font: small-caps 100% sans-serif;
  93. }
  94. /* Smaller headings for inline pages */
  95. .inlinepage h1 {
  96. font-size: 110%;
  97. }
  98. .inlinepage h2 {
  99. font-size: 100%;
  100. }
  101. .inlinepage h3 {
  102. font-size: 100%;
  103. }
  104. .pageheader .actions ul {
  105. border-style: none;
  106. }
  107. .actions ul {
  108. padding: 0;
  109. border-style: none;
  110. }
  111. .actions ul li a {
  112. text-decoration: none;
  113. }
  114. .pageheader .actions ul li {
  115. margin: 0;
  116. padding: .1em .5em 0 .5em;
  117. background: white;
  118. border-color: #999;
  119. border-style: solid solid none solid;
  120. border-width: 1px;
  121. }
  122. div.recentchanges {
  123. border-style: none;
  124. }
  125. .pagecloud {
  126. width: auto;
  127. }
  128. .sidebar {
  129. border-bottom: 0;
  130. border-right: 0;
  131. border-top: 0;
  132. margin-top: 0.5em;
  133. padding: 0 0 0 2ex;
  134. border-color: #999;
  135. }