123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- .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
- {
- }
|