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

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱٬۷۴۹: خط ۱٬۷۴۹:
position: fixed;
position: fixed;
z-index: 999;
z-index: 999;
bottom: 40px;
bottom: calc( 50% - 10px );
right: calc( 5.5em - 12px );
right: 0;
height: 24px;
height: 20px;
width: 24px;
width: 20px;
border: 1px solid black;
border-radious: 2px;
}
}


خط ۱٬۷۶۰: خط ۱٬۷۶۲:
position: fixed;
position: fixed;
z-index: 999;
z-index: 999;
bottom: 40px;
bottom: calc( 50% - 30px );
right: calc( 5.5em + 12px );
right: 0;
height: 24px;
height: 20px;
width: 24px;
width: 20px;
border: 1px solid black;
border-radius: 2px;
}
}


خط ۱٬۷۷۱: خط ۱٬۷۷۵:
position: fixed;
position: fixed;
z-index: 999;
z-index: 999;
bottom: 64px;
bottom: calc( 50% + 10px );
right: calc( 5.5em - 12px );
right: 0;
height: 24px;
height: 20px;
width: 24px;
width: 20px;
border: 1px solid black;
border-radius: 2px;
}
}


خط ۱٬۷۸۲: خط ۱٬۷۸۸:
position: fixed;
position: fixed;
z-index: 999;
z-index: 999;
bottom: 64px;
bottom: calc( 50% + 30px );
right: calc( 5.5em + 12px );
right: 0;
height: 24px;
height: 20px;
width: 24px;
width: 20px;
border: 1px solid black;
border-radius: 2px;
}
}