summaryrefslogtreecommitdiff
path: root/basewiki/style.css
blob: f96e11ab0b6830bccda86b9640ef405426815f2e (plain)
  1. .header {
  2. margin: 0;
  3. font-size: 22px;
  4. font-weight: bold;
  5. line-height: 1em;
  6. }
  7. #actions ul {
  8. margin: 0;
  9. padding: 6px;
  10. list-style-type: none;
  11. border-bottom: 1px solid #000;
  12. }
  13. #actions li {
  14. display: inline;
  15. padding: .2em .4em;
  16. }
  17. #searchform {
  18. display: inline;
  19. float: right;
  20. }
  21. #content {
  22. border-bottom: 1px solid #000;
  23. }
  24. #editcontent {
  25. width: 100%;
  26. }
  27. /* Stuff for the RecentChanges table. */
  28. tr.changeheader {
  29. background: #eee;
  30. color: black !important;
  31. }
  32. tr.changeinfo {
  33. background: #eee;
  34. color: black !important;
  35. }
  36. th.changeheader {
  37. padding: 1px .3em;
  38. }
  39. td.changeinfo {
  40. padding: 1px .3em;
  41. }
  42. td.changetime {
  43. white-space: nowrap;
  44. padding: 1px .3em;
  45. }
  46. td.changelog {
  47. font-style: italic;
  48. }
  49. /* Used for adding a blog page. */
  50. #blogform {
  51. padding: 10px 10px;
  52. border: 1px solid #aaa;
  53. background: #eee;
  54. color: black !important;
  55. }
  56. .inlinepage {
  57. padding: 10px 10px;
  58. border: 1px solid #aaa;
  59. }
  60. #backlinks {
  61. margin: 1em 0;
  62. }
  63. #footer {
  64. margin: 1em 0;
  65. }
  66. .pageinfo {
  67. font-style: italic;
  68. }
  69. /* Used for invalid form fields. */
  70. .fb_invalid {
  71. color: red;
  72. background: white !important;
  73. }
  74. /* Used for required form fields. */
  75. .fb_required {
  76. font-weight: bold;
  77. }
  78. /* RSS button. */
  79. .rssbutton {
  80. background: #ff6600;
  81. color: white !important;
  82. border-left: 1px solid #cc9966;
  83. border-top: 1px solid #ccaa99;
  84. border-right: 1px solid #993300;
  85. border-bottom: 1px solid #331100;
  86. padding: 0px 0.5em 0px 0.5em;
  87. font-family: helvetica, arial, sans-serif;
  88. font-weight: bold;
  89. font-size: small;
  90. text-decoration: none;
  91. margin-top: 1em;
  92. }
  93. .rssbutton:hover {
  94. color: white !important;
  95. background: #ff9900;
  96. }