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

بدون خلاصۀ ویرایش
جز مدیاویکی:Mobile.css» را محافظت کرد ([ویرایش=تنها مدیران] (بی‌پایان) [انتقال=تنها مدیران] (بی‌پایان)))
بدون خلاصۀ ویرایش
خط ۶۴۷: خط ۶۴۷:
     width: 100%;
     width: 100%;
     height:auto;
     height:auto;
}
#site-ad-banner {
    position: fixed;
    bottom: 10px;              /* small gap from bottom */
    left: 50%;                /* start from center */
    transform: translateX(-50%); /* shift back half its width */
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 9999;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    max-width: 90%;            /* don’t overflow on small screens */
    height: auto;
    text-align: center;
}
#site-ad-banner .ad-img {
    max-height: 100px;        /* cap height */
    max-width: 100%;          /* scale down if needed */
    height: auto;
    display: block;
}
#site-ad-banner button#close-ad {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #666;
}
}