summaryrefslogtreecommitdiff
path: root/doc/css_market/actiontabs.css
blob: a1dc47e92e1af04827055ae287c0e235bb0e046a (plain)
  1. /* ikiwiki local style sheet */
  2. /* Add local styling here, instead of modifying style.css. */
  3. a {
  4. text-decoration: none;
  5. color: #005a9c;
  6. }
  7. a:hover {
  8. text-decoration: underline;
  9. }
  10. hr {
  11. border-style: none;
  12. background-color: #999;
  13. height: 1px;
  14. }
  15. code, pre {
  16. background: #eee;
  17. }
  18. pre {
  19. padding: .5em;
  20. }
  21. body {
  22. margin: 0;
  23. padding: 0;
  24. font-family: sans-serif;
  25. color: black;
  26. background: white;
  27. }
  28. .pageheader {
  29. margin: 0;
  30. padding: 1em 2em 0 2em;
  31. background: #eee;
  32. border-color: #999;
  33. border-style: none none solid none;
  34. border-width: 1px;
  35. }
  36. .header {
  37. font-size: 100%;
  38. font-weight: normal;
  39. }
  40. .title {
  41. display: block;
  42. margin-top: .2em;
  43. font: 140% sans-serif;
  44. text-transform: capitalize;
  45. }
  46. .actions {
  47. text-align: right;
  48. padding: 0;
  49. }
  50. #content, #comments, #footer {
  51. margin: 1em 2em;
  52. }
  53. #pageinfo {
  54. border-color: #999;
  55. }
  56. .inlinepage {
  57. margin: .4em 0;
  58. padding: .4em 0;
  59. border-style: none;
  60. border-top: 1px solid #aaa;
  61. }
  62. .inlineheader {
  63. font-size: 120%;
  64. font-weight: normal;
  65. }
  66. h1 { font: 120% sans-serif }
  67. h2 { font: bold 100% sans-serif }
  68. h3 { font: italic 100% sans-serif }
  69. h4, h5, h6 { font: small-caps 100% sans-serif }
  70. /* Smaller headings for inline pages */
  71. .inlinepage h1 { font-size: 110% }
  72. .inlinepage h2 { font-size: 100% }
  73. .inlinepage h3 { font-size: 100% }
  74. .pageheader .actions ul {
  75. border-style: none
  76. }
  77. .actions ul {
  78. font-size: 75%;
  79. padding: 0;
  80. border-style: none;
  81. }
  82. .actions ul li a {
  83. text-decoration: none;
  84. }
  85. .actions ul li {
  86. margin: 0;
  87. padding: .1em .5em 0 .5em;
  88. background: white;
  89. border-color: #999;
  90. border-style: solid solid none solid;
  91. border-width: 1px;
  92. }
  93. div.recentchanges {
  94. border-style: none;
  95. }
  96. .pagecloud {
  97. width: auto;
  98. }