MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
height: 160px; | height: 160px; | ||
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:17, 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: 640px;
height: 160px;
text-decoration: none;
}
.mw-wiki-logo {
background-image: url(https://rcs.ucalgary.ca/admin/vertical-crest.svg);
width: 320px;
}