MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
admin>Admin صفحهای تازه حاوی «<!--به این سطر دست نزنید. --><pre style="direction:ltr"> # لطفا از ویژه:BlockedExternalDomains استفاده کنید. # Please refer to http://www.mediawiki.org/wiki/Extension:SpamBlacklist \bghanoonekar\.com\b #</pre> <!-- به این سطر دست نزنید؛ فاصلهٔ ابتدای آن را هم حذف نکنید. -->» ایجاد کرد |
admin>Admin No edit summary |
||
| Line 1: | Line 1: | ||
/* 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; | |||
}*/ | |||
Revision as of 01:48, March 21, 2025
/* 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;
}*/