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