مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱٬۷۴۹: | خط ۱٬۷۴۹: | ||
position: fixed; | position: fixed; | ||
z-index: 999; | z-index: 999; | ||
bottom: | bottom: calc( 50% - 10px ); | ||
right: | right: 0; | ||
height: | height: 20px; | ||
width: | width: 20px; | ||
border: 1px solid black; | |||
border-radious: 2px; | |||
} | } | ||
خط ۱٬۷۶۰: | خط ۱٬۷۶۲: | ||
position: fixed; | position: fixed; | ||
z-index: 999; | z-index: 999; | ||
bottom: | bottom: calc( 50% - 30px ); | ||
right: | right: 0; | ||
height: | height: 20px; | ||
width: | width: 20px; | ||
border: 1px solid black; | |||
border-radius: 2px; | |||
} | } | ||
خط ۱٬۷۷۱: | خط ۱٬۷۷۵: | ||
position: fixed; | position: fixed; | ||
z-index: 999; | z-index: 999; | ||
bottom: | bottom: calc( 50% + 10px ); | ||
right: | right: 0; | ||
height: | height: 20px; | ||
width: | width: 20px; | ||
border: 1px solid black; | |||
border-radius: 2px; | |||
} | } | ||
خط ۱٬۷۸۲: | خط ۱٬۷۸۸: | ||
position: fixed; | position: fixed; | ||
z-index: 999; | z-index: 999; | ||
bottom: | bottom: calc( 50% + 30px ); | ||
right: | right: 0; | ||
height: | height: 20px; | ||
width: | width: 20px; | ||
border: 1px solid black; | |||
border-radius: 2px; | |||
} | } |