summaryrefslogtreecommitdiff
path: root/actiontabs/style.scss
blob: 145e909fc93e0ed040ef653ee235ac45dc6e0864 (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, #enclosure, #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, h4, h5, h6 {
  88. font: bold 80% sans-serif;
  89. }
  90. /* Smaller headings for inline pages */
  91. .inlinepage h1 {
  92. font-size: 110%;
  93. }
  94. .inlinepage h2 {
  95. font-size: 100%;
  96. }
  97. .inlinepage h3 {
  98. font-size: 100%;
  99. }
  100. .pageheader .actions ul {
  101. border-style: none;
  102. }
  103. .actions ul {
  104. padding: 0;
  105. border-style: none;
  106. }
  107. .actions ul li a {
  108. text-decoration: none;
  109. }
  110. .pageheader .actions ul li {
  111. margin: 0;
  112. padding: .1em .5em 0 .5em;
  113. background: white;
  114. border-color: #999;
  115. border-style: solid solid none solid;
  116. border-width: 1px;
  117. }
  118. div.recentchanges {
  119. border-style: none;
  120. }
  121. .pagecloud {
  122. width: auto;
  123. }
  124. .sidebar {
  125. border-bottom: 0;
  126. border-right: 0;
  127. border-top: 0;
  128. margin-top: 0.5em;
  129. padding: 0 0 0 2ex;
  130. border-color: #999;
  131. }
  132. .pageheader .trails {
  133. /* allow space for the action tabs */
  134. margin-bottom: 2em;
  135. }