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