/dozer/media/css/canviz.css

https://bitbucket.org/bbangert/dozer/ · CSS · 66 lines · 64 code · 1 blank · 1 comment · 0 complexity · cceabcbc82afed499f110af555bb74ad MD5 · raw file

  1. /* $Id: canviz.css 367 2007-03-13 08:57:11Z rschmidt $ */
  2. body {
  3. background: #eee;
  4. margin: 0;
  5. padding: 0;
  6. }
  7. #busy {
  8. position: fixed;
  9. z-index: 1;
  10. left: 50%;
  11. top: 50%;
  12. width: 10em;
  13. height: 2em;
  14. margin: -1em 0 0 -5em;
  15. line-height: 2em;
  16. text-align: center;
  17. background: #333;
  18. color: #fff;
  19. opacity: 0.95;
  20. }
  21. #graph_form {
  22. position: fixed;
  23. z-index: 2;
  24. left: 0;
  25. top: 0;
  26. background: #eee;
  27. border: solid #ccc;
  28. border-width: 0 1px 1px 0;
  29. opacity: 0.95;
  30. }
  31. #graph_form,
  32. #graph_form input,
  33. #graph_form select {
  34. font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
  35. }
  36. #graph_form fieldset {
  37. margin: 0.5em;
  38. padding: 0.5em 0;
  39. text-align: center;
  40. border: solid #ccc;
  41. border-width: 1px 0 0 0;
  42. }
  43. #graph_form legend {
  44. padding: 0 0.5em 0 0;
  45. }
  46. #graph_form input.little_button {
  47. width: 3em;
  48. }
  49. #graph_form select,
  50. #graph_form input.big_button {
  51. width: 15em;
  52. }
  53. #graph_container {
  54. background: #fff;
  55. margin: 0 auto;
  56. }
  57. #graph_texts {
  58. position: relative;
  59. }
  60. #graph_texts div div {
  61. position: absolute;
  62. }
  63. #debug_output {
  64. margin: 1em;
  65. }