legend.css 526 Bytes
Newer Older
Joe TS Dell's avatar
update  
Joe TS Dell committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.outlined {
    border: 0px solid black;
 }

 p{
     margin-top: 1px;
     margin-bottom: 5px;
 }

 h6{
     margin-top: 2px;
     margin-bottom: 2px;
 }
#legend {
    position: absolute;
    /*display: none; */
    display: block;
    width: 130px;
    /*height: 300px; */
    
    bottom: 5px;
    right: 5px; 
	/*left: 85%;*/
    background-color: rgba(0, 0, 0, 0.70); /* dim the background */
    z-index: 2;
    cursor: auto; /* ??? */
    padding: 1px;    
	
	color: white;
	font-size: 1.0em;
    font-weight: bold;
}