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

root/Chameleon/trunk/Chameleon/css/maptips.css

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

Latest Chameleon code checkout from previous repository

Line 
1 /**********************************************************/
2 /*   MapTips CSS Section                                  */
3 /**********************************************************/
4
5 .maptipDynamic
6 {
7       position                   :  absolute;
8       width                      :  120px;
9       height                     :  30px;
10       z-index                    :  10;
11       background-image           :  url("http://www.jasonfournier.com/images/maptips_general_bg.gif");
12       background-repeat          :  no-repeat;
13       padding-left               :  5px;
14       padding-right              :  1px;
15       padding-top                :  1px;
16       padding-bottom             :  1px;
17      
18       /*
19       filter                     :  Alpha(opacity=85);
20       -moz-opacity               :  0.85;
21       border-style               :  solid;
22       border-width               :  1px;
23       border-color               :  #000000;
24       background-color           :  #E8E9D3;
25       */
26      
27 }
28
29 .maptipStatic
30 {
31       width                      :  100%;
32       height                     :  100%;
33       background-color           :  #e4e4e4;
34       border-style               :  solid;
35       border-width               :  1px;
36       border-color               :  #b4b4b4;
37       padding-left               :  1px;
38       padding-right              :  1px;
39       padding-top                :  1px;
40       padding-bottom             :  1px;
41 }
42
43 .maptipTable
44 {
45       font-family                :  verdana,serif,sans-serif,monospace;
46       font-size                  :  10px;
47       /*
48       background-color           :  #d9d9d9;
49       border-top-style           :  solid;
50       border-right-style         :  solid;
51       border-bottom-style        :  solid;
52       border-left-style          :  solid;
53       border-top-color           :  #ffffff;
54       border-right-color         :  #999999;
55       border-bottom-color        :  #999999;
56       border-left-color          :  #ffffff;
57       */
58 }
59
60 .maptipTD
61 {
62       font-family                :  verdana,serif,sans-serif,monospace;
63       font-size                  :  10px;
64       border-top-width           :  1px;
65       border-right-width         :  1px;
66       border-bottom-width        :  1px;
67       border-left-width          :  1px;
68       border-top-style           :  solid;
69       border-bottom-style        :  solid;
70       border-top-color           :  #ffffff;
71       border-right-color         :  #999999;
72       border-bottom-color        :  #999999;
73       border-left-color          :  #ffffff;
74 }
75
76 .maptipTDEnd
77 {
78       font-family                :  verdana,serif,sans-serif,monospace;
79       font-size                  :  10px;
80       border-top-width           :  1px;
81       border-right-width         :  1px;
82       border-bottom-width        :  1px;
83       border-left-width          :  1px;
84       border-top-style           :  solid;
85       border-right-style         :  solid;
86       border-bottom-style        :  solid;
87       border-top-color           :  #ffffff;
88       border-right-color         :  #999999;
89       border-bottom-color        :  #999999;
90       border-left-color          :  #ffffff;
91 }
92
93 .maptipTDHeading
94 {
95       font-family                :  verdana,serif,sans-serif,monospace;
96       font-size                  :  10px;
97 }
98
99 .maptipLink
100 {
101       font-family                :  verdana,serif,sans-serif,monospace;
102       font-size                  :  10px;
103       font-weight                :  bold;
104 }
105
106 /*
107 .maptipContainer
108 {
109       position                   :  absolute;
110       width                      :  400; // width of the map
111       height                     :  300; // height of the map
112       z-index                    :  90;
113 }
114 */
Note: See TracBrowser for help on using the browser.