/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
- /* $Id: canviz.css 367 2007-03-13 08:57:11Z rschmidt $ */
- body {
- background: #eee;
- margin: 0;
- padding: 0;
- }
- #busy {
- position: fixed;
- z-index: 1;
- left: 50%;
- top: 50%;
- width: 10em;
- height: 2em;
- margin: -1em 0 0 -5em;
- line-height: 2em;
- text-align: center;
- background: #333;
- color: #fff;
- opacity: 0.95;
- }
- #graph_form {
- position: fixed;
- z-index: 2;
- left: 0;
- top: 0;
- background: #eee;
- border: solid #ccc;
- border-width: 0 1px 1px 0;
- opacity: 0.95;
- }
- #graph_form,
- #graph_form input,
- #graph_form select {
- font: 12px "Lucida Grande", Arial, Helvetica, sans-serif;
- }
- #graph_form fieldset {
- margin: 0.5em;
- padding: 0.5em 0;
- text-align: center;
- border: solid #ccc;
- border-width: 1px 0 0 0;
- }
- #graph_form legend {
- padding: 0 0.5em 0 0;
- }
- #graph_form input.little_button {
- width: 3em;
- }
- #graph_form select,
- #graph_form input.big_button {
- width: 15em;
- }
- #graph_container {
- background: #fff;
- margin: 0 auto;
- }
- #graph_texts {
- position: relative;
- }
- #graph_texts div div {
- position: absolute;
- }
- #debug_output {
- margin: 1em;
- }