NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/Chameleon/trunk/Chameleon/css/cwc2.css

Revision 13 (checked in by jcleary, 17 years ago)

Latest Chameleon code checkout from previous repository

Line 
1 .CWCExtentWidgetClass
2 {
3   font-family : Arial, Helvetica, sans-serif;
4   font-size : 9px;
5   color   : #000000;
6   border-width  : 0px;
7   background-color: #FFFFFF;
8 }
9 .CWCLabelClass
10 {
11   font-family : Arial, Helvetica, sans-serif;
12   font-size : 10px;
13   color   : #000000;
14 }
15 .CWCMapUnitClass
16 {
17   font-family : Arial, Helvetica, sans-serif;
18   font-size : 11px;
19   font-weight : bold;
20   color   : #000000;
21 }
22 .CWCProjectionLabelWidgetClass
23 {
24   font-family : Arial, Helvetica, sans-serif;
25   font-size : 11px;
26   font-weight : bold;
27   color   : #000000;
28   border-width  : 0px;
29   background-color: #FFFFFF; 
30 }
31 .CWCRulerResultWidgetClass
32 {
33   font-family : Arial, Helvetica, sans-serif;
34   font-size : 9px;
35   color   : #000000;
36   border-width  : 0px;
37   background-color: #FFFFFF;
38 }
39 .CWCCursorPositionWidgetClass
40 {
41   font-family : Arial, Helvetica, sans-serif;
42   font-size : 9px;
43   color   : #000000;
44   border-width  : 0px;
45   background-color: #FFFFFF;
46 }
47 .CWCTimeFilterLabelClass
48 {
49   font-family : Arial, Helvetica, sans-serif;
50   font-size : 10px;
51   color   : #000000;
52 }
53 .CWCTimeFilterInputClass
54 {
55   font-family : Arial, Helvetica, sans-serif;
56   font-size : 9px;
57   color   : #000000;
58   border-width  : 1px;
59   background-color: #FFFFFF;
60 }
61 .CWCHelpTitle1
62 {
63   font-family : Arial, Helvetica, sans-serif;
64   font-size : 18px;
65   font-weight : bold;
66   color   : #000000;
67 }
68 .CWCHelpTitle2
69 {
70   font-family : Arial, Helvetica, sans-serif;
71   font-size : 16px;
72   font-weight : bold;
73   color   : #000000;
74 }
75 .CWCHelpTitle3
76 {
77   font-family : Arial, Helvetica, sans-serif;
78   font-size : 14px;
79   font-weight : bold;
80   color   : #000000;
81 }
82 .CWCHelpTitle4
83 {
84   font-family : Arial, Helvetica, sans-serif;
85   font-size : 12px;
86   font-weight : bold;
87   color   : #000000;
88 }
89 .CWCHelpText
90 {
91   font-family : Arial, Helvetica, sans-serif;
92   font-size : 12px;
93   color   : #000000;
94 }
Note: See TracBrowser for help on using the browser.