مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۱٬۷۴۴: | خط ۱٬۷۴۴: | ||
/* دکمه های جمع شدن منوی سمت راست، بازگشت به بالای صفحه و تغییر اندازه فونت */ | /* دکمه های جمع شدن منوی سمت راست، بازگشت به بالای صفحه و تغییر اندازه فونت */ | ||
.sidebarbottons { | |||
display: block; | |||
position: fixed; | |||
z-index: 999; | |||
right: 0; | |||
height: 20px; | |||
width: 20px; | |||
border: 1px solid #c3a068; | |||
} | |||
.sidebarbottons:hover { | |||
filter: invert(100%); | |||
} | |||
#collsidebar { | #collsidebar { | ||
background-image: url('/images/thumb/d/d6/ | background-image: url('/images/thumb/d/d6/Right.png'); | ||
bottom: calc( 50% - 11px ); | |||
bottom: calc( 50% - | |||
} | } | ||
#totop { | #totop { | ||
background-image: url('/images/thumb/8/87/ | background-image: url('/images/thumb/8/87/Top.png'); | ||
bottom: calc( 50% - 32px ); | |||
border-bottom-left-radius: 2px; | |||
bottom: calc( 50% - | |||
border-radius: 2px; | |||
} | } | ||
#fontsizeup { | #fontsizeup { | ||
background-image: url('/images/thumb/2/2f/ | background-image: url('/images/thumb/2/2f/Plus.png'); | ||
bottom: calc( 50% + 31px ); | |||
border-top-left-radius: 2px; | |||
bottom: calc( 50% + | |||
border-radius: 2px; | |||
} | } | ||
#fontsizedown { | #fontsizedown { | ||
background-image: url('/images/thumb/e/ee/ | background-image: url('/images/thumb/e/ee/Minus.png'); | ||
bottom: calc( 50% + 10px ); | bottom: calc( 50% + 10px ); | ||
} | } |