跳转到内容

MediaWiki:Common.css:修订间差异

来自Plants Vs Zombies-罐头Wiki
无编辑摘要
无编辑摘要
第10行: 第10行:
     height: 30px;
     height: 30px;
}
}
 
/*
li#pt-userpage-2 > a {
li#pt-userpage-2 > a {
     background-image: url(https://wiki.guantou.space/resources/assets/change-your-logo.png);
     background-image: url(https://wiki.guantou.space/resources/assets/change-your-logo.png);
第19行: 第19行:
     height: 30px;
     height: 30px;
}
}
*/

2025年3月22日 (六) 18:30的版本

/* 这里放置的CSS将应用于所有皮肤 */
/* this will 'replace' the login text with the Eve SSO Login Image */
/* Style oAuth Login link with 'LOG IN with EVE Online' image */
li#pt-login-2 > a {
    background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-white-small.png);
    display: inline-block;
    margin: auto;
    text-indent: -9999px;
    width: 195px;
    height: 30px;
}
/*
li#pt-userpage-2 > a {
    background-image: url(https://wiki.guantou.space/resources/assets/change-your-logo.png);
    display: inline-block;
    margin: auto;
    text-indent: -9999px;
    width: 195px;
    height: 30px;
}
*/