مدیاویکی:Vector.css: تفاوت میان نسخهها
ظاهر
محتوای حذفشده محتوای افزودهشده
خنثیسازی ویرایش 32157792 از Huji (بحث) fixes legacy Vector. See phab:/T283206. |
جایش اینجا نیست؛ بماند که با تغییر پودمان:Coordinates دیگر لازم نیست و اثر مخرب هم دارد (باعث همپوشانی indicatorها میشود؛ رک بحث پودمان) |
||
خط ۴۲: | خط ۴۲: | ||
.firstHeading:before { |
.firstHeading:before { |
||
display: none; |
display: none; |
||
} |
|||
#coordinates { |
|||
position: absolute; |
|||
top: 0; |
|||
left: 0em; |
|||
float: left; |
|||
margin: 0.0em; |
|||
padding: 0.0em; |
|||
line-height: 1.5em; |
|||
text-align: right; |
|||
text-indent: 0; |
|||
font-size: 85%; |
|||
text-transform: none; |
|||
white-space: nowrap; |
|||
} |
} |
||
نسخهٔ کنونی تا ۲۷ ژوئن ۲۰۲۱، ساعت ۰۰:۳۳
/* CSS placed here will affect users of the Vector skin */
@media screen {
div.toplink {
position: absolute;
top: -50px;
z-index: 100;
}
}
@media print {
div.toplink {
position: absolute;
top: 0px;
left:0px;
}
}
/* Adjust font-size for inline HTML generated TeX formula */
.texhtml {
font-size: 125%;
line-height: 1.5em;
}
/* For positioning icons at top-right, used in Templates
"Spoken Article" and "Featured Article" */
div.topicon {
position: absolute;
top: -2em;
margin-left: -10px;
display: block !important;
}
/* Display "From Wikipedia, the free encyclopedia" */
#siteSub {
display: inline;
font-size: 92%;
font-weight: normal;
}
.page-صفحهٔ_اصلی #siteSub, .page-صفحهٔ_اصلی #firstHeading{
display: none;
}
.firstHeading:before {
display: none;
}
/* Fix for LTR lists overlapping with an object floating from the left, especially with reflists */
/*div.mw-content-ltr > ol, div.mw-content-ltr > ul {
display: inline-block;
}*/