/* CSS placed here will be applied to all skins */
/*remove powered by mediawiki icon*/
#f-poweredbyico { display: none; }
/*remove external link arrow*/
/* 隐藏外部链接的箭头 */
 #bodyContent a[href ^="http://"] {
   background: none !important;
   padding-right: 0 !important; }