Last change
on this file since 710 was 703, checked in by mar637, 19 years ago |
* empty log message *
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.4 KB
|
Rev | Line | |
---|
[703] | 1 |
|
---|
| 2 | body {
|
---|
| 3 | font-family: verdana,sans-serif;
|
---|
| 4 | font-size: 8pt;
|
---|
| 5 | }
|
---|
| 6 |
|
---|
| 7 | input, select {
|
---|
| 8 | font-size: 8pt;
|
---|
| 9 | }
|
---|
| 10 |
|
---|
| 11 | input.plot {
|
---|
| 12 | border-top-width: 1px;
|
---|
| 13 | border-right-width: 1px;
|
---|
| 14 | border-bottom-width: 1px;
|
---|
| 15 | border-left-width: 1px;
|
---|
| 16 | border-top-style: solid;
|
---|
| 17 | border-right-style: solid;
|
---|
| 18 | border-bottom-style: solid;
|
---|
| 19 | border-left-style: solid;
|
---|
| 20 | border-top-color: gray;
|
---|
| 21 | border-right-color: gray;
|
---|
| 22 | border-bottom-color: gray;
|
---|
| 23 | border-left-color: gray;
|
---|
| 24 | }
|
---|
| 25 |
|
---|
| 26 | legend {
|
---|
| 27 | color: white;
|
---|
| 28 | border: solid #8F8FB3;
|
---|
| 29 | border-width: 1px;
|
---|
| 30 | padding: 0.3em;
|
---|
| 31 | margin-bottom: 0.2em;
|
---|
| 32 | background-color: #ADADD9;
|
---|
| 33 | font-weight: bold;
|
---|
| 34 | letter-spacing: 0.2em;
|
---|
| 35 | font-size: smaller;
|
---|
| 36 | }
|
---|
| 37 |
|
---|
| 38 | fieldset {
|
---|
| 39 |
|
---|
| 40 | border: 1px solid;
|
---|
| 41 | border-top-width: 2px;
|
---|
| 42 | border-color: rgb(230,230,230);
|
---|
| 43 | border-top-color: #ABB8C7;
|
---|
| 44 | padding: 0 0 1em 1em;
|
---|
| 45 | background-color: #F4F4F4;
|
---|
| 46 | width: auto;
|
---|
| 47 | margin-right: 0.5em;
|
---|
| 48 | }
|
---|
| 49 |
|
---|
| 50 | fieldset.velocity {
|
---|
| 51 | height: 45px;
|
---|
| 52 | }
|
---|
| 53 |
|
---|
| 54 | #plotrange {
|
---|
| 55 | width:250px;
|
---|
| 56 |
|
---|
| 57 | }
|
---|
| 58 |
|
---|
| 59 | #rangeunit {
|
---|
| 60 | //float:left;
|
---|
| 61 | }
|
---|
| 62 |
|
---|
| 63 | #velunit {
|
---|
| 64 | //width:195px;
|
---|
| 65 | padding-left:0px;
|
---|
| 66 | float:left;
|
---|
| 67 | }
|
---|
| 68 | #velframe {
|
---|
| 69 | //width:145px;
|
---|
| 70 | padding-left:5px;
|
---|
| 71 | float:left;
|
---|
| 72 | display: none;
|
---|
| 73 |
|
---|
| 74 | }
|
---|
| 75 | #veldoppler {
|
---|
| 76 | //width:135px;
|
---|
| 77 | padding-left:5px;
|
---|
| 78 | float:left;
|
---|
| 79 | display: none;
|
---|
| 80 | }
|
---|
| 81 |
|
---|
| 82 | #velrest {
|
---|
| 83 | //width:130px;
|
---|
| 84 | padding-left:5px;
|
---|
| 85 | float:left;
|
---|
| 86 | display: none;
|
---|
| 87 | }
|
---|
| 88 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.