Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Djavin novienta (talk | contribs)
Changed border to solid.
Rayanth (talk | contribs)
Replace the "Login With EVE SSO" text with the official image
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* this will 'replace' the login text with the Eve SSO Login Image */
li#pt-anon_oauth_login > a {
    line-height: 0;
    font-size: 0;
    color: transparent;
    background-image: url(https://web.ccpgamescdn.com/eveonlineassets/developers/eve-sso-login-black-small.png);
    display: block;
    margin: -10px auto;
    text-indent: -9999px;
    width: 195px;
    height: 30px;
}


.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */