summaryrefslogtreecommitdiff
path: root/basewiki/style.css
blob: c7ed9107e288186d2aa7df3427ef4fcafbcfaac6 (plain)
  1. #header h1 {
  2. margin: 0;
  3. }
  4. #actions ul {
  5. margin: 0;
  6. padding: 6px;
  7. list-style-type: none;
  8. border-bottom: 1px solid #000;
  9. }
  10. #actions li {
  11. display: inline;
  12. padding: .2em .4em;
  13. }
  14. #searchform {
  15. display: inline;
  16. float: right;
  17. }
  18. #content {
  19. border-bottom: 1px solid #000;
  20. }
  21. /* Used for adding a blog page. */
  22. #blogform {
  23. padding: 10px 10px;
  24. border: 1px solid #aaa;
  25. background: #eee;
  26. color: black !important;
  27. }
  28. #backlinks {
  29. margin: 1em 0;
  30. }
  31. #footer {
  32. margin: 1em 0;
  33. }
  34. #pageinfo {
  35. font-style: italic;
  36. }
  37. /* Used for invalid form fields. */
  38. .fb_invalid {
  39. color: red;
  40. background: white !important;
  41. }
  42. /* Used for required form fields. */
  43. .fb_required {
  44. font-weight: bold;
  45. }
  46. /* RSS button. */
  47. .rssbutton {
  48. background: #ff6600;
  49. color: white !important;
  50. border-left: 1px solid #cc9966;
  51. border-top: 1px solid #ccaa99;
  52. border-right: 1px solid #993300;
  53. border-bottom: 1px solid #331100;
  54. padding: 0px 0.5em 0px 0.5em;
  55. font-family: helvetica, arial, sans-serif;
  56. font-weight: bold;
  57. font-size: small;
  58. text-decoration: none;
  59. margin-top: 1em;
  60. }
  61. .rssbutton:hover {
  62. color: white !important;
  63. background: #ff9900;
  64. }