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

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۰۴: خط ۱۰۴:
width:100%;
width:100%;
margin:0 auto;
margin:0 auto;
}
#wikiMenuButton{
position:fixed;
top:20px;
right:20px;
background:#111;
color:white;
padding:10px 14px;
font-size:20px;
cursor:pointer;
border-radius:6px;
z-index:9999;
}
#wikiMenu{
display:none;
position:fixed;
top:60px;
right:20px;
background:white;
border-radius:8px;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
overflow:hidden;
z-index:9999;
}
#wikiMenu a{
display:block;
padding:12px 20px;
text-decoration:none;
color:#333;
font-size:14px;
}
#wikiMenu a:hover{
background:#f3f3f3;
}
}