User:HCN~enwiki/myskin.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#p-logo {
    z-index: 0;
    background: url(http://www.puellula.org/Common/wikipic.jpg);
    position:absolute; /*needed to use z-index */
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    padding: 0 0 154px 154px;
    overflow: hidden;
    border: 2px solid #378;
    margin: 10px;
}
#p-logo h5 { display: none; }
#p-logo a,
#p-logo a:hover {
    display: block;
    height: 155px;
    width: 155px;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none;
}