MediaWiki:Common.css: Difference between revisions
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 { | #p-logo a { | ||
background-position: center center; | background-position: center center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; |
Revision as of 21:19, 9 January 2020
/* CSS placed here will be applied to all skins */
#p-logo a {
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;
}