summaryrefslogtreecommitdiff
path: root/basewiki/style.css
blob: c7988b7b7aa95d0c74b2da8db758c90783834cde (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. .changeheader {
  29. background: #eee;
  30. color: black !important;
  31. }
  32. .changetime {
  33. white-space: nowrap;
  34. }
  35. /* Used for adding a blog page. */
  36. #blogform {
  37. padding: 10px 10px;
  38. border: 1px solid #aaa;
  39. background: #eee;
  40. color: black !important;
  41. }
  42. .inlinepage {
  43. padding: 10px 10px;
  44. border: 1px solid #aaa;
  45. }
  46. #backlinks {
  47. margin: 1em 0;
  48. }
  49. #footer {
  50. margin: 1em 0;
  51. }
  52. #pageinfo {
  53. font-style: italic;
  54. }
  55. /* Used for invalid form fields. */
  56. .fb_invalid {
  57. color: red;
  58. background: white !important;
  59. }
  60. /* Used for required form fields. */
  61. .fb_required {
  62. font-weight: bold;
  63. }
  64. /* RSS button. */
  65. .rssbutton {
  66. background: #ff6600;
  67. color: white !important;
  68. border-left: 1px solid #cc9966;
  69. border-top: 1px solid #ccaa99;
  70. border-right: 1px solid #993300;
  71. border-bottom: 1px solid #331100;
  72. padding: 0px 0.5em 0px 0.5em;
  73. font-family: helvetica, arial, sans-serif;
  74. font-weight: bold;
  75. font-size: small;
  76. text-decoration: none;
  77. margin-top: 1em;
  78. }
  79. .rssbutton:hover {
  80. color: white !important;
  81. background: #ff9900;
  82. }