MediaWiki:Common.css: Difference between revisions

From RCSWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-logo {
#p-logo {
z-index: 3;
    background-position: center center;
position: absolute; /*needed to use z-index */
    background-repeat: no-repeat;
top: 0;
    display: block;
left: 0;
    width: 320px;
height: 160px;
    height: 160px;
width: 320px;
    text-decoration: none;
overflow: visible;
}
}

Revision as of 21:14, 9 January 2020

/* CSS placed here will be applied to all skins */
#p-logo {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 320px;
    height: 160px;
    text-decoration: none;
}