مدیاویکی:Common.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱٬۶۳۲: خط ۱٬۶۳۲:
     right: 8px;
     right: 8px;
   }
   }
}
#site-ad-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ccc;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}
#site-ad-banner .ad-img {
    max-width: 100%;
    height: auto;
    display: block;
}
#site-ad-banner button#close-ad {
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}
@media (max-width: 600px) {
    #site-ad-banner {
        padding: 3px;
    }
    #site-ad-banner button#close-ad {
        font-size: 16px;
    }
}
}