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

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۸۶: خط ۸۶:
     padding: 0 !important;
     padding: 0 !important;
     max-width: 100% !important;
     max-width: 100% !important;
}
#customMenuButton{
position:fixed;
top:20px;
right:20px;
background:#222;
color:white;
padding:10px 14px;
font-size:20px;
cursor:pointer;
border-radius:6px;
z-index:9999;
}
#customMenu{
display:none;
position:fixed;
top:60px;
right:20px;
background:white;
border:1px solid #ddd;
box-shadow:0 5px 20px rgba(0,0,0,0.2);
z-index:9999;
}
#customMenu a{
display:block;
padding:10px 20px;
text-decoration:none;
color:#333;
}
#customMenu a:hover{
background:#f5f5f5;
}
}