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