summaryrefslogtreecommitdiff
path: root/themes/actiontabs/style.css
blob: f48448e2ee35e26328a3fd45d17598b30551cf20 (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 0 2em;
  33. background: #eee;
  34. border-color: #999;
  35. border-style: none none solid none;
  36. border-width: 1px;
  37. }
  38. .header {
  39. font-size: 100%;
  40. font-weight: normal;
  41. }
  42. .title {
  43. display: block;
  44. margin-top: .2em;
  45. font: 140% sans-serif;
  46. text-transform: capitalize;
  47. }
  48. .actions {
  49. text-align: right;
  50. padding: 0;
  51. }
  52. #content, #comments, #footer {
  53. margin: 1em 2em;
  54. }
  55. #pageinfo {
  56. border-color: #999;
  57. }
  58. .inlinepage {
  59. margin: .4em 0;
  60. padding: .4em 0;
  61. border-style: none;
  62. border-top: 1px solid #aaa;
  63. }
  64. .inlineheader {
  65. font-size: 120%;
  66. font-weight: normal;
  67. }
  68. h1 { font: 120% sans-serif }
  69. h2 { font: bold 100% sans-serif }
  70. h3 { font: italic 100% sans-serif }
  71. h4, h5, h6 { font: small-caps 100% sans-serif }
  72. /* Smaller headings for inline pages */
  73. .inlinepage h1 { font-size: 110% }
  74. .inlinepage h2 { font-size: 100% }
  75. .inlinepage h3 { font-size: 100% }
  76. .pageheader .actions ul {
  77. border-style: none
  78. }
  79. .actions ul {
  80. font-size: 75%;
  81. padding: 0;
  82. border-style: none;
  83. }
  84. .actions ul li a {
  85. text-decoration: none;
  86. }
  87. .actions ul li {
  88. margin: 0;
  89. padding: .1em .5em 0 .5em;
  90. background: white;
  91. border-color: #999;
  92. border-style: solid solid none solid;
  93. border-width: 1px;
  94. }
  95. div.recentchanges {
  96. border-style: none;
  97. }
  98. .pagecloud {
  99. width: auto;
  100. }