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

root/Chameleon/trunk/Chameleon/css/highlight.css

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

Latest Chameleon code checkout from previous repository

Line 
1 /**********************************************************/
2 /*   Highlight CSS Section                                */
3 /**********************************************************/
4
5 .highlight
6 {
7       position                   :  absolute;
8       width                      :  12;
9       height                     :  12;
10       background-color           :  yellow;
11       padding-left               :  0px;
12       padding-right              :  0px;
13       padding-top                :  0px;
14       padding-bottom             :  0px;
15       border-style               :  solid;
16       border-width               :  1px;
17       border-color               :  #5C5C5C;
18       z-index                    :  99;
19       filter                     :  Alpha(opacity=75);
20       -moz-opacity               :  0.75;
21 }
22
23
Note: See TracBrowser for help on using the browser.