MediaWiki:Common.css: Difference between revisions

From RCSWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     display: block;
     display: block;
     width: 320px;
     width: 1125px;
     height: 160px;
     height: 200px;
     text-decoration: none;
     text-decoration: none;
}
.mw-wiki-logo {
    background-image: url(https://rcs.ucalgary.ca/admin/vertical-crest.svg);
    width: 320px;
}
}

Revision as of 21:27, 9 January 2020

/* CSS placed here will be applied to all skins */
#p-logo a {
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    width: 1125px;
    height: 200px;
    text-decoration: none;
}