123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- /*S leaflet-bar leaflet-control-mapshot*/
- #mapShotDownload {
- background:url(/images/layout/bg-000-50.png);
- width:100%;
- height:100%;
- position:fixed;
- _position:absolute;
- left:0px;
- top:0px;
- right:0px;
- bottom:0px;
- z-index:100499999999999999999;
- display:none;
- color: #FFF;
- }
- #mapShotDownload p {
- position: absolute;
- top: 40%;
- left: 50%;
- margin-left:-190px;
- text-align: center;
- font-size: 18px;
- width: 380px;
- padding: 15px;
- color: #FFF;
- background: url(/images/layout/bg110.png) no-repeat center center;
- }
- #mapShotDownload p a{
- color:#00eaff;
- }
- #continueMapShot {
- display: inline-block;
- width: 100px;
- height: 30px;
- line-height: 30px;
- color: #FFF;
- cursor: pointer;
- margin-top: 10px;
- }
- #mapHolder .leaflet-mapshot-info {
- position: absolute;
- left: -292px;
- top: 430px;
- width: 220px;
- background: rgba(45, 53, 68, 0.8);
- padding: 5px 10px;
- display: none;
- border: 0px;
- color: #FFF;
- }
- #mapHolder .leaflet-control-mapshot {
- width: 0px;
- height: 0px;
- border: none;
- color: #FFF;
- }
- #mapHolder .leaflet-bar .leaflet-mapshot-link {
- display: none;
- color: #FFF;
- }
- .leaflet-control-mapshot,
- .leaflet-control-mapshot:hover {
- width:68px;
- height:26px;
- background:#FFF;
- border:1px solid #000;
- }
- .leaflet-bar .leaflet-mapshot-link,
- .leaflet-bar .leaflet-mapshot-link:hover {
- width:68px;
- height:26px;
- text-align:center;
- text-decoration:none;
- color:black;
- display:block;
- background:#FFF;
- font-size:20px;
- line-height:20px;
- position:relative;
- cursor:pointer;
- border:none;
- }
- .leaflet-control-mapshot span {
- display:block;
- width:68px;
- height:26px;
- line-height:26px;
- overflow:hidden;
- position:absolute;
- left:0px;
- top:0px;
- font-size:12px;
- text-align:center;
- }
- .leaflet-bar .leaflet-mapshot-link:hover span {
- background: #EBEBEB url(images/control-mainlayers-sprite.png) no-repeat -3px -71px;
- }
- .leaflet-control-mapshot.active .leaflet-mapshot-link span {
- background: #FFFFFF url(images/control-mainlayers-sprite.png) no-repeat -3px -44px;
- }
- .leaflet-control-mapshot.active .leaflet-mapshot-link:hover span {
- background-color:#F9F9F9;
- }
- .leaflet-mapshot-info {
- position: absolute;
- left:-244px;
- top: -1px;
- border:1px solid #666;
- width: 220px;
- background: #fff;
- padding: 5px 10px;
- display: none;
- }
- .leaflet-mapshot-info h3 {
- font-size: 12px;
- font-weight: bold;
- border-bottom: 1px solid #999;
- margin-bottom: 5px;
- }
- .leaflet-mapshot-info label,
- .leaflet-mapshot-info p {
- padding: 3px;
- float: left;
- }
- .leaflet-mapshot-info p {
- width: 130px;
- }
- .leaflet-mapshot-info label {
- float: left;
- clear: both;
- width: 70px;
- text-align: right;
- color: #fff;
- }
- .leaflet-mapshot-info select {
- float: left;
- }
- .leaflet-mapshot-info .subdiv {
- clear: both;
- padding: 5px 0 0 0;
- text-align: center;
- border-top: 1px solid #eee;
- }
- .leaflet-mapshot-info .subdiv button {
- font-size: 12px;
- padding: 2px 5px;
- cursor: pointer;
- }
- .maptile{
- margin-right: 10px;
- }
|