跳转到内容

MediaWiki:Common.css:修订间差异

来自Plants Vs Zombies-罐头Wiki
无编辑摘要
无编辑摘要
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/* 这里放置的CSS将应用于所有皮肤 */
/* 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-login-2 > a {
li#pt-login-2 > a {
     background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-white-small.png);
     background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-white-small.png);
第10行: 第10行:
     height: 30px;
     height: 30px;
}
}
*/
 
li#mw-htmlform-oauth-login > a {
li#mw-htmlform-oauth-login > a {
     background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-white-small.png);
     background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-white-small.png);

2025年3月22日 (六) 16:36的版本

/* 这里放置的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#mw-htmlform-oauth-login > 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;
}