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

بدون خلاصۀ ویرایش
خنثی‌سازی ویرایش 31325 از Engineer (بحث)
برچسب: خنثی‌سازی
خط ۱٬۹۱۶: خط ۱٬۹۱۶:
     margin: 5px;
     margin: 5px;
     position: unset;
     position: unset;
}
/* ثابت شدن نوار ابزار بالا */
div#mw-head {
    position: fixed;
    background-image: url(https://wikihaj.com/design/div.vectorTabs-ul-li.png);
    background-position: left bottom;
    height: 80px;
    z-index:10;
}
/* fix for editors */
.ve-active #mw-head, .action-edit #mw-head{
position: absolute;
}
/* fix top bar hash navigation problem  */
ol.references li:target, sup.reference:target, .mw-headline:target {
    padding-top: 100px !important;
    margin-top: -100px !important;
    background-clip: content-box;
}
}