مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱٬۷۴۱: | خط ۱٬۷۴۱: | ||
#mw-panel{ | #mw-panel{ | ||
position: fixed; | position: fixed; | ||
} | |||
/* دکمه های جمع شدن منوی سمت راست، بازگشت به بالای صفحه و تغییر اندازه فونت */ | |||
#collsidebar { | |||
background-image: url('/images/thumb/d/d6/Right.png/20px-Right.png'); | |||
display: block; | |||
position: fixed; | |||
z-index: 999; | |||
bottom: 40px; | |||
right: calc( 5.5em - 12px ); | |||
height: 24px; | |||
width: 24px; | |||
} | |||
#totop { | |||
background-image: url('/images/thumb/8/87/Top.png/20px-Top.png'); | |||
display: block; | |||
position: fixed; | |||
z-index: 999; | |||
bottom: 40px; | |||
right: calc( 5.5em + 12px ); | |||
height: 24px; | |||
width: 24px; | |||
} | |||
#fontsizeup { | |||
background-image: url('/images/thumb/2/2f/Plus.png/20px-Plus.png'); | |||
display: block; | |||
position: fixed; | |||
z-index: 999; | |||
bottom: 64px; | |||
right: calc( 5.5em - 12px ); | |||
height: 24px; | |||
width: 24px; | |||
} | |||
#fontsizedown { | |||
background-image: url('/images/thumb/e/ee/Minus.png/20px-Minus.png'); | |||
display: block; | |||
position: fixed; | |||
z-index: 999; | |||
bottom: 64px; | |||
right: calc( 5.5em + 12px ); | |||
height: 24px; | |||
width: 24px; | |||
} | } |