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