demo.css 984 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. body {
  2. font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  3. font-size: 83.33%;
  4. }
  5. h1 {
  6. padding: 0.5em;
  7. font-size: 1.6em;
  8. }
  9. h2 {
  10. margin: 0.5em 0;
  11. font-size: 1.4em;
  12. }
  13. p {
  14. margin: 0.5em;
  15. }
  16. .ui-widget {
  17. font-size: 1em;
  18. }
  19. #event_edit_container, #about {
  20. display: none;
  21. }
  22. #about_button_container {
  23. position: absolute;
  24. top: 1em;
  25. right: 1em;
  26. padding: 0.5em 2em;
  27. background: #ddf;
  28. border: 1px solid #bbd;
  29. width: 10em;
  30. text-align: center;
  31. }
  32. .wc-header td {
  33. background: url(images/header-bg.png) repeat-x;
  34. }
  35. label {
  36. display: block;
  37. margin-top: 1em;
  38. margin-bottom: 0.5em;
  39. }
  40. form ul {
  41. padding: 0.3em;
  42. }
  43. select, input[type='text'], textarea {
  44. width: 250px;
  45. padding: 3px;
  46. }
  47. input[type='text'] {
  48. width: 245px;
  49. }
  50. ul.formatted,ol.formatted {
  51. display: block;
  52. margin: 1em 0.5em;
  53. }
  54. ul.formatted li,ol.formatted li {
  55. margin: 5px 30px;
  56. display: auto;
  57. }
  58. ul.formatted li {
  59. list-style-type: disc;
  60. }
  61. ol.formatted li {
  62. list-style-type: decimal;
  63. }