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

esfandiari>Esfandiari
بدون خلاصۀ ویرایش
esfandiari>Esfandiari
بدون خلاصۀ ویرایش
خط ۴۶۲: خط ۴۶۲:


}
}
}
:::
/* ---------- Back to top button ---------- */
#backToTop{
position:fixed;
bottom:30px;
right:25px;
width:40px;
height:40px;
line-height:40px;
text-align:center;
background:#3366cc;
color:#fff;
cursor:pointer;
border-radius:4px;
font-size:18px;
display:none;
z-index:999;
transition:background .2s;
}
#backToTop:hover{
background:#2a4b8d;
}
/* ---------- Heading anchor link ---------- */
.headerCopy{
font-size:12px;
margin-right:6px;
text-decoration:none;
opacity:.4;
}
.mw-headline:hover .headerCopy{
opacity:1;
}
/* ---------- Site notice close button ---------- */
#closeNotice{
position:absolute;
top:5px;
left:10px;
cursor:pointer;
font-size:16px;
opacity:.6;
}
#closeNotice:hover{
opacity:1;
}
/* ---------- Improve sortable table headers ---------- */
.sortable th{
cursor:pointer;
}
/* ---------- Smooth scroll ---------- */
html{
scroll-behavior:smooth;


}
}


:::
:::