source: tags/asap2.1.1/monitor/htdocs/asapmon.css

Last change on this file 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
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
26abbr, acronym {
27    text-decoration: none;
28    border: 0;
29    cursor: help;
30}
31
32#sourcelist,#filelist {
33    vertical-align: top;
34}
35
36tr,td {
37    padding:0;
38}
39
40legend {
41        color: white;
42        border: solid #8F8FB3;
43        border-width: 1px;
44        padding: 0.3em;
45        margin-bottom: 0.5em;
46        background-color: #ADADD9;
47        font-weight: bold;
48        letter-spacing: 0.2em;
49        font-size: smaller;
50}
51
52fieldset {
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;
61}
62
63fieldset.velocity {
64   //height: 45px;
65}
66
67.floatleft {
68  height: 22px;
69  float:left;
70}
71
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;
79}
80
81#plotrange {
82    //width:250px;
83}
84
85#prangeunit,#brangeunit {
86    color: #888888;
87}
88
89#velunit {
90//width:195px;
91padding-left:0px;
92float:left;
93}
94#velframe {
95//width:145px;
96padding-left:5px;
97float:left;
98display: none;
99
100}
101#veldoppler {
102//width:135px;
103padding-left:5px;
104float:left;
105display: none;
106}
107
108#velrest {
109//width:130px;
110padding-left:5px;
111float:left;
112display: none;
113}
114
Note: See TracBrowser for help on using the repository browser.