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 a {
#p-logo a {
     background-position: center center;
     background-position: top left;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     display: block;
     display: block;
     width: 640px;
     width: 320px;
     height: 160px;
     height: 160px;
     text-decoration: none;
     text-decoration: none;

Revision as of 21:21, 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: 320px;
    height: 160px;
    text-decoration: none;
}
.mw-wiki-logo {
    background-image: url(https://rcs.ucalgary.ca/admin/vertical-crest.svg);
    width: 320px;
}