source: trunk/monitor/htdocs/asapmon.css @ 707

Last change on this file since 707 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
Line 
1
2body {
3    font-family: verdana,sans-serif;
4    font-size: 8pt;
5}
6
7input, select {
8    font-size: 8pt;
9}
10
11input.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
26legend {
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
38fieldset {
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
50fieldset.velocity {
51   height: 45px;
52}
53
54#plotrange {
55width:250px;
56
57}
58
59#rangeunit {
60//float:left;
61}
62
63#velunit {
64//width:195px;
65padding-left:0px;
66float:left;
67}
68#velframe {
69//width:145px;
70padding-left:5px;
71float:left;
72display: none;
73
74}
75#veldoppler {
76//width:135px;
77padding-left:5px;
78float:left;
79display: none;
80}
81
82#velrest {
83//width:130px;
84padding-left:5px;
85float:left;
86display: none;
87}
88
Note: See TracBrowser for help on using the repository browser.