/*
Theme Name: mxdzlk
Author: 西门
Author URI: https://mxdzlk.com/
Description: 怀旧冒险岛资料库
Version: 1.0
*/

/* 导航链接 */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .85);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.worldmap-icon {
    height: 30px;
    cursor: pointer;
}

/* 世界地图弹窗 */
.worldmap-popup {
    position: relative;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.worldmap-popup .dot {
    position: absolute;
    transition: all 0.2s ease;
}
.worldmap-popup .dot:hover {
    transform: scale(1.1);
}
.worldmap-popup .dot0 {
    width: 20px;
    height: 20px;
    background: url('https://static.mapleartale.com/images/map/MapHelper/worldMap.mapImage.0.png') no-repeat;
}

.worldmap-popup .dot1 {
    width: 14px;
    height: 14px;
    background: url('https://static.mapleartale.com/images/map/MapHelper/worldMap.mapImage.1.png') no-repeat;
}

.worldmap-popup .dot2 {
    width: 20px;
    height: 20px;
    background: url('https://static.mapleartale.com/images/map/MapHelper/worldMap.mapImage.2.png') no-repeat;
}

.worldmap-popup .dot3 {
    width: 14px;
    height: 14px;
    background: url('https://static.mapleartale.com/images/map/MapHelper/worldMap.mapImage.3.png') no-repeat;
}

.worldmap-popup .pos {
    position: absolute;
    z-index: 9;
    width: 16px;
}

.worldmap-popup .children {
    transform: scale(0.9);
}