Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,330: Line 1,330:
     width: auto !important
     width: auto !important
}
}
/* side bar */
/* side bar  
#mw-panel{
#mw-panel{
position: fixed;
position: fixed;
Line 1,336: Line 1,336:
     background-color: #fefdf9;
     background-color: #fefdf9;
     width: 10.5em;
     width: 10.5em;
}
} */


/* دکمه های جمع شدن منوی سمت راست، بازگشت به بالای صفحه و تغییر اندازه فونت */
/* دکمه های جمع شدن منوی سمت راست، بازگشت به بالای صفحه و تغییر اندازه فونت */
Line 1,501: Line 1,501:
   src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
   src: local('Amiri Regular'), local('Amiri-Regular'), url(https://fonts.gstatic.com/s/amiri/v13/J7aRnpd8CGxBHpUrtLMA7w.woff2) format('woff2');
   unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
   unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE80-FEFC;
}
/* ثابت شدن نوار ابزار بالا */
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  */
html, body {
  scroll-padding-top: 100px; /* height of sticky header */
}
ol.references > li:target, sup.reference:target, span.citation:target, cite:target, .mw-headline:target {
    padding-top: 100px !important;
    margin-top: -100px !important;
    background-clip: content-box;
}
}