ammap.css
1.24 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.ammapAlert
{
display:table-cell;
vertical-align:middle;
text-align:center;
font-family:verdana,helvetica,arial,sans-serif;
font-size:12px;
color:#CC0000;
}
.ammapDescriptionWindow
{
font-size:11px;
font-family:verdana,helvetica,arial,sans-serif;
background-color:#FFFFFF;
border-style:solid;
border-color:#DADADA;
border-width:1px;
color:#000000;
padding:8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ammapDescriptionTitle
{
font-size:12px;
font-weight:bold;
font-family:verdana,helvetica,arial,sans-serif;
padding-bottom:5px;
}
.ammapDescriptionWindowCloseButton
{
}
.ammapObjectList ul
{
padding-left:20px;
list-style:square outside;
color:#999999;
font-family:verdana,helvetica,arial,sans-serif;
font-size: 12px;
}
.ammapObjectList ul ul
{
padding-left:14px;
}
.ammapObjectList a
{
color:#000000;
}
.ammapObjectList a
{
color:#000000;
text-decoration:none;
display:block;
padding:2px;
}
.ammapObjectList a:hover
{
color:#CC0000;
text-decoration:none;
background:#FFFFFF;
cursor:pointer;
display:block;
}
.ammapDescriptionText
{
overflow: auto;
}
.amChartsPlotArea
{
}