Difference between revisions of "MediaWiki:Common.css"

From BlazeyAndTyler
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
#p-logo {
 +
    position: absolute;
 +
    top: -160px;
 +
    left: 0;
 +
    width: 10em;
 +
    height: 160px;
 +
    border-radius: 100%;
 +
    background-color: tomato;
 +
}
 +
#p-logo a {
 +
    display: block;
 +
    width: 10em;
 +
    height: 160px;
 +
    background-repeat: no-repeat;
 +
    background-position: center center;
 +
    background-size: 90%;
 +
    text-decoration: none;
 +
}

Revision as of 23:33, 13 June 2018

/* CSS placed here will be applied to all skins */
#p-logo {
    position: absolute;
    top: -160px;
    left: 0;
    width: 10em;
    height: 160px;
    border-radius: 100%;
    background-color: tomato;
}
#p-logo a {
    display: block;
    width: 10em;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    text-decoration: none;
}