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

پرش به ناوبری پرش به جستجو
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱٬۶۳۶: خط ۱٬۶۳۶:
#site-ad-banner {
#site-ad-banner {
     position: fixed;
     position: fixed;
     bottom: 0;
     bottom: 10px;             /* small gap from bottom */
     left: 0;
     left: 50%;                 /* start from center */
     right: 0;
     transform: translateX(-50%); /* shift back half its width */
     background: #fff;
     background: #fff;
     border-top: 1px solid #ccc;
     border: 1px solid #ccc;
     padding: 5px;
     padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
     z-index: 9999;
     z-index: 9999;
     box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
     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 {
#site-ad-banner .ad-img {
     max-width: 100%;
    max-height: 150px;        /* cap height */
     max-width: 100%;           /* scale down if needed */
     height: auto;
     height: auto;
     display: block;
     display: block;
خط ۱٬۶۵۷: خط ۱٬۶۵۸:
#site-ad-banner button#close-ad {
#site-ad-banner button#close-ad {
     position: absolute;
     position: absolute;
    right: 10px;
     top: 5px;
     top: 5px;
    right: 5px;
     background: transparent;
     background: transparent;
     border: none;
     border: none;
خط ۱٬۶۶۴: خط ۱٬۶۶۵:
     cursor: pointer;
     cursor: pointer;
     color: #666;
     color: #666;
}
@media (max-width: 600px) {
    #site-ad-banner {
        padding: 3px;
    }
    #site-ad-banner button#close-ad {
        font-size: 16px;
    }
}
}

منوی ناوبری