Last change
on this file since 1469 was 711, checked in by mar637, 19 years ago |
removed hidden naming prefix, added source selection
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.7 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 |
|
---|
[711] | 26 | abbr, acronym {
|
---|
| 27 | text-decoration: none;
|
---|
| 28 | border: 0;
|
---|
| 29 | cursor: help;
|
---|
| 30 | }
|
---|
| 31 |
|
---|
| 32 | #sourcelist,#filelist {
|
---|
| 33 | vertical-align: top;
|
---|
| 34 | }
|
---|
| 35 |
|
---|
| 36 | tr,td {
|
---|
| 37 | padding:0;
|
---|
| 38 | }
|
---|
| 39 |
|
---|
[703] | 40 | legend {
|
---|
| 41 | color: white;
|
---|
| 42 | border: solid #8F8FB3;
|
---|
| 43 | border-width: 1px;
|
---|
| 44 | padding: 0.3em;
|
---|
[711] | 45 | margin-bottom: 0.5em;
|
---|
[703] | 46 | background-color: #ADADD9;
|
---|
| 47 | font-weight: bold;
|
---|
| 48 | letter-spacing: 0.2em;
|
---|
| 49 | font-size: smaller;
|
---|
| 50 | }
|
---|
| 51 |
|
---|
| 52 | fieldset {
|
---|
[711] | 53 | border: 0px solid;
|
---|
| 54 | border-top-width: 2px;
|
---|
| 55 | border-color: rgb(230,230,230);
|
---|
| 56 | border-top-color: #ABB8C7;
|
---|
| 57 | padding: 0.2em 0 0.5em 0.5em;
|
---|
| 58 | background-color: #F4F4F4;
|
---|
| 59 | width: auto;
|
---|
| 60 | margin-right: 0.5em;
|
---|
[703] | 61 | }
|
---|
| 62 |
|
---|
| 63 | fieldset.velocity {
|
---|
[711] | 64 | //height: 45px;
|
---|
[703] | 65 | }
|
---|
| 66 |
|
---|
[711] | 67 | .floatleft {
|
---|
| 68 | height: 22px;
|
---|
| 69 | float:left;
|
---|
| 70 | }
|
---|
[703] | 71 |
|
---|
[711] | 72 |
|
---|
| 73 | .labeled {
|
---|
| 74 | padding-left:0.5em;
|
---|
| 75 | padding-right:0.5em;
|
---|
| 76 | margin-left: 2px;
|
---|
| 77 | margin-right: 2px;
|
---|
| 78 | border: solid 1px #a4a4a4;
|
---|
[703] | 79 | }
|
---|
| 80 |
|
---|
[711] | 81 | #plotrange {
|
---|
| 82 | //width:250px;
|
---|
[703] | 83 | }
|
---|
| 84 |
|
---|
[711] | 85 | #prangeunit,#brangeunit {
|
---|
| 86 | color: #888888;
|
---|
| 87 | }
|
---|
| 88 |
|
---|
[703] | 89 | #velunit {
|
---|
| 90 | //width:195px;
|
---|
| 91 | padding-left:0px;
|
---|
| 92 | float:left;
|
---|
| 93 | }
|
---|
| 94 | #velframe {
|
---|
| 95 | //width:145px;
|
---|
| 96 | padding-left:5px;
|
---|
| 97 | float:left;
|
---|
| 98 | display: none;
|
---|
| 99 |
|
---|
| 100 | }
|
---|
| 101 | #veldoppler {
|
---|
| 102 | //width:135px;
|
---|
| 103 | padding-left:5px;
|
---|
| 104 | float:left;
|
---|
| 105 | display: none;
|
---|
| 106 | }
|
---|
| 107 |
|
---|
| 108 | #velrest {
|
---|
| 109 | //width:130px;
|
---|
| 110 | padding-left:5px;
|
---|
| 111 | float:left;
|
---|
| 112 | display: none;
|
---|
| 113 | }
|
---|
| 114 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.