مدیاویکی:Gadget-sidebarToggle.js: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۳۰: خط ۱۳۰:
mwPanelNonIE: {opacity: 0},
mwPanelNonIE: {opacity: 0},
notSidebar: {},
notSidebar: {},
leftNavigation: {}
leftNavigation: {},
collsidebar: {},
};
};
   
   
خط ۱۳۷: خط ۱۳۸:
animations.notSidebar[ flipCSSProp("margin-left") ] = 0;
animations.notSidebar[ flipCSSProp("margin-left") ] = 0;
animations.leftNavigation[ flipCSSProp("left") ] = "1em";
animations.leftNavigation[ flipCSSProp("left") ] = "1em";
animations.collsidebar[ "background-image" ] = "url(/images/thumb/8/87/Top.png/20px-Top.png)";
 
if ( isOldIE ) {
if ( isOldIE ) {
nodes.$mwPanel.animate( animations.mwPanelIE, duration, function() {
nodes.$mwPanel.animate( animations.mwPanelIE, duration, function() {
خط ۲۰۶: خط ۲۰۸:
   
   
// Show the toggle tab.
// Show the toggle tab.
$("<button id='ca-sidebar'></button>")
$("<button id='collsidebar'></button>")
.prop( "title", msg.toggleTabTitle )
.prop( "title", msg.toggleTabTitle )
//.text( msg.toggleTabText )
//.text( msg.toggleTabText )
خط ۲۱۶: خط ۲۱۸:
collapse( 0 );
collapse( 0 );
}
}
 
}
}