پرش به محتوا

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

۶۲۶ بایت اضافه‌شده ،  ‏۱۲ فوریهٔ ۲۰۲۳
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱٬۸۲۸: خط ۱٬۸۲۸:
.vector-sitenotice-container {
.vector-sitenotice-container {
display: none;
display: none;
}
/* بزرگنمایی هنگام رفتن موس روی تصویر استفاده شده در الگو های zoom و imagelabel */
 
.zoomonhover {
position: relative;
float: left;
clear: left;
}
.zoomonhovertext {
display: none;
z-index: 1000;
}
.zoomonhoverimageabove {
position: absolute;
left: 0px;
top: 0px;
display: none;
z-index: 100;
max-width: initial;
}
.zoomonhover:hover .zoomonhoverimageabove {
z-index: 10;
display: block;
background-color:white; /* in case of files with transparent background */
}
.zoomonhover:hover .zoomonhovertext {
display: block;
transition: .7s;
position: relative;
}
}