Jump to content

MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,486: Line 1,486:
   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 {
div#mw-head {
Line 1,506: Line 1,505:


/* fix for editors */
/* fix for editors */
.ve-active #mw-head, .action-edit #mw-head{
.ve-active #mw-head, .action-edit #mw-head, .action-submit #mw-head{
position: absolute;
position: absolute;
}
}
/* fix top bar hash navigation problem  */
/* fix top bar hash navigation problem  */
ol.references li:target, sup.reference:target {
ol.references li:target, sup.reference:target, :target {
     padding-top: 100px;
     padding-top: 100px;
     margin-top: -100px;
     margin-top: -100px;
     background-clip: content-box;
     background-clip: content-box;
}
}