跳转到内容

MediaWiki:Common.css:修订间差异

来自Plants Vs Zombies-罐头百科
Hao留言 | 贡献
创建页面,内容为“这里放置的CSS将应用于所有皮肤:​ 这将用Eve SSO登录图像“替换”登录文本:​ 样式 oAuth 登录链接带有‘使用 EVE Online 登录’图像:​ a.btn_mwevesso_login{ 背景图像:url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-black-small.png); 显示:内联块; 边距:自动; 文本缩进:-9999px; 宽度:195px; 高度:30px; }”
 
Hao留言 | 贡献
无编辑摘要
第1行: 第1行:
/* 这里放置的CSS将应用于所有皮肤 */
/* 这里放置的CSS将应用于所有皮肤 */
/*这将用Eve SSO登录图像“替换”登录文本*/
/* this will 'replace' the login text with the Eve SSO Login Image */
/* 样式 oAuth 登录链接带有‘使用 EVE Online 登录’图像 */
/* Style oAuth Login link with 'LOG IN with EVE Online' image */
a.btn_mwevesso_login{
a.btn_mwevesso_login{
     背景图像: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-black-small.png);
     显示:内联块;
     display: inline-block;
     边距:自动;
     margin: auto;
     文本缩进:-9999px;
     text-indent: -9999px;
     宽度:195px;
     width: 195px;
     高度:30px;
     height: 30px;
}
}

2025年2月27日 (四) 18:56的版本

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