跳转到内容

MediaWiki:Common.css:修订间差异

来自Plants Vs Zombies-罐头Wiki
Hao留言 | 贡献
无编辑摘要
已保护“MediaWiki:Common.css”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期))
 
(未显示2个用户的15个中间版本)
第2行: 第2行:
/* this will 'replace' the login text with the Eve SSO Login Image */
/* this will 'replace' the login text with the Eve SSO Login Image */
/* Style oAuth Login link with 'LOG IN with EVE Online' image */
/* Style oAuth Login link with 'LOG IN with EVE Online' image */
li#pt-oauth_login > a {
li#pt-login-2 > a {
     background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-black-small.png);
     background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-white-small.png);
     display: inline-block;
     display: inline-block;
     margin: auto;
     margin: auto;
第10行: 第10行:
     height: 30px;
     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;
}
*/

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;
}
*/