MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 72: | Line 72: | ||
.portable-infobox .pi-navigation { | .portable-infobox .pi-navigation { | ||
display: none; /* Hide empty navigation footer if unused */ | display: none; /* Hide empty navigation footer if unused */ | ||
} | |||
#p-logo { | |||
position: static !important; | |||
height: auto !important; | |||
margin: 0px 0 5px 5px !important; | |||
padding: 0 !important; | |||
display: flex !important; | |||
justify-content: center; | |||
align-items: center; | |||
} | } | ||
Line 407: | Line 417: | ||
} | } | ||
@keyframes logoPopIn { | @keyframes logoPopIn { | ||
Line 433: | Line 435: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
animation: logoPopIn 0.6s ease-out forwards; | animation: logoPopIn 0.6s ease-out forwards; | ||
width: | width: 230px !important; | ||
height: | height: 85px !important; | ||
background-image: url('https://static.wikioasis.org/realmofthroneswiki/9/9d/ADOD.gif'); | background-image: url('https://static.wikioasis.org/realmofthroneswiki/9/9d/ADOD.gif'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; |