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
m Add styling for renamed files in diffs
mNo edit summary
Line 68: Line 68:
/* Portal guy */
/* Portal guy */
#portalguy {
#portalguy {
    display: block;
     position: relative;
     position: relative;
     background: url("http://i2.theportalwiki.net/img/7/7c/Background_Portal_guy.png") no-repeat;
     background: url("http://i2.theportalwiki.net/img/7/7c/Background_Portal_guy.png") no-repeat;
Line 76: Line 77:
     top: 64px;
     top: 64px;
     float: left;
     float: left;
    z-index: -1;
}
}